|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | Introduce a caching mechanism for macro expanded tokens. | Argyrios Kyrtzidis | 2011-06-29 | 1 | -0/+4 | 
| * | Rename tok::eom to tok::eod. | Peter Collingbourne | 2011-02-28 | 1 | -10/+10 | 
| * | Fix diagnostic pragmas. | Argyrios Kyrtzidis | 2010-12-15 | 1 | -9/+5 | 
| * | push some source location information down through the compiler, | Chris Lattner | 2010-04-20 | 1 | -8/+12 | 
| * | PPCallbacks: Add hook for reaching the end of the main file, and fix Dependen... | Daniel Dunbar | 2010-03-23 | 1 | -0/+1 | 
| * | Audit all getBuffer() callers (for both the FullSourceLoc and | Douglas Gregor | 2010-03-16 | 1 | -2/+4 | 
| * | Use SourceManager's Diagnostic object for all file-reading errors, | Douglas Gregor | 2010-03-16 | 1 | -2/+1 | 
| * | Introduce a new BufferResult class to act as the return type of | Douglas Gregor | 2010-03-15 | 1 | -3/+3 | 
| * | Teach Preprocessor::macro_begin/macro_end to lazily load all macro | Douglas Gregor | 2010-01-04 | 1 | -1/+2 | 
| * | Unbreak and add test case for r90276, a situation in which getBuffer is expec... | Daniel Dunbar | 2009-12-06 | 1 | -1/+1 | 
| * | Change Preprocessor::EnterSourceFile to make ErrorStr non-optional, clients s... | Daniel Dunbar | 2009-12-06 | 1 | -2/+2 | 
| * | pass the reason for failure up from MemoryBuffer and report it | Chris Lattner | 2009-12-01 | 1 | -2/+4 | 
| * | Fix PR5633 by making the preprocessor handle the case where we can | Chris Lattner | 2009-11-30 | 1 | -4/+13 | 
| * | remove stall comment | Nuno Lopes | 2009-11-29 | 1 | -2/+1 | 
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -34/+34 | 
| * | Add PCH support for #import. | Steve Naroff | 2009-04-24 | 1 | -1/+1 | 
| * | when preprocessing a .S file, unknown directives should just be passed through, | Chris Lattner | 2009-03-18 | 1 | -1/+0 | 
| * | use accessor instead of poking ivar directly | Chris Lattner | 2009-03-13 | 1 | -1/+2 | 
| * | track "just a little more" location information for macro instantiations. | Chris Lattner | 2009-02-15 | 1 | -3/+4 | 
| * | add an assertion from Alexei Svitkine! | Chris Lattner | 2009-02-13 | 1 | -2/+2 | 
| * | add interface for walking macro table. | Chris Lattner | 2009-02-06 | 1 | -3/+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 | 
| * | do not use SourceManager::getFileCharacteristic(FileID), it is not | Chris Lattner | 2009-01-19 | 1 | -6/+7 | 
| * | simplify PTHManager::CreateLexer | Chris Lattner | 2009-01-17 | 1 | -1/+1 | 
| * | Change the Lexer ctor used in the non _Pragma case to take a FileID instead | Chris Lattner | 2009-01-17 | 1 | -9/+3 | 
| * | this massive patch introduces a simple new abstraction: it makes | Chris Lattner | 2009-01-17 | 1 | -9/+6 | 
| * | Remove old PTH token-generation test harness. | Ted Kremenek | 2008-12-23 | 1 | -71/+0 | 
| * | PTH: Remove some methods and simplify some conditions in PTHLexer::Lex().  No... | Ted Kremenek | 2008-12-23 | 1 | -1/+1 | 
| * | PreprocessorLexer (and subclasses): | Ted Kremenek | 2008-12-10 | 1 | -10/+2 | 
| * | Preprocessor: | Ted Kremenek | 2008-12-02 | 1 | -2/+32 | 
| * | PTHLexer now owns the Token vector. | Ted Kremenek | 2008-11-27 | 1 | -12/+14 | 
| * | Reenable the default lexer. | Ted Kremenek | 2008-11-21 | 1 | -1/+1 | 
| * | When creating the raw tokens for PTHLexer, make sure the token representing t... | Ted Kremenek | 2008-11-21 | 1 | -1/+4 | 
| * | When creating raw tokens for the PTHLexer specially handle angled strings for... | Ted Kremenek | 2008-11-21 | 1 | -6/+30 | 
| * | Rename IsNonPragmaNonMacroLexer to IsFileLexer. | Ted Kremenek | 2008-11-20 | 1 | -5/+5 | 
| * | Add ugly "test harness" for PTHLexer that is not enabled by default. The | Ted Kremenek | 2008-11-20 | 1 | -6/+49 | 
| * | Make FIXME a hard assertion. | Ted Kremenek | 2008-11-20 | 1 | -2/+6 | 
| * | Preprocessor::getCurrentFileLexer() now returns a PreprocessorLexer* instead of | Ted Kremenek | 2008-11-20 | 1 | -5/+6 | 
| * | Move more cases of using 'CurLexer' to 'CurPPLexer'. | Ted Kremenek | 2008-11-19 | 1 | -26/+35 | 
| * | - Move static function IsNonPragmaNonMacroLexer into Preprocessor.h. | Ted Kremenek | 2008-11-19 | 1 | -14/+5 | 
| * | Revert 59574 (caused tests to fail). | Ted Kremenek | 2008-11-19 | 1 | -5/+14 | 
| * | - Move static function IsNonPragmaNonMacroLexer into Preprocessor.h. | Ted Kremenek | 2008-11-19 | 1 | -14/+5 | 
| * | - Add Lexer::isPragma() accessor for clients of Lexer that aren't friends. | Ted Kremenek | 2008-11-18 | 1 | -8/+14 | 
| * | - Add 'CurPPLexer' to Preprocessor to keep track of the current | Ted Kremenek | 2008-11-18 | 1 | -0/+1 | 
| * | Using llvm::OwningPtr<> for CurLexer and CurTokenLexer.  This makes both the ... | Ted Kremenek | 2008-11-13 | 1 | -15/+13 | 
| * | Use PushIncludeMacroStack/PopMacroStack instead of manually pushing/popping f... | Ted Kremenek | 2008-11-13 | 1 | -14/+6 | 
| * | Rename Characteristic_t to CharacteristicKind | Chris Lattner | 2008-10-27 | 1 | -2/+2 | 
| * | Change FormTokenWithChars to take the token kind to form, since all clients | Chris Lattner | 2008-10-12 | 1 | -2/+1 | 
| * | clean up a bunch of fixme's I added, by moving | Chris Lattner | 2008-09-26 | 1 | -8/+4 |