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.
2 parents fad765b + 9abb9cf commit 1bdffc3Copy full SHA for 1bdffc3
lib/Sema/TypeCheckAvailability.cpp
@@ -535,8 +535,8 @@ class TypeRefinementContextBuilder : private ASTWalker {
535
return MacroWalking::Arguments;
536
}
537
538
- /// Check whether this declaration is in a source file buried within
539
- /// a macro expansion of the
+ /// Check whether this declaration is within a macro expansion buffer that
+ /// will have its own type refinement context that will be lazily expanded.
540
bool isDeclInMacroExpansion(Decl *decl) const override {
541
// If it's not in a macro expansion relative to its context, it's not
542
// considered to be in a macro expansion.
0 commit comments