1. c5613b2 Explicitly build __builtin_va_list. by Meador Inge · 12 years ago
  2. 0cdd1fe [-E] Emit a rewritten _Pragma on its own line. by Jordan Rose · 12 years ago
  3. 5e9dda6 Documentation cleanup: escape # in a Doxygen comment. by James Dennett · 12 years ago
  4. f1492f9 Support -frewrite-includes as an option while preprocessing. by David Blaikie · 12 years ago
  5. 60ad16b Rename -rewrite-includes to -frewrite-includes. by David Blaikie · 12 years ago
  6. 809d1be More doxygen/documentation cleanups. by James Dennett · 12 years ago
  7. f122a13 Add -isystem-prefix and -ino-system-prefix arguments, which can be used to by Richard Smith · 12 years ago
  8. 7ed25df Const'ify CompilerInvocation::toArgs(). by Argyrios Kyrtzidis · 12 years ago
  9. 3772c9a If fixits appear to overlap, move the second one over in the output. by Jordan Rose · 12 years ago
  10. 374a00b [libclang] Don't crash when saving a PCH from a prefix header by Argyrios Kyrtzidis · 12 years ago
  11. 581deb3 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 12 years ago
  12. 8c0b378 Add a -rewrite-includes option, which is similar to -rewrite-macros, but only expands #include directives. by David Blaikie · 12 years ago
  13. a08e7bc Zap the /Za compiler switch from MSVC projects, the option is considered harmful even by Microsoft people and clang won't build using the MSVC 2012 RC if not removed. by Francois Pichet · 12 years ago
  14. e3f3411 Fix indenting. by David Blaikie · 12 years ago
  15. 4031a37 ensure value passed to is space is representable as unsigned char by Seth Cantrell · 12 years ago
  16. c5493d7 fix Bug 12924 by Seth Cantrell · 12 years ago
  17. def1849 wire -fbounds-checking to the new LLVM bounds checking pass by Nuno Lopes · 12 years ago
  18. d6277fb [driver] When creating the compiler invocation out of command-line by Argyrios Kyrtzidis · 12 years ago
  19. 832a2aa Pulls diagnostics for temp file handling into the common diagnostic kinds. by Manuel Klimek · 12 years ago
  20. 6a1fd4a Tweek r156937 a bit so that the suggestions are correct. by Chad Rosier · 12 years ago
  21. ff1affe Warn about -Wno-foo where foo is an unknown warning option. This is helpful by Chad Rosier · 12 years ago
  22. 7d9ae25 For final output files create them with mode 0664 to match other by Eric Christopher · 12 years ago
  23. 16afdf7 Fix an assertion hit when the serialized diagnostics writer receive a diagnostic by Argyrios Kyrtzidis · 12 years ago
  24. b3198a8 add -fbounds-checking option. by Nuno Lopes · 12 years ago
  25. a30d860 Add a predefine __WINT_UNSIGNED__, similar to __WCHAR_UNSIGNED__, and test them both for ARM and X86. by James Molloy · 12 years ago
  26. fd00eec This patch adds a new Clang compiler flag "-gline-tables-only". by Alexey Samsonov · 12 years ago
  27. 0513448 Use the standard values for the __cplusplus macro, even when in GNU mode. GCC by Richard Smith · 12 years ago
  28. 6d89b4b Fix cmake. Remaining two ClangCC1Options deps. by Andrew Trick · 12 years ago
  29. f720a2b Remove variables made dead by r155923 by David Blaikie · 12 years ago
  30. 1b9a688 Remove dead code found by static analyzer. by Ted Kremenek · 12 years ago
  31. bfd7a52 Unify Options.td and CC1Options.td, in a first step towards unifying the serialization logic in Frontend and Driver. by James Molloy · 12 years ago
  32. d1fda03 Make some helper functions static. by Benjamin Kramer · 12 years ago
  33. 262bc18 Remove the ref/value inconsistency in filter_decl_iterator. by David Blaikie · 12 years ago
  34. 3a70cd6 Use enum to set debug info size generated by Clang by Alexey Samsonov · 12 years ago
  35. 40d8e97 Revert r154981, because it caused PR12674. by Nico Weber · 12 years ago
  36. 0ddb097 Suppress -Wunused-variable warning in -Asserts build by Matt Beaumont-Gay · 12 years ago
  37. 3acf764 fix display of source lines with null characters by Seth Cantrell · 12 years ago
  38. 6749dd5 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 12 years ago
  39. 9591697 Revert "Nicer display of unprintable source, and fix caret display for non-ascii text" by Seth Cantrell · 12 years ago
  40. 70712b2 fix display of source lines with null characters by Seth Cantrell · 12 years ago
  41. e9a3b76 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 12 years ago
  42. 93a4994 objective-c modern translator: buildit objc bool by Fariborz Jahanian · 12 years ago
  43. bcadf96 ASTUnit: Don't clone the new DiagnosticConsumer, causing it to get leaked. by Benjamin Kramer · 12 years ago
  44. 1050471 Remove the -cc1-level option "-pubnames-dump". Such things should stay by Douglas Gregor · 12 years ago
  45. 2c39d71 Implement the missing pieces needed to support libstdc++4.7's <atomic>: by Richard Smith · 12 years ago
  46. 9bc0c29 Changed all direct calls to CompletionConsumer.reset(..) to go call by Erik Verbruggen · 12 years ago
  47. 6a91d38 Added a flag to the parser to skip method bodies. by Erik Verbruggen · 12 years ago
  48. e722ed6 [libclang] If displayDiagnostics is set (when calling clang_createIndex), make sure to by Argyrios Kyrtzidis · 12 years ago
  49. 28a83f5 [code-complete] Introduce CodeCompletionTUInfo which will be used for caching by Argyrios Kyrtzidis · 12 years ago
  50. 561d622 Revert r154321, pending more discussion. by David Chisnall · 12 years ago
  51. 649ee3f Add -fobjc-trace to emit a call before and after each Objective-C message send by David Chisnall · 12 years ago
  52. 5e219cf Teach Clang about PIE compilations. This is the first step of PR12380. by Chandler Carruth · 12 years ago
  53. b47dbcb [analyzer] Enable retry exhausted without inlining by default. by Anna Zaks · 12 years ago
  54. 82fe6ae Move the emission of strict enum range metadata behind a flag (the same by Chandler Carruth · 12 years ago
  55. 5903a37 [analyzer] Add an option to re-analyze a dead-end path without inlining. by Anna Zaks · 12 years ago
  56. 978fc9c Introduce a -cc1-level option -pubnames-dump, which simply dumps the by Douglas Gregor · 12 years ago
  57. dccb9bb Driver: Factor string vector push_back into a helper class and optimize it. by Benjamin Kramer · 12 years ago
  58. b3dcbbd Since this change is generating a considerable amount of discussion (and possibly even a regression for known bad versions), I'm reverting it. by Aaron Ballman · 12 years ago
  59. b3656d3 No longer hard coding paths to the MinGW include directories; using a regular expression instead. by Aaron Ballman · 12 years ago
  60. fc055f9 [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches by Chad Rosier · 12 years ago
  61. e87e851 Adding in newer MinGW header paths. by Aaron Ballman · 12 years ago
  62. 8fbe385 [frontend] Add support for disabling the "inline" keyword using by Chad Rosier · 12 years ago
  63. 2dec85b [driver] Parse diagnostic args in the driver. by Chad Rosier · 12 years ago
  64. 4bd2654 [libclang] When there's a file error when saving the PCH, make sure to by Argyrios Kyrtzidis · 12 years ago
  65. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  66. 5b31d55 No longer defining GNUC mode when compiling for Microsoft compatibility. This allows people's cross-platform compiler-specific macros to work properly. by Aaron Ballman · 12 years ago
  67. 3fd5f37 [analyzer] Add support for NoRedundancy inlining mode. by Anna Zaks · 12 years ago
  68. 7b14026 [Basic] Rename LangOptions::NoInline to NoInlineDefine, to make things a bit by Daniel Dunbar · 12 years ago
  69. 6625335 [analyzer] Rework inlining related command line options. by Anna Zaks · 12 years ago
  70. 0250393 Replace MarkVarRequired with a more generic by Rafael Espindola · 12 years ago
  71. e286d9b Workaround module test failures by removing the version info from module hashes. by Bob Wilson · 12 years ago
  72. bef35c9 [PCH] Mark a PCH file with a flag to indicate if the serialized AST had by Argyrios Kyrtzidis · 12 years ago
  73. 00fd5dd CMake: Fix build to add clangEdit to USED_LIBS. by NAKAMURA Takumi · 12 years ago
  74. 634a4b1 [driver] What was implemented in r152130 was actually -fno-inline-functions, not by Chad Rosier · 12 years ago
  75. 30660a8 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 12 years ago
  76. 250008b [driver] Add support for -fno-inline. rdar://10972766 by Chad Rosier · 12 years ago
  77. 234fe65 Fix a small difference in sema and codegen views of what needs to be output. by Rafael Espindola · 12 years ago
  78. c6c5452 [preprocessor] Enhance PreprocessingRecord to keep track of locations of conditional directives. by Argyrios Kyrtzidis · 12 years ago
  79. e21dd28 Frontend: Default to creating output files using temporary files + rename. by Daniel Dunbar · 12 years ago
  80. 12f28ab Frontend: Don't automatically create missing directories when using temporary files with createOutputFile() by Daniel Dunbar · 12 years ago
  81. 8235f9c [analyzer] Bound the size of the functions being inlined + provide by Anna Zaks · 12 years ago
  82. b4f0bd6 Add the Solaris support directory to the header search when using libc++. by David Chisnall · 12 years ago
  83. 278f1f8 [analyzer] Turn inlining on by default for better testing exposure. by Anna Zaks · 12 years ago
  84. 3c93122 Add a flag -fthread-sanitizer. by Kostya Serebryany · 12 years ago
  85. 8d6ff02 Serialization: Switch over to using the native SmallVector based BitstreamWriter by Daniel Dunbar · 12 years ago
  86. 165329c Some more Solaris fixes. Now successfully building libc++ on Solaris with clang (and linking clang against it). by David Chisnall · 12 years ago
  87. 81fb169 [analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking. by Anna Zaks · 12 years ago
  88. e1d4330 Don't record nested macro expansions in the preprocessing record, by Argyrios Kyrtzidis · 12 years ago
  89. c93dc78 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 13 years ago
  90. 5f3c163 Implement #pragma redefine_extname. by David Chisnall · 13 years ago
  91. ceb1565 Remove the unuseful -fdiagnostics-show-name by David Blaikie · 13 years ago
  92. b622959 Add some Solaris include paths and fix a -lgcc_eh that apparently should be -lgcc_s. by David Chisnall · 13 years ago
  93. cc8a945 include clang's config.h unconditionally (v2) by Dylan Noblesmith · 13 years ago
  94. 8be51ea Refactor DiagnosticRenderer and SDiagsRenderer to have some functionality by Ted Kremenek · 13 years ago
  95. 6d96836 [libclang] Indexing API: Fully index implict template instantiations. by Argyrios Kyrtzidis · 13 years ago
  96. 409e245 Add ArrayRef goodness in MultiplexASTMutationListener. by Argyrios Kyrtzidis · 13 years ago
  97. 1da95db Update MultiplexASTMutationListener with the missing methods from ASTMutationListener. by Argyrios Kyrtzidis · 13 years ago
  98. d7a3e2c Revert my patches which removed Diagnostic.h includes by moving some operator overloads out of line. by Benjamin Kramer · 13 years ago
  99. a59d20b Print NamedDecls directly to a raw_ostream where possible. by Benjamin Kramer · 13 years ago
  100. 5bbc385 Move instantiateTemplateAttribute into the sema namespace, make helpers static. by Benjamin Kramer · 13 years ago