1. 8402155 Rename tok::eom to tok::eod. by Peter Collingbourne · 14 years ago
  2. a5ef584 Reimplement __pragma support using a TokenLexer by Peter Collingbourne · 14 years ago
  3. b2eb53d Make TokenLexer capable of storing preprocessor directive tokens by Peter Collingbourne · 14 years ago
  4. 321b817 Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions by Peter Collingbourne · 14 years ago
  5. 9d3f5f7 Make LexOnOffSwitch a Preprocessor member function by Peter Collingbourne · 14 years ago
  6. c4bf2b9 Introduced raw_identifier token kind. by Abramo Bagnara · 14 years ago
  7. 0827408 Fix diagnostic pragmas. by Argyrios Kyrtzidis · 14 years ago
  8. cb7b1e1 Make sure to always check the result of by Douglas Gregor · 14 years ago
  9. b275e3d Fix typo in comment. by Ted Kremenek · 14 years ago
  10. d83fc54 Fix coding standard mistake from my last commit. by Michael J. Spencer · 14 years ago
  11. 301669b Lexer: Implement GCC's version of pragma message. by Michael J. Spencer · 14 years ago
  12. 80c60f7 When we parse a pragma, keep track of how that pragma was originally by Douglas Gregor · 14 years ago
  13. 96de259 fix 7320: we can't delete a trailing space if it doesn't exist. by Chris Lattner · 14 years ago
  14. 6493a4d Now that GCC will have #pragma push/pop (in GCC 4.6), allow the by Douglas Gregor · 14 years ago
  15. 3da92a9 Complain if a __pragma isn't terminated. by John McCall · 14 years ago
  16. 1ef8a2e Add support for Microsoft's __pragma in the preprocessor. by John McCall · 14 years ago
  17. ff759a6 CrashRecovery: Add #pragma clang __debug handle_crash, useful when debugging by Daniel Dunbar · 14 years ago
  18. 5505413 Lex: Add #pragma clang __debug {llvm_fatal_error, llvm_unreachable}, for testing by Daniel Dunbar · 14 years ago
  19. f47724b Implement #pragma push_macro, patch by Francois Pichet! by Chris Lattner · 14 years ago
  20. 5595b2e Transcribe clattner email to SVN. by Daniel Dunbar · 14 years ago
  21. d7ac856 Change #pragma crash to segv, instead of abort. by Daniel Dunbar · 14 years ago
  22. abf7b72 Preprocessor: Add support for '#pragma clang __debug crash' and '#pragma clang by Daniel Dunbar · 14 years ago
  23. 9b36c3f Modify the pragma handlers to accept and use StringRefs instead of IdentifierInfos. by Argyrios Kyrtzidis · 14 years ago
  24. abfe094 Implement support for #pragma message, patch by Michael Spencer! by Chris Lattner · 14 years ago
  25. c72cc50 Preprocessor: Ignore unknown pragmas in -E -dM and -Eonly modes. by Daniel Dunbar · 15 years ago
  26. 453091c Audit all Preprocessor::getSpelling() callers, improving failure by Douglas Gregor · 15 years ago
  27. ddeea56 Add an overload of Preprocessor::getSpelling which takes a SmallVector and by Benjamin Kramer · 15 years ago
  28. f45b646 revert my patch for rdar://7520940 that warns when a published header by Chris Lattner · 15 years ago
  29. a139481 stringref'ize a bunch of filename handling logic. Much by Chris Lattner · 15 years ago
  30. 804f652 implement rdar://7520940: published framework headers should by Chris Lattner · 15 years ago
  31. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  32. 04ae2df add push/pop semantics for diagnostics. Patch by Louis Gerbarg! by Chris Lattner · 15 years ago
  33. 2e22253 Add support for retrieving the Doxygen comment associated with a given by Douglas Gregor · 15 years ago
  34. 027cff6 Fix a crash that can occur when a #pragma handler eats to the end of the by Chris Lattner · 16 years ago
  35. 6896a37 Fix #pragma GCC system_header by making it insert a virtual linemarker into by Chris Lattner · 16 years ago
  36. e8fa06e accept "#pragma clang foo" where we accept "#pragma GCC foo". by Chris Lattner · 16 years ago
  37. edaf877 implement "#pragma GCC diagnostic". Besides being a nice feature, this by Chris Lattner · 16 years ago
  38. 4d8aac3 Warn about uses of #pragma STDC FENV_ACCESS ON, since we don't by Chris Lattner · 16 years ago
  39. 6c5cf4a diagnose invalid syntax of STDC pragmas. by Chris Lattner · 16 years ago
  40. f545be5 reject invalid stuff in the STDC namespace. by Chris Lattner · 16 years ago
  41. 062f232 stub out STDC #pragmas. by Chris Lattner · 16 years ago
  42. af7cdf4 basic support for -Wunknown-pragmas, more coming. by Chris Lattner · 16 years ago
  43. 35410d5 Fix the #import / #include_next "extra tokens at end of #foo directive" by Chris Lattner · 16 years ago
  44. d7ee349 typo by Gabor Greif · 16 years ago
  45. 1fa4953 simplify some logic by making ScratchBuffer handle the application of trailing by Chris Lattner · 16 years ago
  46. e7fb484 track "just a little more" location information for macro instantiations. by Chris Lattner · 16 years ago
  47. 500d329 move library-specific diagnostic headers into library private dirs. Reduce by Chris Lattner · 16 years ago
  48. 20c6b3b Split the single monolithic DiagnosticKinds.def file into one by Chris Lattner · 16 years ago
  49. 47246be This change refactors some of the low-level lexer interfaces a bit. by Chris Lattner · 16 years ago
  50. bcc2a67 Make SourceLocation::getFileLoc private to reduce the API exposure of by Chris Lattner · 16 years ago
  51. 42e00d1 Change the Lexer ctor used to lex _Pragma directives into a static factory by Chris Lattner · 16 years ago
  52. 2b2453a this massive patch introduces a simple new abstraction: it makes by Chris Lattner · 16 years ago
  53. 172e336 only notify callbacks if they exist. by Chris Lattner · 16 years ago
  54. a9d9145 Improve #pragma comment support by building the string argument and by Chris Lattner · 16 years ago
  55. 636c5ef Implement basic support for parsing #pragma comment, a microsoft extension by Chris Lattner · 16 years ago
  56. 35c10c2 Just use the SourceLocation of SysHeaderTok when doing a callback to emit #line by Ted Kremenek · 16 years ago
  57. ac80c6e Use PreprocessorLexer::getFileID() instead of Lexer::getFileLoc(). This is an intermediate step to having getCurrentLexer() return a PreprocessorLexer* instead of a Lexer*. by Ted Kremenek · 16 years ago
  58. 17ff58a When using a PTHLexer, use DiscardToEndOfLine() instead of ReadToEndOfLine(). by Ted Kremenek · 16 years ago
  59. 56b05c8 remove one more Preprocessor::Diag method. by Chris Lattner · 16 years ago
  60. 3692b09 Convert the lexer and start converting the PP over to using canonical Diag methods. by Chris Lattner · 16 years ago
  61. 68a91d5 Replace more uses of 'CurLexer->' with 'CurPPLexer->'. No performance change. by Ted Kremenek · 16 years ago
  62. 4095080 Add Preprocessor::RemovePragmaHandler. - No functionality change. by Daniel Dunbar · 16 years ago
  63. 0b9e736 clean up a bunch of fixme's I added, by moving by Chris Lattner · 16 years ago
  64. acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
  65. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Lex/Pragma.cpp]
  66. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  67. 2243449 Add support for #pragma mark, which shouldn't warn about bogus tokens. by Chris Lattner · 17 years ago
  68. 22f6bbc Switch lexer/pp over to new Token::is/isNot api by Chris Lattner · 17 years ago
  69. 0edde55 change calls to getMacroInfo into hasMacroDefinition() where possible. by Chris Lattner · 17 years ago
  70. f1c99ac refactor the interface to Preprocessor::GetIncludeFilenameSpelling, by Chris Lattner · 17 years ago
  71. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  72. 25bdb51 simplify the lexer ctor to take a SLoc instead of a sloc and a redundant buffer*. by Chris Lattner · 17 years ago
  73. 9dc1f53 Reimplement SourceLocation. Instead of having a by Chris Lattner · 17 years ago
  74. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago