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