1. 9818a1d [preprocessor] Split the MacroInfo class into two separate concepts, MacroInfo class by Argyrios Kyrtzidis · 12 years ago
  2. 3f6f51e Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 12 years ago
  3. 1b58c74 Teach subframework header lookup to suggest modules <rdar://problem/13176200>. by Douglas Gregor · 12 years ago
  4. 1ea6bc0 [Lex] Remove DirectoryLookup.UserSpecified, which is unused. by Daniel Dunbar · 12 years ago
  5. 617bb31 Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are not supported. by Joey Gouly · 12 years ago
  6. 31672b1 No longer crashing with an assert when __has_include or __has_include_next is used outside of a preprocessor directive. This fixes PR14837. by Aaron Ballman · 12 years ago
  7. 3684547 [preprocessor] Call the MacroUndefined callback even when the macro was not defined. by Argyrios Kyrtzidis · 12 years ago
  8. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 12 years ago
  9. 80ad52f s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 12 years ago
  10. 1b257af Use @import rather than @__experimental_modules_import, since the by Douglas Gregor · 12 years ago
  11. 61c1c8e [Preprocessor] Enhance Ifdef/Ifndef/Defined preprocessor callbacks to also pass by Argyrios Kyrtzidis · 12 years ago
  12. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  13. 463d909 Keep track of modules that have failed to build. If we encounter an by Douglas Gregor · 12 years ago
  14. 4fa4b48 Suppress elided variadic macro argument extension diagnostic for macros using by Eli Friedman · 12 years ago
  15. cfa1caa Make the FilenameRange of the InclusionDirective callback more accurate, by Argyrios Kyrtzidis · 12 years ago
  16. a8235d6 Rework the (de-)serialization of macros, as stored in by Douglas Gregor · 12 years ago
  17. f8afcff For PPCallbacks::InclusionDirective() add a parameter for the module, whenever by Argyrios Kyrtzidis · 12 years ago
  18. eb788e9 Add an assertion to make sure the implicitly imported module by Argyrios Kyrtzidis · 12 years ago
  19. da31359 Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.html by Argyrios Kyrtzidis · 12 years ago
  20. 59cabd7 [libclang] Fix getting a cursor inside an angled #include directive. by Argyrios Kyrtzidis · 12 years ago
  21. e40c423 Fixed a problem with #pragma push_macro/pop_macro implementation. by Alexander Kornienko · 12 years ago
  22. 8a64bb5 Keep history of macro definitions and #undefs by Alexander Kornienko · 12 years ago
  23. a52f5a3 Adding a fixit for includes that cannot be found with angle brackets, but can be found with quoted strings instead. Implements PR13201. by Aaron Ballman · 12 years ago
  24. 540f9ae preprocessing: gcc supports #line 0. So, treat this by Fariborz Jahanian · 12 years ago
  25. bc9e558 Add testing for CommentHandler, and fix a bug where trailing comments in #else by Richard Smith · 12 years ago
  26. dc20169 Documentation cleanup: by James Dennett · 12 years ago
  27. 986f317 Do not complain about junk on the end of a #endif in a skipped block. Such junk by Richard Smith · 12 years ago
  28. 8c0b378 Add a -rewrite-includes option, which is similar to -rewrite-macros, but only expands #include directives. by David Blaikie · 12 years ago
  29. 3093b20 Lexer::ReadToEndOfLine: Only build the string if it's actually used and do so in a less malloc-intensive way. by Benjamin Kramer · 12 years ago
  30. e2e8768 Fixed MacroInfo definition range for function like macros with empty body. by Abramo Bagnara · 13 years ago
  31. db81d38 [preprocessor] Handle correctly inclusion directives that have macro expansions, e.g by Argyrios Kyrtzidis · 13 years ago
  32. 4207eda Turns #import in MS Mode into an error. by Aaron Ballman · 13 years ago
  33. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 13 years ago
  34. 99831e4 User-defined literals: reject string and character UDLs in all places where the by Richard Smith · 13 years ago
  35. bb66066 [preprocessor] Enhance the preprocessor callbacks: by Argyrios Kyrtzidis · 13 years ago
  36. 4c55c54 Adding support for #pragma include_alias in MS compatibility mode. This implements PR 10705. by Aaron Ballman · 13 years ago
  37. 32ad2ee Change @import to @__experimental_modules_import. We are not ready to commit to a particular syntax for modules, by Ted Kremenek · 13 years ago
  38. 10285d9 Revert r151800, which was committed without review and has correctness issues. by Richard Smith · 13 years ago
  39. 7abe166 Implements support for #pragma include_alias in ms compatibility mode. Fixes PR10705. by Aaron Ballman · 13 years ago
  40. 07a4b04 Move suport for redefining operator keywords from -fms-extensions to -fms-compatibility. by Nico Weber · 13 years ago
  41. f4fb07e Allow operator keywords to be #defined in ms-ext mode. by Nico Weber · 13 years ago
  42. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 13 years ago
  43. 34a2c42 Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text. by Ted Kremenek · 13 years ago
  44. 7530c03 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 13 years ago
  45. 1ac13c3 Re-uglify #public and #private to #__public_macro and #__private_macro. by Douglas Gregor · 13 years ago
  46. c13a34b Eliminate the uglified keyword __import_module__ for importing by Douglas Gregor · 13 years ago
  47. 94ad28b Under -fmodules, accept #public <macroname> and #private <macroname> by Douglas Gregor · 13 years ago
  48. 752c74d Add a "Modules" language option, which subsumes the previous by Douglas Gregor · 13 years ago
  49. 305dc3e Detect when mapping a #include/#import over to a submodule ends up by Douglas Gregor · 13 years ago
  50. a3ca4d6 Don't allow #include (and its friends #import, #include_next and by Richard Smith · 13 years ago
  51. 5e3f922 Keep track of import dependencies between submodules within the module by Douglas Gregor · 13 years ago
  52. 93ebfa6 When we treat an #include or #import as a module import, create an by Douglas Gregor · 13 years ago
  53. 5e35693 Introduce the notion of name visibility into modules. For a given by Douglas Gregor · 13 years ago
  54. 1a4761e Promote ModuleMap::Module to a namespace-scope class in the Basic by Douglas Gregor · 13 years ago
  55. 4b7cac5 Note that we'll need to handle __include_macros specially in the module loader by Douglas Gregor · 13 years ago
  56. 8cfbe6a Move the module auto-import logic after the logic that allows a by Douglas Gregor · 13 years ago
  57. edee969 Trivial indentation fix for the code I just committed by Douglas Gregor · 13 years ago
  58. e3a8256 Introduce an opt-in warning indicating when the compiler is treating by Douglas Gregor · 13 years ago
  59. 3d3589d Switch the module-loading interfaces and parser from a simple by Douglas Gregor · 13 years ago
  60. 1c2e933 Allow preprocessor callbacks to recover from a "file not found" error, by Douglas Gregor · 13 years ago
  61. c69c42e When making a suggestion regarding which module to load rather than by Douglas Gregor · 13 years ago
  62. aa93a87 For modules, all macros that aren't include guards are implicitly by Douglas Gregor · 13 years ago
  63. 661a996 -Wc++98-compat warnings for the lexer. by Richard Smith · 13 years ago
  64. 158ebfb A couple random preprocessor changes that got ported from C99 to C++11. by Eli Friedman · 13 years ago
  65. 8dfac0b Add explicit attributes to mark functions as having had their by John McCall · 13 years ago
  66. 6b4ff04 Introduce a callback to PPCallbacks for lines skipped by the preprocessor. by Argyrios Kyrtzidis · 13 years ago
  67. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  68. fba18aa Add an experimental flag -fauto-module-import that automatically turns by Douglas Gregor · 13 years ago
  69. 7d10087 Support code-completion for C++ inline methods and ObjC buffering methods. by Argyrios Kyrtzidis · 13 years ago
  70. 7143aab Modules hide macro definitions by default, so that silly things like by Douglas Gregor · 13 years ago
  71. f84139a Change err_pp_file_not_found back to an Error; when it's a Warning, we suppress it in system headers. And it is not a good idea to suppress it in system headers. (This was originally changed in r134996 to implement -MG.) by Eli Friedman · 13 years ago
  72. 70c7b10c Don't warn on varaidic macros in C++0x mode. by Eli Friedman · 13 years ago
  73. 5cee119 Add support for C++0x unicode string and character literals, from Craig Topper! by Douglas Gregor · 13 years ago
  74. e7b2b6e Rename getDecomposedInstantiationLoc to getDecomposedExpansionLoc. by Chandler Carruth · 13 years ago
  75. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  76. bb52786 Implement -MG. Fixes PR9613 by Peter Collingbourne · 13 years ago
  77. 1f8dcfc Don't warn for unused macro when undef'ing it, if it comes from an included file. rdar://9745065 by Argyrios Kyrtzidis · 13 years ago
  78. d57b7ff Replace an unreachable error path with an assert by Peter Collingbourne · 13 years ago
  79. 65aa688 Make more use of llvm::StringRef in various APIs. In particular, don't by Jay Foad · 13 years ago
  80. e26224e Only ignore extra tokens after #else if we skip it, otherwise warn. Fixes rdar://9475098. by Argyrios Kyrtzidis · 13 years ago
  81. 7412494 To be able to replay compilations we need to accurately remodel how by Manuel Klimek · 13 years ago
  82. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  83. b5142bb Add a 'RawPath' parameter to the PPCallbacks interface. This allows by Chandler Carruth · 14 years ago
  84. 8402155 Rename tok::eom to tok::eod. by Peter Collingbourne · 14 years ago
  85. a5ef584 Reimplement __pragma support using a TokenLexer by Peter Collingbourne · 14 years ago
  86. b2eb53d Make TokenLexer capable of storing preprocessor directive tokens by Peter Collingbourne · 14 years ago
  87. a33e050 When redefining a macro don't warn twice if it's not used and don't warn for duplicate by Argyrios Kyrtzidis · 14 years ago
  88. ba3ca52 fix rdar://8823139, a crash on a comment in a preprocessed .s file by Chris Lattner · 14 years ago
  89. 3a1a874 Fix PR8654, ensuring each branch of an #if, #elif, #else, ... chain by Chandler Carruth · 14 years ago
  90. c6ed729 Change all self assignments X=X to (void)X, so that we can turn on a by Jeffrey Yasskin · 14 years ago
  91. c4bf2b9 Introduced raw_identifier token kind. by Abramo Bagnara · 14 years ago
  92. 0827408 Fix diagnostic pragmas. by Argyrios Kyrtzidis · 14 years ago
  93. 25bb03b Don't crash when code-completing after "#include <". It would be far by Douglas Gregor · 14 years ago
  94. 2aa9267 Several PPCallbacks take an SourceLocation + IdentifierInfo, rather by Craig Silverstein · 14 years ago
  95. cb7b1e1 Make sure to always check the result of by Douglas Gregor · 14 years ago
  96. 08985b9 Add PPCallbacks for #if/#ifdef/etc. by Craig Silverstein · 14 years ago
  97. ecdcb88 Extend the preprocessing record and libclang with support for by Douglas Gregor · 14 years ago
  98. 9714a23 Really^2 fix <rdar://problem/8361834>, this time without crashing. by Ted Kremenek · 14 years ago
  99. 52a4ff6 Revert most of r116862. It isn't quite the right fix for a memory leak in Preprocessor. by Ted Kremenek · 14 years ago
  100. ea35f77 Really fix: <rdar://problem/8361834> MacroInfo::AddTokenToBody() leaks memory by Ted Kremenek · 14 years ago