[clang] [RFC] Reapply "[Clang] Implement P3034R1 Module Declarations Shouldn’t be Macros" (PR #102135)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 14 08:39:19 PDT 2024
================
@@ -136,6 +136,8 @@ class Lexer : public PreprocessorLexer {
bool IsAtPhysicalStartOfLine;
+ bool IsCurrentLexingTokAtPhysicalStartOfLine;
----------------
cor3ntin wrote:
we have IsAtStartOfLine and IsAtPhysicalStartOfLine - Why do we need a third one?
https://github.com/llvm/llvm-project/pull/102135
More information about the cfe-commits
mailing list