[clang] [Preprocessor] Do not expand macros if the input is already preprocessed (PR #137665)

Juan Manuel Martinez CaamaƱo via cfe-commits cfe-commits at lists.llvm.org
Mon May 26 08:53:21 PDT 2025


================
@@ -1558,6 +1558,7 @@ void clang::InitializePreprocessor(Preprocessor &PP,
                                    const PCHContainerReader &PCHContainerRdr,
                                    const FrontendOptions &FEOpts,
                                    const CodeGenOptions &CodeGenOpts) {
+
----------------
jmmartinez wrote:

This slipped in, remove this change.

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


More information about the cfe-commits mailing list