| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | [Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr... | Argyrios Kyrtzidis | 2013-05-03 | 1 | -1/+1 | 
| *  | Handle _Pragma on a u8, u, or U string literal per the C11 specification. Also | Richard Smith | 2013-03-09 | 1 | -9/+5 | 
| *  | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -1/+1 | 
| *  | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+1 | 
| *  | StringRef'ize Preprocessor::CreateString(). | Dmitri Gribenko | 2012-09-24 | 1 | -1/+1 | 
| *  | Correct handling of _Pragma macro inside a macro argument. | Argyrios Kyrtzidis | 2012-04-03 | 1 | -0/+5 | 
| *  | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 | 
| *  | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer | 2012-02-04 | 1 | -1/+1 | 
| *  | Fixed exapnsion range for # and ##. | Abramo Bagnara | 2011-10-03 | 1 | -4/+9 | 
| *  | ArrayRef-ifying MacroArgs::create's arguments argument. | David Blaikie | 2011-09-22 | 1 | -11/+14 | 
| *  | Handle a code-completion token being passed to the macro stringify operator. | Argyrios Kyrtzidis | 2011-09-04 | 1 | -0/+2 | 
| *  | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor | 2011-07-27 | 1 | -1/+7 | 
| *  | Make the Preprocessor more memory efficient and improve macro instantiation d... | Argyrios Kyrtzidis | 2011-07-07 | 1 | -4/+7 | 
| *  | Silence more -Wnon-pod-memset given its current implementation. I may be | Chandler Carruth | 2011-04-28 | 1 | -1/+1 | 
| *  | Audit all Preprocessor::getSpelling() callers, improving failure | Douglas Gregor | 2010-03-16 | 1 | -12/+19 | 
| *  | use best-fit instead of first-fit when reusing a MacroArgs object, | Chris Lattner | 2009-12-28 | 1 | -7/+16 | 
| *  | The PreExpArgTokens array is indexed with an argument #, | Chris Lattner | 2009-12-28 | 1 | -5/+6 | 
| *  | fix the microsoft "charify" extension to return the charified token  | Chris Lattner | 2009-12-23 | 1 | -1/+1 | 
| *  | enable reuse of MacroArgs objects.  This is a small (2.5%) win  | Chris Lattner | 2009-12-15 | 1 | -10/+32 | 
| *  | set up the machinery for a MacroArgs cache hanging off Preprocessor. | Chris Lattner | 2009-12-15 | 1 | -0/+13 | 
| *  | move the VarargsElided member of MacrosArgs to shrink the MacroArgs struct | Chris Lattner | 2009-12-14 | 1 | -2/+3 | 
| *  | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -17/+17 | 
| *  | When we expect two arguments but have zero, make sure to add | Chris Lattner | 2009-05-13 | 1 | -0/+1 | 
| *  | move library-specific diagnostic headers into library private dirs.  Reduce | Chris Lattner | 2009-01-29 | 1 | -1/+1 | 
| *  | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner | 2009-01-27 | 1 | -1/+1 | 
| *  | remove my hacks that aggressively threw away multiple  | Chris Lattner | 2009-01-26 | 1 | -6/+0 | 
| *  | This change refactors some of the low-level lexer interfaces a bit. | Chris Lattner | 2009-01-26 | 1 | -2/+1 | 
| *  | eagerly resolve the spelling locations of macro argument preexpansions. | Chris Lattner | 2009-01-26 | 1 | -2/+9 | 
| *  | Optimize stringification a bit to avoid std::string thrashing and | Chris Lattner | 2009-01-05 | 1 | -10/+24 | 
| *  | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -0/+225 |