Skip to content

Commit 1bdffc3

Browse files
authored
Merge pull request #77528 from DougGregor/macro-expansion-rtc-comment-fix
Finish thought in comment
2 parents fad765b + 9abb9cf commit 1bdffc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Sema/TypeCheckAvailability.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,8 +535,8 @@ class TypeRefinementContextBuilder : private ASTWalker {
535535
return MacroWalking::Arguments;
536536
}
537537

538-
/// Check whether this declaration is in a source file buried within
539-
/// a macro expansion of the
538+
/// Check whether this declaration is within a macro expansion buffer that
539+
/// will have its own type refinement context that will be lazily expanded.
540540
bool isDeclInMacroExpansion(Decl *decl) const override {
541541
// If it's not in a macro expansion relative to its context, it's not
542542
// considered to be in a macro expansion.

0 commit comments

Comments
 (0)