1. 6de6aab AST/VTableBuilder.h: Suppress a warning. [-Wunused-private-field] by NAKAMURA Takumi · 12 years ago
  2. 649c731 First step towards vftable generation with -cxx-abi microsoft PR13231 by Timur Iskhodzhanov · 12 years ago
  3. 445743d Add a fixit for _Noreturn main, by Dmitri Gribenko · 12 years ago
  4. d9e26f5 Prune unused diagnostics. by Benjamin Kramer · 12 years ago
  5. 4bdc604 Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes AddressSanitizer use bottom of the address space for the shadow memory. On Linux it can be used with -fPIE/-pie to improve performance. by Alexey Samsonov · 12 years ago
  6. e6b9d80 Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 12 years ago
  7. d47afb9 Nuke SetUpBuildDumpLog. by Sean Silva · 12 years ago
  8. 99a5af0 convert some more stuff over to use new cursor APIs. by Chris Lattner · 12 years ago
  9. 39371b8 Reapply r172878 with test case. by Ted Kremenek · 12 years ago
  10. dc1088f [PCH/Modules] Revert r172843, it caused a module to fail building. by Argyrios Kyrtzidis · 12 years ago
  11. 1dfebd9 [analyzer] Suppress warnings coming out of macros defined in sys/queue.h by Anna Zaks · 12 years ago
  12. 6adfff1 Revert r172878, "Reword warning about using a *static* variable within its own initialization." by NAKAMURA Takumi · 12 years ago
  13. 1bdac1d Reword warning about using a *static* variable within its own initialization. by Ted Kremenek · 12 years ago
  14. cd6bfd0 Fix mismatched #endif. by Jordan Rose · 12 years ago
  15. 22eaced Once we've collected the template arguments for a by Douglas Gregor · 12 years ago
  16. f953276 [PCH/Modules] Re-apply r172620 and r172629, now with 100% less infinite loops! by Argyrios Kyrtzidis · 12 years ago
  17. 4f45bc0 [ubsan] Add support for -fsanitize-blacklist by Will Dietz · 12 years ago
  18. d3b036e Revert Clang r172620 and r172629, which caused a hang when building by Douglas Gregor · 12 years ago
  19. ba57183 Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor not by Richard Smith · 12 years ago
  20. 02dd798 In Objective-C ARC, completely ignore ownership qualifiers on the by Douglas Gregor · 12 years ago
  21. de03c15 Parsing support for C11's _Noreturn keyword. No semantics yet. by Richard Smith · 12 years ago
  22. 0234179 We want the dwarf AT_producer for assembly source files to match clang's by Kevin Enderby · 12 years ago
  23. b8b5cbc [ms-inline asm] Extend the Sema interface to get the size and length of a by Chad Rosier · 12 years ago
  24. 617bb31 Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are not supported. by Joey Gouly · 12 years ago
  25. aab6005 Revert most of r172140. by Nico Weber · 12 years ago
  26. 93c8617 ArrayRef-ize some ctor initializer related APIs by David Blaikie · 12 years ago
  27. cd8ab51 Implement C++11 semantics for [[noreturn]] attribute. This required splitting by Richard Smith · 12 years ago
  28. 6c3af3d Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on by Richard Smith · 12 years ago
  29. a6f9707 Implement a fixit for -Wmain-return-type by Dmitri Gribenko · 12 years ago
  30. 1c23975 Fix a typo introduced in r172665. by Matt Beaumont-Gay · 12 years ago
  31. a44b970 [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionary literal by Argyrios Kyrtzidis · 12 years ago
  32. d329724 Rework the traversal of Objective-C categories and extensions to by Douglas Gregor · 12 years ago
  33. 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
  34. 7dfd182 First step in implementation of mips16 and nomips16 attributes. by Reed Kotler · 12 years ago
  35. 7f69b1a [PCH/Modules] Change how macro [re]definitions are de/serialized. by Argyrios Kyrtzidis · 12 years ago
  36. 0df6acd Add option to avoid "bin-packing" of parameters. by Daniel Jasper · 12 years ago
  37. 64eb070 [analyzer] Refactor: parameter rename. by Anna Zaks · 12 years ago
  38. f43b721 Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that by Douglas Gregor · 12 years ago
  39. f4d918f When checking availability attributes for consistency between an by Douglas Gregor · 12 years ago
  40. 50a70cd Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev! by Douglas Gregor · 12 years ago
  41. 08e79d2 [driver] Warnings for warning options are handled by the frontend. The driver needs to process the by Chad Rosier · 12 years ago
  42. 4195637 Refactor to call ActOnFinishFullExpr on every full expression. Teach by Richard Smith · 12 years ago
  43. 7c9dbb7 Multiprecision subtraction builtins. by Michael Gottesman · 12 years ago
  44. bdc691f [analyzer] Add ProgramStatePartialTrait<const void *>. by Jordan Rose · 12 years ago
  45. 469e730 [analyzer] Fix cast-away-const warning by using const_cast. by Jordan Rose · 12 years ago
  46. 8767dc2 Infer "link" lines for top-level frameworks. Essentially, a framework by Douglas Gregor · 12 years ago
  47. b6cbe51 Implement parsing, AST, (de-)serialization, and placeholder global by Douglas Gregor · 12 years ago
  48. 6f5bb2c Make single-line if statements optional. by Daniel Jasper · 12 years ago
  49. a4ae9f3 Custom DiagnosticConsumer parameter of reformat() + silence diagnostics in unit tests. by Alexander Kornienko · 12 years ago
  50. f7a0527 Accept [[gnu::*]] for all __attribute__((*))s which are: by Richard Smith · 12 years ago
  51. b395847 Constify argument of Preprocessor::getMacroInfoHistory and propagate to by Dmitri Gribenko · 12 years ago
  52. 1c030e9 ArrayRef'ize Sema APIs related to format string checking by Dmitri Gribenko · 12 years ago
  53. a5bec29 Fix LLP64 build. by Michael J. Spencer · 12 years ago
  54. 0cf07bc Added builtins for multiprecision adds. by Michael Gottesman · 12 years ago
  55. 1b65fe5 Prune an unused diagnostic, detected after improving the script in r172330 by Dmitri Gribenko · 12 years ago
  56. 6c5d631 Remove unused diagnostics by Dmitri Gribenko · 12 years ago
  57. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 12 years ago
  58. 9946fc7 Add missing includes and forward declarations so that headers don't depend on by Dmitri Gribenko · 12 years ago
  59. 838dc59 Disable caching of visibility. by Rafael Espindola · 12 years ago
  60. ca2ab45 Provide Decl::getOwningModule(), which determines the (sub)module in by Douglas Gregor · 12 years ago
  61. c3cd6f7 Fix -Wunused-comparison for comparisons in arguments to function-like macros. by Matt Beaumont-Gay · 12 years ago
  62. 689d747 libclang: constness for CXString by Dmitri Gribenko · 12 years ago
  63. e274828 [libclang] Add some constness in CXSourceLocation and CXSourceRange. by Argyrios Kyrtzidis · 12 years ago
  64. 67812b2 libclang: change CXCursor to store 'const void *' pointers for by Dmitri Gribenko · 12 years ago
  65. 06d8c60 Constify parameter of clang::getCursorKindForDecl by Dmitri Gribenko · 12 years ago
  66. 4d8efb4 Improve diagnostic per Richard's suggestion by Fariborz Jahanian · 12 years ago
  67. d088a5f Allow RefactoringTool to write to memory instead of always to disk by Edwin Vane · 12 years ago
  68. 7e9bf8c Improved formatting of constructor initializers by Daniel Jasper · 12 years ago
  69. 5ea6ef4 Truth in advertising: LocallyScopedExternalDecls actually only contains by Richard Smith · 12 years ago
  70. cd52bda Formatter: Put spaces in ObjC method decls in the right place for Google style. by Nico Weber · 12 years ago
  71. 3973f28 [ms-inline asm] Extend the inline asm Sema lookup interface to determine if the by Chad Rosier · 12 years ago
  72. c5362d9 In my last patch use InGroup<Switch> (per Dmitri's comment). by Fariborz Jahanian · 12 years ago
  73. f6e65cc Provide a better warning when case value overflows. // rdar://11577384 by Fariborz Jahanian · 12 years ago
  74. d5bfae6 Formatter: Land header change I forgot to land in r172099. by Nico Weber · 12 years ago
  75. 30f3b45 Diagnostics: name all implicit groups used more than once. by Jordan Rose · 12 years ago
  76. 46ef852 Improvements to function type and ObjC block formatting. by Daniel Jasper · 12 years ago
  77. 7266cf6 Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that enabled this extension for multiple targets. by Guy Benyei · 12 years ago
  78. f9c2166 clang-c/Index.h: Clarify empty argument with (void) for C89. by NAKAMURA Takumi · 12 years ago
  79. 7005b90 Rework the realpath nonsense for framework lookups to deal more by Douglas Gregor · 12 years ago
  80. a18e70b Issue warning when case value is too large to fit by Fariborz Jahanian · 12 years ago
  81. 898dd70 Remove the unused Parser::ParseTranslationUnit function by Hal Finkel · 12 years ago
  82. 35eb8c3 Enable intel_ocl_bicc for x86_64 target. This was missed in r171056. by Guy Benyei · 12 years ago
  83. e178e70 put back diagnostics when flexible members are captured in lambdas. by Fariborz Jahanian · 12 years ago
  84. 4b3040f Remove lambda from my last patch. by Fariborz Jahanian · 12 years ago
  85. 9c0816f objectiveC blocks: It is impractical to capture by Fariborz Jahanian · 12 years ago
  86. 51be6e3 Tighten types a bit. No functionality change. by Rafael Espindola · 12 years ago
  87. 0777cf5 Tighten types a bit. No functionality change. by Rafael Espindola · 12 years ago
  88. fc35cbc Tighten types a bit. No functionality change. by Rafael Espindola · 12 years ago
  89. 27fdea9 Remove on-by-default warning from -Wmost. by David Blaikie · 12 years ago
  90. 41748f7 [analyzer] Bump down the max size of functions being analyzed. by Anna Zaks · 12 years ago
  91. 7bb7fb6 clang-format can now format #defines. by Manuel Klimek · 12 years ago
  92. aa46d51 Move ref qualifiers from Type bitfields into FunctionProtoType, stealing two by Richard Smith · 12 years ago
  93. 97bfb55 [analyzer] Include the bug uniqueing location in the issue_hash. by Anna Zaks · 12 years ago
  94. 8e721b7 Add support for attribute((mode(unwind_word))). by Rafael Espindola · 12 years ago
  95. d93335c Pull the bulk of Lexer::MeasureTokenLength() out into a new function, by Argyrios Kyrtzidis · 12 years ago
  96. c3cd2b0 Implement Attr dumping for -ast-dump. http://llvm-reviews.chandlerc.com/D234 by Alexander Kornienko · 12 years ago
  97. 07fc1ba Add fixit hints for misplaced C++11 attributes around class specifiers. by Michael Han · 12 years ago
  98. cd16238 Reformat clang-formats source code. by Daniel Jasper · 12 years ago
  99. 7ad4eff Add style option for number of spaces before trailing comments. by Daniel Jasper · 12 years ago
  100. 4a2ef80 Simplify. No behavior change. by Nico Weber · 12 years ago