[all-commits] [llvm/llvm-project] 3f0519: Revert "[Preprocessor] Reduce the memory overhead ...
Alex Lorenz via All-commits
all-commits at lists.llvm.org
Fri Feb 11 15:54:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f05192c4c40bc79b1db431a7a36baaa9491eebb
https://github.com/llvm/llvm-project/commit/3f05192c4c40bc79b1db431a7a36baaa9491eebb
Author: Alex Lorenz <arphaman at gmail.com>
Date: 2022-02-11 (Fri, 11 Feb 2022)
Changed paths:
M clang/include/clang/Lex/MacroInfo.h
M clang/lib/Lex/MacroInfo.cpp
M clang/lib/Lex/PPDirectives.cpp
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/unittests/Lex/CMakeLists.txt
R clang/unittests/Lex/PPMemoryAllocationsTest.cpp
Log Message:
-----------
Revert "[Preprocessor] Reduce the memory overhead of `#define` directives"
This reverts commit 0d9b91524ea4db3760791bba15773c386a26d8ec.
This change broke LLDB's build. I will need to recommit after fixing LLDB.
More information about the All-commits
mailing list