diff options
author | Chris Lattner <sabre@nondot.org> | 2007-10-07 07:09:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-10-07 07:09:52 +0000 |
commit | a441ca651f81bd1154056399804bc3db47c2d2b7 (patch) | |
tree | 43b0f464f865606503ce262ac3e72b1716856afa /clang/Lex/MacroExpander.cpp | |
parent | 65cc87ffc26d955c5a5238cc4221095f3d1940d4 (diff) | |
download | bcm5719-llvm-a441ca651f81bd1154056399804bc3db47c2d2b7.tar.gz bcm5719-llvm-a441ca651f81bd1154056399804bc3db47c2d2b7.zip |
First step to fixing a long lived layering violation: this
moves the MacroInfo pointer to a side hash table (which currently
lives in IdentifierTable.cpp). This removes a pointer from
Identifier info, but doesn't shrink it, as it requires a new bit
be added. This strange approach with the 'hasmacro' bit is needed
to not lose preprocessor performance.
llvm-svn: 42722
Diffstat (limited to 'clang/Lex/MacroExpander.cpp')
0 files changed, 0 insertions, 0 deletions