aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/MacroArgs.cpp
AgeCommit message (Expand)Author
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