[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
Wed May 14 07:48:37 PDT 2025
jmmartinez wrote:
> This seems reasonable. Can you update the description to explain the motivation for the change, though? Is it a bug you are trying to fix, or a specific scenario you think should be optimized? Thanks
I've updated the description with an explanation of the situation that triggered the issue for us. But in the wider scheme, I think that no preprocessing the preprocessor's output is the actual desired behavior.
Thanks!
https://github.com/llvm/llvm-project/pull/137665
More information about the cfe-commits
mailing list