1. f15fda0 constexpr: by Richard Smith · 13 years ago
  2. c69a181 Introduce a -cc1 option "-dependency-graphviz" that determines header by Douglas Gregor · 13 years ago
  3. c645ddf objc: don't crash if primary class is missing and continuation class by Fariborz Jahanian · 13 years ago
  4. 34ff062 Change the check for constant-conversion with width-1 bitfields so it doesn't suppress quite as many cases. Based off a testcase in the gcc testsuite. by Eli Friedman · 13 years ago
  5. f2462be back out r149504 by Dylan Noblesmith · 13 years ago
  6. 34a2c42 Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text. by Ted Kremenek · 13 years ago
  7. f83a615 objc2: add __has_feature(objc_default_synthesize_properties). // rdar://10770497 by Fariborz Jahanian · 13 years ago
  8. 271ce54 r149474 went a bit too far when combined with type caching. If we want by Eric Christopher · 13 years ago
  9. 20039ae Reject mismatched "#pragma GCC visibility push" and "#pragma GCC visibility pop". by Rafael Espindola · 13 years ago
  10. 52b6236 Look for declaration of CFBridgingRetain/CFBridgingRetain before by Fariborz Jahanian · 13 years ago
  11. 873488a make: fix installation of generated header files by Dylan Noblesmith · 13 years ago
  12. eafa50b cmake: don't install config.h (v2) by Dylan Noblesmith · 13 years ago
  13. ef81e0f Remove duplicated comment. by Eric Christopher · 13 years ago
  14. af79088 Fix comment. by Eric Christopher · 13 years ago
  15. 3f405d3 cmake: revert r149496 by Dylan Noblesmith · 13 years ago
  16. ac32ff9 Make sure that imported definitions get completed before we add by Douglas Gregor · 13 years ago
  17. 5b41936 libclang: Mark clang_Cursor_isNull with CINDEX_LINKAGE to make it available on windows. by Benjamin Kramer · 13 years ago
  18. 7f3a458 [libclang] Make sure we don't ever leave a StoredDiagnostic associated with by Argyrios Kyrtzidis · 13 years ago
  19. a28c1df Add missing dependency to unbreak the CMake build by Douglas Gregor · 13 years ago
  20. dccaa23 size() == 0 -> empty(). by David Chisnall · 13 years ago
  21. 84aac9a [analyzer] Fix a crash in CheckerContext::isCLibraryFunction for C++ by Anna Zaks · 13 years ago
  22. c36bedc Add a new compiler warning, which flags anti-patterns used as the size by Anna Zaks · 13 years ago
  23. b710dfe Diagnose the restriction on default arguments in C++11 [expr.prim.lambda]p5. by Douglas Gregor · 13 years ago
  24. a1f2114 Introduce the lambda scope before determining explicit captures, which by Douglas Gregor · 13 years ago
  25. ac4e5b7 [analyzer] Testing: add 2 new checkers to the buildbot script. by Anna Zaks · 13 years ago
  26. 93b7750 test/Driver/target.c: Relax expression for "gcc.exe" on win32. by NAKAMURA Takumi · 13 years ago
  27. 69d3b4f include clang's config.h unconditionally by Dylan Noblesmith · 13 years ago
  28. 9dc01f5 test/Modules/compiler_builtins.m: Appease Cygwin to add -D__need_wint_t. by NAKAMURA Takumi · 13 years ago
  29. 8c8840d test/Modules/compiler_builtins.m: Mark this as XFAIL:win32. MS limits.h provides size_t. by NAKAMURA Takumi · 13 years ago
  30. 04f7a88 autoconf: add private config.h to clang by Dylan Noblesmith · 13 years ago
  31. f9b6e97 cmake: don't install config.h by Dylan Noblesmith · 13 years ago
  32. 36579d4 Frontend: fix comment typos by Dylan Noblesmith · 13 years ago
  33. 15efc4d constexpr: check for overflow in pointer subtraction. by Richard Smith · 13 years ago
  34. ab14ae2 Compatability fix for SwitchInst refactoring. by Stepan Dyatkovskiy · 13 years ago
  35. 5d3a4bb Revert r149363 which was part a series of commits that were reverted in llvm by Argyrios Kyrtzidis · 13 years ago
  36. c221411 Remove redundant checks in CXXRecordDecl::isCLike(), as suggested by Sebastian. by Argyrios Kyrtzidis · 13 years ago
  37. 0086a5b For pass-by-value record arguments to functions emit a forward decl by Eric Christopher · 13 years ago
  38. 7b48a29 constexpr: overflow checking for integral and floating-point arithmetic. by Richard Smith · 13 years ago
  39. b223d8c When providing code completions for a switch over a scoped enumeration by Douglas Gregor · 13 years ago
  40. 8398cbf constexpr: Unlike other incomplete types, 'void' cannot possibly be completed as by Richard Smith · 13 years ago
  41. b04035a constexpr: require 'this' to point to an object in a constexpr method call. by Richard Smith · 13 years ago
  42. b02e462 constexpr: add support for comparisons of pointer-to-members. by Richard Smith · 13 years ago
  43. 93962e5 Improve checking of explicit captures in a C++11 lambda expression: by Douglas Gregor · 13 years ago
  44. ee625af Fix crash on invalid in microsoft anonymous struct extension. by Nico Weber · 13 years ago
  45. fe9b559 Diagnose attempts to explicitly capture a __block variable in a lambda. by Douglas Gregor · 13 years ago
  46. 48b68a0 Use the new Triple::getMacOSXVersion function in another place. by Bob Wilson · 13 years ago
  47. 8f1e656 Fix an assertion failure in isMacOSXVersionLT for IOS targets. by Bob Wilson · 13 years ago
  48. 16e46dd Make the callback object to Sema::CorrectTypo mandatory. by Kaelyn Uhrain · 13 years ago
  49. 4ac3809 Extend for-range temporary cleanups codegen test to catch the bug which Eli by Richard Smith · 13 years ago
  50. 7eb82f0 objc-arc: In various diagnostics mention by Fariborz Jahanian · 13 years ago
  51. 3df6130 constexpr: Treat INT_MIN % -1 as undefined behavior in C++11. Technically, it by Richard Smith · 13 years ago
  52. d29975f Make sure we call MaybeCreateExprWithCleanups for the sub-expression of an indirect goto. by Eli Friedman · 13 years ago
  53. c6c14e5 A couple minor fixes to template instantiation for for-range loops. by Eli Friedman · 13 years ago
  54. 4c5ffb3 Use new Triple::getMacOSXVersion function. by Bob Wilson · 13 years ago
  55. 9c7aed3 arc migrator: twik previous patch to exclude user provided by Fariborz Jahanian · 13 years ago
  56. 2908ffb arc migrator: Do not attempt to migrate to bridge casts which by Fariborz Jahanian · 13 years ago
  57. eb7b9eb Split compiler builtin module into "stdlib" builtins and "intrinsic" by Douglas Gregor · 13 years ago
  58. 200abfb Remove extraneous whitespace. by Chad Rosier · 13 years ago
  59. 1085377 Fix more fallout from the introduction of "macosx" and "ios" triples. by Bob Wilson · 13 years ago
  60. e00575f [analyzer] Add checks for common anti-patterns in strncat. by Anna Zaks · 13 years ago
  61. 393b979 [analyzer] Change the warning to suggest 'strlcat/strlcpy' as by Anna Zaks · 13 years ago
  62. 588e83b Fix 80-column violation. by Chad Rosier · 13 years ago
  63. 289e31f Revert r149359. This was a hack to a problem with an easy workaround, and it doesn't feel like general solution. by Ted Kremenek · 13 years ago
  64. 56e68b7 Pacify gcc's -Wreturn-type. by Matt Beaumont-Gay · 13 years ago
  65. 29254f4 Support @compatibility_alias at run time (GNUstep Runtime) by David Chisnall · 13 years ago
  66. 2831092 fix a crash on: by Chris Lattner · 13 years ago
  67. 220947b FormatCheckers should emit all diagnostics using EmitFormatDiagnostic(). by Jean-Daniel Dupas · 13 years ago
  68. 7da1f46 Format string warnings: don't a.k.a. wchar_t with wchar_t. by Hans Wennborg · 13 years ago
  69. 54a7e3f [CFG] Removed unused local variable. by Erik Verbruggen · 13 years ago
  70. 003eff6 Don't zero terminate the bitmap twice. by Benjamin Kramer · 13 years ago
  71. 82f2858 constexpr: the result of a relational operator between pointers to void is by Richard Smith · 13 years ago
  72. ff8f9ec ConstantArray::get() (for strings) is going away, use by Chris Lattner · 13 years ago
  73. fdba182 Don't warn about -Wshorten-64-to-32 in unreachable code. Fixes <rdar://problem/10759934>. Apparently this is a common idiom in Linux (among other places). by Ted Kremenek · 13 years ago
  74. 0692a19 Make a bunch of local functions 'static'. by Ted Kremenek · 13 years ago
  75. f492cb1 enhance some optimization logic to handle ConstantDataSequential by Chris Lattner · 13 years ago
  76. 789f9b6 constexpr: catch a collection of integral undefined behaviors: by Richard Smith · 13 years ago
  77. a5888f6 Reapply r149311 which I reverted by mistake. by Argyrios Kyrtzidis · 13 years ago
  78. 1d16f0f Revert r149083 which is not the direction we're going in the Clang by Chandler Carruth · 13 years ago
  79. b9b0f6f Revert r149311 which failed to compile. by Argyrios Kyrtzidis · 13 years ago
  80. 6e1d2ea Fix "long double" and __SIZE_TYPE__ on powerpc, now with test fix. by Nico Weber · 13 years ago
  81. 395f1c0 constexpr: remove integral conversion overflow checking introduced in r149286. by Richard Smith · 13 years ago
  82. 339b907 Let %S, %ls, %C match 16bit types in NSStrings. by Nico Weber · 13 years ago
  83. c9674be Clean up switch in Expr::CanThrow. No functional change. by Eli Friedman · 13 years ago
  84. 841c96a Minor refactor within ExplodedGraph::reclaimRecentlyAllocatedNodes(). No functionality change. by Ted Kremenek · 13 years ago
  85. be4dc94 Convert checker over to using ProgramStateRef. by Ted Kremenek · 13 years ago
  86. f20f46c fix test. by Fariborz Jahanian · 13 years ago
  87. 72e9306 Convert ProgramStateRef to a smart pointer for managing the reference counts of ProgramStates. This leads to a slight memory by Ted Kremenek · 13 years ago
  88. 23111dc Convert more uses of 'const ProgramState *' to 'ProgramStateRef' (and related cleanups). by Ted Kremenek · 13 years ago
  89. 3128fa1 Revert r149285, it breaks test/Preprocessor/init.c. by Nico Weber · 13 years ago
  90. 3c52d36 test for a v-table dispatch that consumes an by Fariborz Jahanian · 13 years ago
  91. f72fccf constexpr: disallow signed integer overflow in integral conversions in constant by Richard Smith · 13 years ago
  92. acd8c51 Fix "long double" and __SIZE_TYPE__ on powerpc. by Nico Weber · 13 years ago
  93. 8f7d64b Remove tgmath.h from the module map for now, because it currently causes a by Douglas Gregor · 13 years ago
  94. 3c267e6 objc-arc: Perform null check on receiver before sending methods which by Fariborz Jahanian · 13 years ago
  95. 7fc8003 [analyzer] Rename the checker as per Ted's comment. Remove the reference by Anna Zaks · 13 years ago
  96. ce3aa39 Disable "non literal format string" for NSString that result from a macro expansion. by Jean-Daniel Dupas · 13 years ago
  97. 304e6f1 [analyzer] Make osx.cocos.CFContainersSyntax a default checker. by Anna Zaks · 13 years ago
  98. ba0e318 Fix typo spotted by Sebastian. Thanks! by Douglas Gregor · 13 years ago
  99. 0c8731a Per discussion on cxx-abi-dev, don't drop leading zeroes from the by John McCall · 13 years ago
  100. 013b366 SmallBitVectorize the deduced parameter set. by Benjamin Kramer · 13 years ago