[clang] [clang] Change representation of CurLexerKind (PR #70381)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 31 07:49:52 PDT 2023


================
@@ -767,7 +762,7 @@ class Preprocessor {
   /// \#included, and macros currently being expanded from, not counting
   /// CurLexer/CurTokenLexer.
   struct IncludeStackInfo {
-    enum CurLexerKind           CurLexerKind;
+    LexerCallback CurLexerCallback;
----------------
AaronBallman wrote:

Can you align this with the other nearby declarations?

https://github.com/llvm/llvm-project/pull/70381


More information about the cfe-commits mailing list