1. d2f9308 Make Preprocessor::Lex non-recursive. by Eli Friedman · 11 years ago
  2. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  3. 6e64973 Revert r167801, "[preprocessor] When #including something that contributes no by Daniel Dunbar · 12 years ago
  4. 4d10b40 [preprocessor] When #including something that contributes no tokens at all, by Argyrios Kyrtzidis · 12 years ago
  5. d986853 Documentation cleanup: Use \brief for summaries, and escape # characters. by James Dennett · 12 years ago
  6. 99ba9e3 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  7. d9d2b67 Boost the efficiency of SourceManager::getMacroArgExpandedLocation. by Argyrios Kyrtzidis · 13 years ago
  8. 8402155 Rename tok::eom to tok::eod. by Peter Collingbourne · 13 years ago
  9. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  10. 500d329 move library-specific diagnostic headers into library private dirs. Reduce by Chris Lattner · 15 years ago
  11. 20c6b3b Split the single monolithic DiagnosticKinds.def file into one by Chris Lattner · 15 years ago
  12. 2b2453a this massive patch introduces a simple new abstraction: it makes by Chris Lattner · 15 years ago
  13. df7c17a Change some terminology in SourceLocation: instead of referring to by Chris Lattner · 15 years ago
  14. 306fda7 remove a sneaky version of Diag hiding in PreprocessorLexer. by Chris Lattner · 16 years ago
  15. 74d15df Change the Lexer::Diag method to not magically silence warnings, by Chris Lattner · 16 years ago
  16. 452e378 - Default initialize ParsingPreprocessorDirective, ParsingFilename, and by Ted Kremenek · 16 years ago
  17. 41938c8 - Move static function IsNonPragmaNonMacroLexer into Preprocessor.h. by Ted Kremenek · 16 years ago
  18. 204b2fe Remove the last of the old-style Preprocessor::Diag methods. by Chris Lattner · 16 years ago
  19. d6a2e7d Move some diagnostic handling to PreprocessorLexer. by Ted Kremenek · 16 years ago
  20. 2c71d0f Add virtual dtor to PreprocessorLexer. by Ted Kremenek · 16 years ago
  21. ab91b70 Move LexIncludeFilename from Lexer to PreprocessorLexer. by Ted Kremenek · 16 years ago