================ @@ -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. ---------------- erichkeane wrote:
```suggestion 0x1000, // Whether we've seen any 'no-trivial' pp-directives before current position. ``` https://github.com/llvm/llvm-project/pull/153641 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits