diff options
Diffstat (limited to 'clang/lib/Format/MacroExpander.cpp')
| -rw-r--r-- | clang/lib/Format/MacroExpander.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/Format/MacroExpander.cpp b/clang/lib/Format/MacroExpander.cpp index de96cb24ba1f..9c6bcb8764f4 100644 --- a/clang/lib/Format/MacroExpander.cpp +++ b/clang/lib/Format/MacroExpander.cpp @@ -125,9 +125,8 @@ MacroExpander::MacroExpander( IdentifierTable &IdentTable) : SourceMgr(SourceMgr), Style(Style), Allocator(Allocator), IdentTable(IdentTable) { - for (const std::string &Macro : Macros) { + for (const std::string &Macro : Macros) parseDefinition(Macro); - } } MacroExpander::~MacroExpander() = default; |
