[clang] [clang][Preprocessor] Handle the first pp-token in EnterMainSourceFile (PR #145244)

via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 24 04:13:00 PDT 2025


================
@@ -351,7 +351,7 @@ class Preprocessor {
   bool LastTokenWasAt = false;
 
   /// First pp-token in current translation unit.
----------------
yronglin wrote:

Good catch! Updated.

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


More information about the cfe-commits mailing list