aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/MacroArgs.h
AgeCommit message (Expand)Author
2011-10-03Fixed exapnsion range for # and ##.Abramo Bagnara
2011-09-22ArrayRef-ifying MacroArgs::create's arguments argument.David Blaikie
2011-07-07Make the Preprocessor more memory efficient and improve macro instantiation d...Argyrios Kyrtzidis
2009-12-28The PreExpArgTokens array is indexed with an argument #,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
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner