aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/MacroArgs.cpp
AgeCommit message (Expand)Author
2010-03-16Audit all Preprocessor::getSpelling() callers, improving failureDouglas Gregor
2009-12-28use best-fit instead of first-fit when reusing a MacroArgs object,Chris Lattner
2009-12-28The PreExpArgTokens array is indexed with an argument #,Chris Lattner
2009-12-23fix the microsoft "charify" extension to return the charified token Chris Lattner
2009-12-15enable reuse of MacroArgs objects. This is a small (2.5%) win Chris Lattner
2009-12-15set up the machinery for a MacroArgs cache hanging off Preprocessor.Chris Lattner
2009-12-14move the VarargsElided member of MacrosArgs to shrink the MacroArgs structChris Lattner
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-05-13When we expect two arguments but have zero, make sure to addChris Lattner
2009-01-29move library-specific diagnostic headers into library private dirs. ReduceChris Lattner
2009-01-27Split the single monolithic DiagnosticKinds.def file into oneChris Lattner
2009-01-26remove my hacks that aggressively threw away multiple Chris Lattner
2009-01-26This change refactors some of the low-level lexer interfaces a bit.Chris Lattner
2009-01-26eagerly resolve the spelling locations of macro argument preexpansions.Chris Lattner
2009-01-05Optimize stringification a bit to avoid std::string thrashing andChris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner