1. d123dc6 Revise unit testing for -fno-altivec, -mno-altivec. by Bill Schmidt · 11 years ago
  2. dc66adb libclang: itroduce cxstring::createEmpty() by Dmitri Gribenko · 11 years ago
  3. dad4c1a libclang: introduce cxstring::createNull() by Dmitri Gribenko · 11 years ago
  4. 60969f5 Re-design the convenience interfaces on MatchFinder. by Manuel Klimek · 11 years ago
  5. ae54121 Use const visitors in ASTDumper. by Alexander Kornienko · 11 years ago
  6. 6758194 Hopefully fix windows build due to non-standard pair implementation. by Daniel Jasper · 11 years ago
  7. 68ef0df Revamp of the basic layouting algorithm in clang-format. by Daniel Jasper · 11 years ago
  8. 5f838aa Fix diagnostic for bad alignas use: it can't be applied to functions. by Richard Smith · 11 years ago
  9. cd0655b Add a new -Wundefined-inline warning for inline functions which are used but not by Nick Lewycky · 11 years ago
  10. be507b6 Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign. by Richard Smith · 11 years ago
  11. 5ccd3d0 Add PPC A2Q core and BG/Q preprocessor definitions by Hal Finkel · 11 years ago
  12. 074cae0 Destroy arrays and ARC fields when throwing out of ctors. by John McCall · 11 years ago
  13. 1031884 Don't do delayed exception-specification checking on an invalid by Douglas Gregor · 11 years ago
  14. 199402b Enable -fno-altivec, -mno-altivec for PowerPC. by Bill Schmidt · 11 years ago
  15. a31f65b [Sema][Attr]Fix alignment attribute printing. by Michael Han · 11 years ago
  16. a55e3ff Consistently format sample diagnostics on this page. by Richard Smith · 11 years ago
  17. 6307be3 clang/test/Index/headerfile-comment-to-html.m: Try to unbreak libxml2-less hosts to eliminate "CommentXMLValid". by NAKAMURA Takumi · 11 years ago
  18. e1ebedf Comment parsing: add more comments to CommentCommands.td by Dmitri Gribenko · 11 years ago
  19. 17d15f3 Escape backslash in the comment. by Dmitri Gribenko · 11 years ago
  20. 5e31474 Update the tests. by Bill Wendling · 11 years ago
  21. f843a58 [Comment parsing] Add support for recognizing by Fariborz Jahanian · 11 years ago
  22. 0217b1d [analyzer]RetainCount: Fix an autorelease related false positive. by Anna Zaks · 11 years ago
  23. e36d81b [analyzer] Don't track autorelease pools created by +new. by Jordan Rose · 11 years ago
  24. 0ed4394 Lexer: Don't warn about Unicode in preprocessor directives. by Jordan Rose · 11 years ago
  25. 98b21b9 Preprocessor: initialize member introduced in r173881. by Jordan Rose · 11 years ago
  26. b450161 Reverted unintendedly-committed file. by Alexander Kornienko · 11 years ago
  27. d226744 Micro-change: moved a brace for better readability by Alexander Kornienko · 11 years ago
  28. 33e83b6 Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind." by Jordan Rose · 11 years ago
  29. ce76d65 clang/test/Index/skip-parsed-bodies/compile_commands.json: Mark it as XFAIL:mingw32, for now. by NAKAMURA Takumi · 11 years ago
  30. bd04f2a Never break inside something that was a preprocessor directive. by Manuel Klimek · 11 years ago
  31. f343cab Several improvements to the formatting of static initializers. by Daniel Jasper · 11 years ago
  32. 335078b Attempt to fix Windows build breakage. by Evgeniy Stepanov · 11 years ago
  33. 4d0e9f5 Move commonly useful code for AST testing into MatchVerfier.h. by Manuel Klimek · 11 years ago
  34. c264e16 Add support for AArch64 target. by Tim Northover · 11 years ago
  35. 903ef04 Revert r174043 and tweak the comment wording so I'm (hopefully) not confused by it again! by Richard Smith · 11 years ago
  36. 8c84028 Added outer template parameter lists to friend type AST nodes. by Enea Zaffanella · 11 years ago
  37. a8d3904 [msan] Run more optimizations after MemorySanitizer pass. by Evgeniy Stepanov · 11 years ago
  38. 5917e22 Remove incorrect warning signs from QualType::getUnqualifiedType(). These by Richard Smith · 11 years ago
  39. 378e1e7 When we're emitting a constructor or destructor call from a delegating by Douglas Gregor · 11 years ago
  40. 29805ca Improve 'failed template argument deduction' diagnostic for the case where we by Richard Smith · 11 years ago
  41. 626799b When code completing in a statement, parenthesized expression, or by Douglas Gregor · 11 years ago
  42. d1f09b4 Allow the computation of the base priority for a declaration code completion result to consider the completion context by Douglas Gregor · 11 years ago
  43. 0efa62f Replace "failed template argument deduction" diagnostic with something useful by Richard Smith · 11 years ago
  44. 995e26b Remove elements from Sema.UndefinedInternals as functions are defined. Also by Nick Lewycky · 11 years ago
  45. 869709c Fix grammar in comment. by Nick Lewycky · 11 years ago
  46. f270519 Clarify the diagnostic for -Wnested-anon-types. by Richard Smith · 11 years ago
  47. 0e450cb [analyzer] If a lazy binding is undefined, pretend that it's unknown instead. by Jordan Rose · 11 years ago
  48. f499b34 When comparing two template template arguments in the template differ, consider by Richard Trieu · 11 years ago
  49. 95f97bf Fix -Wcovered-switch-default and -Wunused-private-field warnings. by Richard Smith · 11 years ago
  50. e8d4119 Add indents to AST dumping and removed parenthesis from AST nodes. by Richard Trieu · 11 years ago
  51. 4ceaf33 Fix ODR-use of a MemberExpr to check before marking a pure function used. Remove by Nick Lewycky · 11 years ago
  52. 5255f27 [analyzer] Fix a bug in region store that lead to undefined value false by Anna Zaks · 11 years ago
  53. 7ba96ae Sometimes ld is just ld. by Matt Beaumont-Gay · 11 years ago
  54. 1166723 When comparing two templates in the template differ, consider them the by Douglas Gregor · 11 years ago
  55. c4c62fd Make sure that the Attribute object represents one attribute only. by Bill Wendling · 11 years ago
  56. 3e55e3e Fix unused variable warnings in -asserts build by Matt Beaumont-Gay · 11 years ago
  57. 40f56e5 Reinstate r173952, this time limiting it to exactly the form by Douglas Gregor · 11 years ago
  58. 91165e7 Diagnostics: Clarify name of line-length-limiting constant in r173976. by Jordan Rose · 11 years ago
  59. 566f063 Changed to static_cast, due to post-commit review. by Filipe Cabecinhas · 11 years ago
  60. 8f1fa25 TableGen backends: use emitSourceFileHeader() to emit the warning about by Dmitri Gribenko · 11 years ago
  61. 825648a Cast to remove the narrowing conversion error in c++11. by Filipe Cabecinhas · 11 years ago
  62. f6e74a3 Diagnostics: if a line is longer than 4096 characters, don't print it. by Jordan Rose · 11 years ago
  63. 1a1c82e Revert "[preprocessor] Don't warn about "disabled expansion of recursive macro"" by Argyrios Kyrtzidis · 11 years ago
  64. 877761c Handle passing non-Qualtypes to %diff better. Instead of asserting, fall back by Richard Trieu · 11 years ago
  65. 7564bcc Add OpenCL error that a kernel function must have void return type. Includes a test case. by Tanya Lattner · 11 years ago
  66. 1b6b31d Fix comment in test/Lexer/utf8-invalid.c for updates in r173959. by Jordan Rose · 11 years ago
  67. 20afc29 Fix r173881 to properly skip invalid UTF-8 characters in raw lexing and -E. by Jordan Rose · 11 years ago
  68. ac3a3e7 [analyzer] Make shallow mode more shallow. by Anna Zaks · 11 years ago
  69. 6bbe144 [analyzer] Use analyzer config for max-inlinable-size option. by Anna Zaks · 11 years ago
  70. 86ff12c [analyzer] Move report false positive suppression to report visitors. by Anna Zaks · 11 years ago
  71. ce32890 [analyzer] Remove further references to analyzer-ipa. by Anna Zaks · 11 years ago
  72. 1afc201 scan-build: When using Xcode 4.6, use build settings for doing proper build interposition. by Ted Kremenek · 11 years ago
  73. 16bdd3b Hoist retrieval of Expr* into caller. No functionality change. by Ted Kremenek · 11 years ago
  74. 8d3f613 [preprocessor] Don't warn about "disabled expansion of recursive macro" by Argyrios Kyrtzidis · 11 years ago
  75. baa7ca1 [analyzer] Model trivial copy/move ctors with an aggregate bind. by Jordan Rose · 11 years ago
  76. 7414959 Documentation: fix escaping in JSON example by Dmitri Gribenko · 11 years ago
  77. d96d949 Documentation: add a link to Bear, a tool to help with JSON DB by Dmitri Gribenko · 11 years ago
  78. 19e448d Documentation: fix link to ExecuteAction(), which was previously typoed as by James Dennett · 11 years ago
  79. f494e48 Comment parsing: fold named character references test into other HTML tests by Dmitri Gribenko · 11 years ago
  80. 5bd1e5b Comment parsing: resolve more named character references by Dmitri Gribenko · 11 years ago
  81. b1c760e Revert unintended change by Dmitri Gribenko · 11 years ago
  82. 3862d76 Index/special-html-characters.m: mark this as XFAIL for valgrind by Dmitri Gribenko · 11 years ago
  83. cb5620c Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support by Dmitri Gribenko · 11 years ago
  84. e1ac4ae Also promote fp16 types to double when they're anonymous variadic arguments. by Tim Northover · 11 years ago
  85. afcbd85 Don't generate no-op replacements. by Daniel Jasper · 11 years ago
  86. 31aa577 Add "instancetype" as a code completion result for the return type of by Douglas Gregor · 11 years ago
  87. 5824b80 The instance methods of the root class of an Objective-C hieararchy by Douglas Gregor · 11 years ago
  88. 48cb74a C11: Provide the missing half of <stdalign.h> by Richard Smith · 11 years ago
  89. e6738d8 Fix test failure from previous change. by Richard Smith · 11 years ago
  90. 7586a6e Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as by Richard Smith · 11 years ago
  91. 4874a81 Don't warn on fall-through from unreachable code. by Alexander Kornienko · 11 years ago
  92. e28f6ab Unresolved lookups can have using declarations that refer to by Douglas Gregor · 11 years ago
  93. 74c2498 Don't warn about Unicode characters in -E mode. by Jordan Rose · 11 years ago
  94. d9bf418 [Sema] Constrain test added in r173873 with expected-error-re by David Blaikie · 11 years ago
  95. 1d87fba Provide a fixit for constexpr non-static data members. by David Blaikie · 11 years ago
  96. 7adf417 c: When checking on validity of sizeof passed as size of by Fariborz Jahanian · 11 years ago
  97. 9cd90a2 [Frontend] Factor AddUnmappedPath() out of AddPath() and simplify. by Daniel Dunbar · 11 years ago
  98. 59fd635 [Frontend] Remove HeaderSearchOptions::Entry::IsInternal, which is unused. by Daniel Dunbar · 11 years ago
  99. e87edbd clang/test/Driver/asan-ld.c: Try not to mismatch temporary file, like "tmpkcfdld". by NAKAMURA Takumi · 11 years ago
  100. d09436c [Frontend] Remove actual ImplicitExternC member variable. by Daniel Dunbar · 11 years ago