Skip to content
Commit d19564b1 authored by Chris Lattner's avatar Chris Lattner
Browse files

set up the machinery for a MacroArgs cache hanging off Preprocessor.

We creating and free thousands of MacroArgs objects (and the related
std::vectors hanging off them) for the testcase in PR5610 even though
there are only ~20 live at a time.  This doesn't actually use the 
cache yet.

llvm-svn: 91391
parent 45430bbf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment