[clang] a855b2c - Formatting change; NFC
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 5 11:44:39 PST 2023
Author: Aaron Ballman
Date: 2023-12-05T14:43:49-05:00
New Revision: a855b2c894444419c3689aff6fd0381fdeb02491
URL: https://github.com/llvm/llvm-project/commit/a855b2c894444419c3689aff6fd0381fdeb02491
DIFF: https://github.com/llvm/llvm-project/commit/a855b2c894444419c3689aff6fd0381fdeb02491.diff
LOG: Formatting change; NFC
I'm adding to the list of forward declares in a PR for #embed, so this
won't be a formatting-only change for long.
Added:
Modified:
clang/include/clang/Lex/PPCallbacks.h
Removed:
################################################################################
diff --git a/clang/include/clang/Lex/PPCallbacks.h b/clang/include/clang/Lex/PPCallbacks.h
index 94f96cf9c5125..e3942af7be280 100644
--- a/clang/include/clang/Lex/PPCallbacks.h
+++ b/clang/include/clang/Lex/PPCallbacks.h
@@ -22,11 +22,11 @@
#include "llvm/ADT/StringRef.h"
namespace clang {
- class Token;
- class IdentifierInfo;
- class MacroDefinition;
- class MacroDirective;
- class MacroArgs;
+class Token;
+class IdentifierInfo;
+class MacroDefinition;
+class MacroDirective;
+class MacroArgs;
/// This interface provides a way to observe the actions of the
/// preprocessor as it does its thing.
More information about the cfe-commits
mailing list