1. ce6a10e Don't check whether a friend declaration is correctly formed when instantiating, by Nick Lewycky · 12 years ago
  2. 30c07af Added test for r174461 that checks that the desired behavior also occurs in ObjC++ alongside ObjC. by Michael Gottesman · 12 years ago
  3. b98c6fe [analyzer]Revert part of r161511; suppresses leak false positives in C++ by Anna Zaks · 12 years ago
  4. 8f98bf9 Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_REFERENCES in both the fragile and non-fragile API. by Michael Gottesman · 12 years ago
  5. 5846720 Change subexpressions to be visited in the CFG from left-to-right. by Ted Kremenek · 12 years ago
  6. beca02f [analyzer] Teach the analyzer to use a symbol for p when evaluating (void*)p. by Anna Zaks · 12 years ago
  7. ed351e6 [arcmt] Make sure the objc migrators work fine when used with a PCH. by Argyrios Kyrtzidis · 12 years ago
  8. 3ad86fd [frontend] Don't put a PCH/PTH filename into the set of includes in the preprocessor options; by Argyrios Kyrtzidis · 12 years ago
  9. c706c8e Driver and option support for -gsplit-dwarf. This is a part of by Eric Christopher · 12 years ago
  10. a4dc51b Add some missing diagnostics for C++11 narrowing conversions. by Richard Smith · 12 years ago
  11. 93aa2db DeclPrinter: fix CXXConstructExpr printing with implicit default argument by Dmitri Gribenko · 12 years ago
  12. f408d1d Drop value names from test to get -Asserts builds back to green. by Benjamin Kramer · 12 years ago
  13. ae3f760 CodeGen: Implement hint values for dynamic_cast as described in the Itanium C++ ABI. by Benjamin Kramer · 12 years ago
  14. 21f6b39 CodeGen: Mark the runtime function __dynamic_cast as readonly & nounwind. by Benjamin Kramer · 12 years ago
  15. 95f3636 clang/test/CodeGenCXX/debug-info-class.cpp: Tweak to unbreak test for a few targets. by NAKAMURA Takumi · 12 years ago
  16. 2a3fe34 Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind." by Jordan Rose · 12 years ago
  17. 3fa3fea PR15132: Replace "address expression must be an lvalue or a function by Richard Smith · 12 years ago
  18. 821b93e Correctly classify T{} as an array temporary if T is an array of class type with nontrivial destructor. by Richard Smith · 12 years ago
  19. 802e226 Don't forget to run destructors when we create an array temporary of class type. by Richard Smith · 12 years ago
  20. 554b07d On platforms which do not support ARC natively, do not mark objc_retain/objc_release as "nonlazybind". by Michael Gottesman · 12 years ago
  21. 083b90d Generalize DebugInfo tests by avoiding explicit metadata numbers by David Blaikie · 12 years ago
  22. 453cb85 [analyzer] Always inline functions with bodies generated by BodyFarm. by Anna Zaks · 12 years ago
  23. b7e5eec This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard by Nick Lewycky · 12 years ago
  24. f5cfc89 Merge "special" types from different modules in the AST reader. by Douglas Gregor · 12 years ago
  25. 288c755 clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for -Asserts. by NAKAMURA Takumi · 12 years ago
  26. af01bed Comment parsing: improve the fidelity of XML output for many block commands by Dmitri Gribenko · 12 years ago
  27. 2821e18 Add some missing PPC cpus by Bill Schmidt · 12 years ago
  28. 41f7b1a objc: Provide correct fixit instruction when two mismatched by Fariborz Jahanian · 12 years ago
  29. 8c888b1 [analyzer] Explain why we have system-header-simulator*.h files. by Jordan Rose · 12 years ago
  30. 5500fc1 Re-apply "[analyzer] Model trivial copy/move ctors with an aggregate bind." by Jordan Rose · 12 years ago
  31. 978aeac [analyzer] Reuse a LazyCompoundVal if its type matches the new region. by Jordan Rose · 12 years ago
  32. 0a0f93c Fix exception handling line table problems introduced by r173593 by David Blaikie · 12 years ago
  33. 3c6aaeb Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector instruction set by Hal Finkel · 12 years ago
  34. 4ba2508 Add check for @foo by Bill Schmidt · 12 years ago
  35. 81c9b2a Fix a string not seen without asserts by Bill Schmidt · 12 years ago
  36. 0162b83 Fixed segmentation fault when a CFGBlock has NULL successor. by Alexander Kornienko · 12 years ago
  37. 57dab71 Fix PR14881 by implementing conversion rules between int and complex int. by Bill Schmidt · 12 years ago
  38. d123dc6 Revise unit testing for -fno-altivec, -mno-altivec. by Bill Schmidt · 12 years ago
  39. 5f838aa Fix diagnostic for bad alignas use: it can't be applied to functions. by Richard Smith · 12 years ago
  40. cd0655b Add a new -Wundefined-inline warning for inline functions which are used but not by Nick Lewycky · 12 years ago
  41. be507b6 Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign. by Richard Smith · 12 years ago
  42. 5ccd3d0 Add PPC A2Q core and BG/Q preprocessor definitions by Hal Finkel · 12 years ago
  43. 074cae0 Destroy arrays and ARC fields when throwing out of ctors. by John McCall · 12 years ago
  44. 1031884 Don't do delayed exception-specification checking on an invalid by Douglas Gregor · 12 years ago
  45. 199402b Enable -fno-altivec, -mno-altivec for PowerPC. by Bill Schmidt · 12 years ago
  46. a31f65b [Sema][Attr]Fix alignment attribute printing. by Michael Han · 12 years ago
  47. 6307be3 clang/test/Index/headerfile-comment-to-html.m: Try to unbreak libxml2-less hosts to eliminate "CommentXMLValid". by NAKAMURA Takumi · 12 years ago
  48. 5e31474 Update the tests. by Bill Wendling · 12 years ago
  49. f843a58 [Comment parsing] Add support for recognizing by Fariborz Jahanian · 12 years ago
  50. 0217b1d [analyzer]RetainCount: Fix an autorelease related false positive. by Anna Zaks · 12 years ago
  51. e36d81b [analyzer] Don't track autorelease pools created by +new. by Jordan Rose · 12 years ago
  52. 0ed4394 Lexer: Don't warn about Unicode in preprocessor directives. by Jordan Rose · 12 years ago
  53. 33e83b6 Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind." by Jordan Rose · 12 years ago
  54. ce76d65 clang/test/Index/skip-parsed-bodies/compile_commands.json: Mark it as XFAIL:mingw32, for now. by NAKAMURA Takumi · 12 years ago
  55. c264e16 Add support for AArch64 target. by Tim Northover · 12 years ago
  56. 378e1e7 When we're emitting a constructor or destructor call from a delegating by Douglas Gregor · 12 years ago
  57. 29805ca Improve 'failed template argument deduction' diagnostic for the case where we by Richard Smith · 12 years ago
  58. 626799b When code completing in a statement, parenthesized expression, or by Douglas Gregor · 12 years ago
  59. d1f09b4 Allow the computation of the base priority for a declaration code completion result to consider the completion context by Douglas Gregor · 12 years ago
  60. 0efa62f Replace "failed template argument deduction" diagnostic with something useful by Richard Smith · 12 years ago
  61. f270519 Clarify the diagnostic for -Wnested-anon-types. by Richard Smith · 12 years ago
  62. 0e450cb [analyzer] If a lazy binding is undefined, pretend that it's unknown instead. by Jordan Rose · 12 years ago
  63. f499b34 When comparing two template template arguments in the template differ, consider by Richard Trieu · 12 years ago
  64. e8d4119 Add indents to AST dumping and removed parenthesis from AST nodes. by Richard Trieu · 12 years ago
  65. 4ceaf33 Fix ODR-use of a MemberExpr to check before marking a pure function used. Remove by Nick Lewycky · 12 years ago
  66. 5255f27 [analyzer] Fix a bug in region store that lead to undefined value false by Anna Zaks · 12 years ago
  67. 7ba96ae Sometimes ld is just ld. by Matt Beaumont-Gay · 12 years ago
  68. 1166723 When comparing two templates in the template differ, consider them the by Douglas Gregor · 12 years ago
  69. 40f56e5 Reinstate r173952, this time limiting it to exactly the form by Douglas Gregor · 12 years ago
  70. f6e74a3 Diagnostics: if a line is longer than 4096 characters, don't print it. by Jordan Rose · 12 years ago
  71. 1a1c82e Revert "[preprocessor] Don't warn about "disabled expansion of recursive macro"" by Argyrios Kyrtzidis · 12 years ago
  72. 877761c Handle passing non-Qualtypes to %diff better. Instead of asserting, fall back by Richard Trieu · 12 years ago
  73. 7564bcc Add OpenCL error that a kernel function must have void return type. Includes a test case. by Tanya Lattner · 12 years ago
  74. 1b6b31d Fix comment in test/Lexer/utf8-invalid.c for updates in r173959. by Jordan Rose · 12 years ago
  75. 20afc29 Fix r173881 to properly skip invalid UTF-8 characters in raw lexing and -E. by Jordan Rose · 12 years ago
  76. ac3a3e7 [analyzer] Make shallow mode more shallow. by Anna Zaks · 12 years ago
  77. 6bbe144 [analyzer] Use analyzer config for max-inlinable-size option. by Anna Zaks · 12 years ago
  78. 8d3f613 [preprocessor] Don't warn about "disabled expansion of recursive macro" by Argyrios Kyrtzidis · 12 years ago
  79. baa7ca1 [analyzer] Model trivial copy/move ctors with an aggregate bind. by Jordan Rose · 12 years ago
  80. f494e48 Comment parsing: fold named character references test into other HTML tests by Dmitri Gribenko · 12 years ago
  81. 3862d76 Index/special-html-characters.m: mark this as XFAIL for valgrind by Dmitri Gribenko · 12 years ago
  82. e1ac4ae Also promote fp16 types to double when they're anonymous variadic arguments. by Tim Northover · 12 years ago
  83. 31aa577 Add "instancetype" as a code completion result for the return type of by Douglas Gregor · 12 years ago
  84. 5824b80 The instance methods of the root class of an Objective-C hieararchy by Douglas Gregor · 12 years ago
  85. 48cb74a C11: Provide the missing half of <stdalign.h> by Richard Smith · 12 years ago
  86. e6738d8 Fix test failure from previous change. by Richard Smith · 12 years ago
  87. 7586a6e Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as by Richard Smith · 12 years ago
  88. 4874a81 Don't warn on fall-through from unreachable code. by Alexander Kornienko · 12 years ago
  89. e28f6ab Unresolved lookups can have using declarations that refer to by Douglas Gregor · 12 years ago
  90. 74c2498 Don't warn about Unicode characters in -E mode. by Jordan Rose · 12 years ago
  91. d9bf418 [Sema] Constrain test added in r173873 with expected-error-re by David Blaikie · 12 years ago
  92. 1d87fba Provide a fixit for constexpr non-static data members. by David Blaikie · 12 years ago
  93. 7adf417 c: When checking on validity of sizeof passed as size of by Fariborz Jahanian · 12 years ago
  94. e87edbd clang/test/Driver/asan-ld.c: Try not to mismatch temporary file, like "tmpkcfdld". by NAKAMURA Takumi · 12 years ago
  95. 658a115 [Doc parsing] Patch to parse Doxygen-supported HTML character by Fariborz Jahanian · 12 years ago
  96. 78d85b1 [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping by Chad Rosier · 12 years ago
  97. 13e42fb clang/test/Index/getcursor-preamble.m: Formatting. by NAKAMURA Takumi · 12 years ago
  98. 3832fbb clang/test/Index/getcursor-preamble.m: Tweak for win32. env(1) is required to change variables locally. by NAKAMURA Takumi · 12 years ago
  99. a367e9d Move -Wstatic-float-init fixit into a note & don't recover as if constexpr by David Blaikie · 12 years ago
  100. 6933e3b Don't fixit/recover from -Wstatic-float-init when it's not an error. by David Blaikie · 12 years ago