We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d8635 commit cf6b512Copy full SHA for cf6b512
libclc/utils/libclc-remangler/LibclcRemangler.cpp
@@ -326,7 +326,8 @@ class Remangler {
326
++TemplateIndex;
327
}
328
// Fix up the template types in the original FD's arg tys and return ty.
329
- auto AreQTsEqual = [&](clang::QualType &LHS, clang::QualType &RHS) -> bool {
+ auto AreQTsEqual = [&](const clang::QualType &LHS,
330
+ const clang::QualType &RHS) -> bool {
331
return (LHS.getBaseTypeIdentifier() && RHS.getBaseTypeIdentifier() &&
332
LHS.getBaseTypeIdentifier()->isStr(
333
RHS.getBaseTypeIdentifier()->getName())) ||
0 commit comments