[clang] Add `pragma clang scope [push|pop]` (PR #121025)

Michael Spencer via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 28 14:26:52 PST 2025


================
@@ -254,7 +285,7 @@ void Preprocessor::updateModuleMacroInfo(const IdentifierInfo *II,
 }
 
 void Preprocessor::dumpMacroInfo(const IdentifierInfo *II) {
-  ArrayRef<ModuleMacro*> Leaf;
+  ArrayRef<ModuleMacro *> Leaf;
----------------
Bigcheese wrote:

This patch has a bunch of unrelated formatting changes, so I'm not sure if anything else in this file actually changes.

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


More information about the cfe-commits mailing list