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 7add6f4 commit c14b519Copy full SHA for c14b519
clang-tools-extra/pseudo/lib/cxx/CXX.cpp
@@ -280,10 +280,7 @@ bool hasExclusiveType(const ForestNode *N) {
280
}
281
282
llvm::DenseMap<ExtensionID, RuleGuard> buildGuards() {
283
-#define GUARD(cond) \
284
- { \
285
- [](const GuardParams &P) { return cond; } \
286
- }
+#define GUARD(cond) {[](const GuardParams &P) { return cond; }}
287
#define TOKEN_GUARD(kind, cond) \
288
[](const GuardParams &P) { \
289
const Token &Tok = onlyToken(tok::kind, P.RHS, P.Tokens); \
0 commit comments