================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to