[clang] [clang] Change representation of CurLexerKind (PR #70381)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 1 04:40:53 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:
Go ahead and break clang-format; it's not paying attention to the surrounding coding style which is what we're supposed to do per community policy. No need to add clutter comments.
https://github.com/llvm/llvm-project/pull/70381
More information about the cfe-commits
mailing list