================
@@ -89,7 +89,8 @@ class Token {
IsReinjected = 0x800, // A phase 4 token that was produced before
and
// re-added, e.g. via EnterTokenStream. Annotation
// tokens are *not* reinjected.
- SeenNoTrivialPPDirective = 0x1000,
+ HasSeenNoTrivialPPDirective =
+ 0x1000, // Seen any 'no-trivial' pp-directives before current position.
----------------
yronglin wrote:
Fixed
https://github.com/llvm/llvm-project/pull/153641
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits