1. 526d244 [libclang] Remove the ParentKind cursor kind from code-completion results. by Argyrios Kyrtzidis · 12 years ago
  2. 86b671b Fix build failure and enhance the testcase for unwind.h. by Logan Chien · 12 years ago
  3. 025560c Run test in a freestanding environment so it doesn't accidentally pick up system headers for the wrong target. by Benjamin Kramer · 12 years ago
  4. dc32de2 Fix two more tests that didn't do anything. by Nico Weber · 12 years ago
  5. c888133 Make this test actually test something by Nico Weber · 12 years ago
  6. 93dec51 Revert r163022, it caused PR13924. by Nico Weber · 12 years ago
  7. c5e3df7 Add struct keyword before _Unwind_Context. by Logan Chien · 12 years ago
  8. 80bfa3d Fix an edge case of mangling involving the combination of a lambda and typeid. by Eli Friedman · 12 years ago
  9. d7a6b16 Fix the AST representation for non-type template arguments to encode by Eli Friedman · 12 years ago
  10. 0738198 Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationType by Richard Smith · 12 years ago
  11. 80ecf5e [driver] Add support for the -fno-fast-math option. rdar://12299433 by Chad Rosier · 12 years ago
  12. bf7f77a [analyzer] Add tests for symbolic expression liveness. by Jordan Rose · 12 years ago
  13. 0073a5c Reapply "[analyzer] Remove constraints on dead symbols as part of removeDeadBindings." by Jordan Rose · 12 years ago
  14. 4d7e0ce Macro history (de-)serialization. Deserialization currently reads only the latest macro definition. Needs more work. by Alexander Kornienko · 12 years ago
  15. 1370d37 -iframework should allow separate arguments. by Douglas Gregor · 12 years ago
  16. b09de51 Introduce builtin macros to determine whether we're building a by Douglas Gregor · 12 years ago
  17. 4c6d6dc Fix failing test/Sema/wchar.c on ARM. by Hans Wennborg · 12 years ago
  18. ecd03b4 When performing a ::delete of an object with a virtual destructor, by John McCall · 12 years ago
  19. 0e33dcd clang/test/CodeGenCXX/microsoft-*: Fix for -Asserts. by NAKAMURA Takumi · 12 years ago
  20. 9653ab5 Implement Mike Herrick's proposed noexcept mangling. by John McCall · 12 years ago
  21. bd31574 In the MS ABI, ctors return 'this'. Patch by Dmitry Sokolov. by John McCall · 12 years ago
  22. ea30e2f Add the Microsoft __is_interface_class type trait. Patch by Andy Gibbs! by John McCall · 12 years ago
  23. e402e72 Fix for r163013 regression and further __interface enhancement. by John McCall · 12 years ago
  24. 9f357de During jump-scope checking, build an ExprWithCleanups immediately by John McCall · 12 years ago
  25. e49ff3e Fix crash when a decltype expression in a trailing return type refers to the by Richard Smith · 12 years ago
  26. 54b3ba8 Don't produce diagnostics for missing ctor-initializers during template by Richard Smith · 12 years ago
  27. 6319917 Handle C++ functional casts in a similar way to C-style casts in by Eli Friedman · 12 years ago
  28. 9b760e8 objective-C: use 'instance variables' as plural when referring to the feature. by Fariborz Jahanian · 12 years ago
  29. 59ed9e4 objective-C: remove use of 'ivar' in favor of by Fariborz Jahanian · 12 years ago
  30. dd15261 More tests for r164545 (change extension warning about 'long long'). by Dmitri Gribenko · 12 years ago
  31. b0f6b9c Replace an assertion with an error for empty __asm statements. by Bob Wilson · 12 years ago
  32. e3b136b Change the wording of the extension warning from by Dmitri Gribenko · 12 years ago
  33. 70e5b57 [analyzer] Really turn on dynamic-bifurcation on by default. by Anna Zaks · 12 years ago
  34. 68bf16f Use an explicit target to test that source fortification is off when building for Darwin with -faddress-sanitizer. by Alexander Potapenko · 12 years ago
  35. c07a9cb Update the Clang tests which run with a full optimization pipeline for by Chandler Carruth · 12 years ago
  36. 7707262 Use pipes. by Rafael Espindola · 12 years ago
  37. d0364fb Use FileCheck. by Rafael Espindola · 12 years ago
  38. 0bd9838 Comment sema: warn when comment has \deprecated but declaration does not have a by Dmitri Gribenko · 12 years ago
  39. 0d8ecf3 Use FileCheck. by Rafael Espindola · 12 years ago
  40. 6f009b6 Fix pr13749. There is still a lot of code using getArchName that should be by Rafael Espindola · 12 years ago
  41. 2ad11cd Avoid multiple atomic builtin declaration. by Abramo Bagnara · 12 years ago
  42. b9d4e5e [analyzer] Suppress bugs whose paths go through the return of a null pointer. by Jordan Rose · 12 years ago
  43. 53221da [analyzer] Track a null value back through FindLastStoreBRVisitor. by Jordan Rose · 12 years ago
  44. 6686b66 [analyzer] Look through OpaqueValueExprs when tracking a nil value. by Jordan Rose · 12 years ago
  45. 85e9937 [analyzer] Better path notes for null pointers passed as arguments. by Jordan Rose · 12 years ago
  46. 991bcb4 [analyzer] Check that an ObjCIvarRefExpr's base is non-null even as an lvalue. by Jordan Rose · 12 years ago
  47. dd1d7d8 [analyzer] Check that a member expr is valid even when the result is an lvalue. by Jordan Rose · 12 years ago
  48. 5d99a25 Fix bug which sometimes resulted in further diagnostics being produced after a by Richard Smith · 12 years ago
  49. fd09088 objective-C: when diagnosing deprecated/unavailable usage of by Fariborz Jahanian · 12 years ago
  50. 022301b Call CGM.SetLLVMFunctionAttributesForDefinition on thunks so that they get by Rafael Espindola · 12 years ago
  51. 8e1c598 Add four new command line options for MIPS CPU selection: by Simon Atanasyan · 12 years ago
  52. d2f3882 Thread-safety analysis: better handling of unreachable blocks. Fixes a bug by DeLesley Hutchins · 12 years ago
  53. 7821e07 Make warnings about uninitialized fields include the field name. by Hans Wennborg · 12 years ago
  54. b6b5b97 PR13890: Warn on abstract final classes. by David Blaikie · 12 years ago
  55. 1f94124 [PCH] After deserializing a DeclContext, if it has external lexical decls but not by Argyrios Kyrtzidis · 12 years ago
  56. cc85d21 Add faux-body support for dispatch_once(). by Ted Kremenek · 12 years ago
  57. a43df95 Implement faux-body-synthesis of well-known functions in the static analyzer when by Ted Kremenek · 12 years ago
  58. 67d45ec Serialize the 'IsConstexpr' bit of VarDecls. Fixes <rdar://problem/12328814>. by Douglas Gregor · 12 years ago
  59. 60ff198 Thread-safety analysis: fix bug where shared trylock was treated as exclusive. by DeLesley Hutchins · 12 years ago
  60. 186af2d Thread safety analysis: properly canonicalize calls to virtual methods within by DeLesley Hutchins · 12 years ago
  61. 8b533d9 If the range in a for range statement doesn't have a viable begin/end function, by Richard Smith · 12 years ago
  62. a193f20 Improvements to my patch in r164143 per Richard's comments. // rdar://12202422 by Fariborz Jahanian · 12 years ago
  63. d4a282b Make the wchar_t promotion test consistent across different hosts by specifying a target triple. by David Blaikie · 12 years ago
  64. 0008c0c Remove a test that is non-portable (cannot be execute on cross builds, for example) by David Blaikie · 12 years ago
  65. a405b25 Include types when a definition's type differs from a prior declaration. by David Blaikie · 12 years ago
  66. a0a3c90 StmtPrinter: Print floating point literals with the right suffix to disambiguate them from integers. by Benjamin Kramer · 12 years ago
  67. 9620aa8 clang/test/Analysis: Fix the declaration of strlen() for 32 bit targets. by NAKAMURA Takumi · 12 years ago
  68. 087c65f Disable source fortification on Darwin with AddressSanitizer. by Alexander Potapenko · 12 years ago
  69. 2d9cc13 test/Analysis/malloc-interprocedural.c: Mark it as XFAIL: cygwin,mingw,msvc for now. Investigating. by NAKAMURA Takumi · 12 years ago
  70. 9c61137 The keywords "true" and "false" shouldn't warn under -Wundef. by Eli Friedman · 12 years ago
  71. c20c727 [analyzer] MallocChecker should not do post-call checks on inlined functions. by Jordan Rose · 12 years ago
  72. 8e289bb Revert "[analyzer] Remove constraints on dead symbols as part of removeDeadBindings." by Jordan Rose · 12 years ago
  73. 7c3c6bc Handle lambdas where the lambda-declarator is an explicit "(void)". PR13854. by Eli Friedman · 12 years ago
  74. d6f80da Per C++11 [class.friend]p3, the 'friend' keyword must appear first in a by Richard Smith · 12 years ago
  75. 561e3c6 PR13881: Add -Wzero-length-array for zero length array extension, and move it into -Wgnu. by Richard Smith · 12 years ago
  76. 407c847 Fix a small FIXME involving template partial ordering and by Eli Friedman · 12 years ago
  77. 9cef006 Fix function template partial ordering rules for static vs. non-static by Eli Friedman · 12 years ago
  78. 28e3c99 Handle a captured this for the debug information as well. by Eric Christopher · 12 years ago
  79. 2a237e0 Thread-safety analysis: Fix warning when EXCLUSIVE_LOCKS_REQUIRED by DeLesley Hutchins · 12 years ago
  80. 5b280f2 Thread-safety analysis: fix ICE when EXCLUSIVE_LOCKS_REQUIRED or by DeLesley Hutchins · 12 years ago
  81. 1deeedb Fix ABI dependent tests by providing an explicit target triple. by David Blaikie · 12 years ago
  82. 4d09f59 Fix test better way. by Fariborz Jahanian · 12 years ago
  83. 11267a3 Test for r164186. by Eli Friedman · 12 years ago
  84. bf4c7a8 Add the freescale_ppc64_tree that should have been included in r164177. by Hal Finkel · 12 years ago
  85. 02014b4 Add C/C++ header locations for the Freescale SDK. by Hal Finkel · 12 years ago
  86. 7de3296 Add e500mc and e5500 to the list of valid PPC CPU names. by Hal Finkel · 12 years ago
  87. 97c6739 Fix a small bug in the way we handle builtin candidates for by Eli Friedman · 12 years ago
  88. 9cd5b24 Add an extra check for invalid decls in the lambda semantic analysis to avoid a crash. PR13860. by Eli Friedman · 12 years ago
  89. 3ba0252 Remove invalid double colon in test case was previously ignored by FileCheck. by Benjamin Kramer · 12 years ago
  90. 15a9356 c: warn when an integer value comparison with an by Fariborz Jahanian · 12 years ago
  91. 471f985 Warn about self references in in-class initializers. by Hans Wennborg · 12 years ago
  92. ea104cd Disable some tests that fail when the x86 backend isn't built. by Benjamin Kramer · 12 years ago
  93. 4b08242 If a comma operator is followed by a token which unambiguously indicates the by Richard Smith · 12 years ago
  94. 43f8c40 Per discussion on cfe-dev, remove -Wunique-enums entirely. There by Ted Kremenek · 12 years ago
  95. f224fb5 objective-C: don't warn about class extension property's by Fariborz Jahanian · 12 years ago
  96. fa1ed8e objective-C: add Doug's test for my last patch. by Fariborz Jahanian · 12 years ago
  97. 03ebd3b objective-C: improve on warnings about misplacement of method by Fariborz Jahanian · 12 years ago
  98. 6defd9f objective-C: peroform property attribute consistency by Fariborz Jahanian · 12 years ago
  99. 0860235 objective-C: issue warning when there is no whitespace by Fariborz Jahanian · 12 years ago
  100. 5fc1d0c [analyzer] Teach the analyzer about implicit initialization of statics by Anna Zaks · 12 years ago