1. a5ec58d cxx_status: extended sizeof has been essentially complete for some time. As by Richard Smith · 13 years ago
  2. 33eb59a test for writing modern ivar of struct type. by Fariborz Jahanian · 13 years ago
  3. 39304fa __decltype is a GNU extension, not a C++11 extension. by Richard Smith · 13 years ago
  4. ca61bf3 more objective-c modern translator ivar tests. by Fariborz Jahanian · 13 years ago
  5. ec79d87 Two minor, related fixes for template instantiation with blocks: by Douglas Gregor · 13 years ago
  6. 0d6e22a objc modern translator. Fixes writing of block pointer ivar access. by Fariborz Jahanian · 13 years ago
  7. ff80afc [analyzer] Run remove dead bindings before each call. by Anna Zaks · 13 years ago
  8. e55b03a [analyzer] We were silently stopping exploring the path after by Anna Zaks · 13 years ago
  9. a0889a8 Use -no-integrated-as only on ARM. The X86 and X86-64 integrated as have been by Rafael Espindola · 13 years ago
  10. 0fd7f4d Revert r151357. That unreachable is reachable... by Nick Lewycky · 13 years ago
  11. 770dc03 Silence gcc warnings pointing out that CharByteWidth could be used by Nick Lewycky · 13 years ago
  12. 28e4702 Sink variable into assert by Matt Beaumont-Gay · 13 years ago
  13. f6cfe8b Remove some trivial uses of hasTrivialCopyConstructor() and by Douglas Gregor · 13 years ago
  14. 5d86f61 Kill a spurious use of hasTrivialDefaultConstructor() by Douglas Gregor · 13 years ago
  15. 4ca8ac2 Implement a new type trait __is_trivially_constructible(T, Args...) by Douglas Gregor · 13 years ago
  16. 59950d3 Make PathDiagnosticBuilder sensitive to varying LocationContexts, thus fixing a bug in the inlining diagnostics where the wrong location could be used. by Ted Kremenek · 13 years ago
  17. 5b03c17 Remove stray path in test file. by Ted Kremenek · 13 years ago
  18. 2042fc1 Reapply r151317, but when computing the PathDiagnostic profile and size keep into account the nested structure. Also fix a problem with how by Ted Kremenek · 13 years ago
  19. 2fffbc7 Fix test for non-block-default platforms. by David Blaikie · 13 years ago
  20. 68fbb3e Revert r151317 - Rework PathDiagnostics creation.. - to appease buildbots. by Chad Rosier · 13 years ago
  21. 8cceefa [PCH] When keeping track of top-level decls for "targeted deserialization" by Argyrios Kyrtzidis · 13 years ago
  22. 4970ef8 Rework PathDiagnostic creation so that call stacks are captured by a nested PathDiagnosticCallPiece. by Ted Kremenek · 13 years ago
  23. 729d5c4 Add an ivar test for modern objc abi translator. by Fariborz Jahanian · 13 years ago
  24. 862d735 Make test works with FileCheck. by Fariborz Jahanian · 13 years ago
  25. 577fb5b Reapply r151172 - Unwind path cleanup for array new list initializers - with a by Chad Rosier · 13 years ago
  26. aa5ab26 Handle "#pragma GCC visibility" in a few more places. Switch over "#pragma pack" to use the same handling that gcc does. Fixes <rdar://problem/10871094> and <rdar://problem/10893316>. by Eli Friedman · 13 years ago
  27. 8b9414e Modernize some code which processes CastExprs to use CastKinds. No intended functional change. by Eli Friedman · 13 years ago
  28. d708bac [analyzer] KeyChainAPI: unique the leaks by allocation site. by Anna Zaks · 13 years ago
  29. f64bc20 objective-c++: Type of an objc string literal is NSString, not 'id'. by Fariborz Jahanian · 13 years ago
  30. 9428772 Turned on support for __declspecs: noreturn, noinline, nothrow and naked in MS compatibility mode. by Aaron Ballman · 13 years ago
  31. 97df54e Pull the OpaqueValueExpr's source expression into its constructor, so by Douglas Gregor · 13 years ago
  32. 0227ade Update test for r151288 by Jim Grosbach · 13 years ago
  33. d649586 ARM: enable the integrated assembler by default for Darwin. by Jim Grosbach · 13 years ago
  34. ca8e36e [analyzer] Malloc: unique leak reports by allocation site. by Anna Zaks · 13 years ago
  35. 5588244 [analyzer] Add CString checks to the release notes. by Anna Zaks · 13 years ago
  36. 644af7b [libclang] Make sure that all top-level decls in a @implementation are by Argyrios Kyrtzidis · 13 years ago
  37. cd42724 Test is fixed. by Fariborz Jahanian · 13 years ago
  38. c78446e XFAIL test until I figure out how to make test pass on different platforms. by Fariborz Jahanian · 13 years ago
  39. d184e53 * tgmath_logb.patch implements the missing logb function (see C99 standard 7.22, paragraph 5). * tgmath_fabs_complex.patch corrects the return types for the complex fabs functions. These must be non-complex float/double/long double (see C99 standard 7.22, paragraph 4 and 7.3.8.1). Patch contributed by Kristof Beyls. by Howard Hinnant · 13 years ago
  40. 00ff5a9 Change test again so it passes in build-bot until I can figure out what is by Fariborz Jahanian · 13 years ago
  41. d8316db fix test for patch in r151268. by Fariborz Jahanian · 13 years ago
  42. eb2f220 Actually remove the duplicated elements from the vector. by Benjamin Kramer · 13 years ago
  43. ac37150 objective-c default synthesis. classes which adopt protocol properties by Fariborz Jahanian · 13 years ago
  44. f28ded5 Fix indentation by Douglas Gregor · 13 years ago
  45. 09315f3 Note that lambda expressions are available in the release notes for 3.1 by Douglas Gregor · 13 years ago
  46. 887ddf3 Replace a use of hasTrivialDefaultConstructor() with the appropriate by Douglas Gregor · 13 years ago
  47. 8c43dcc Replace some DenseSets with SmallPtrSets. Apart from the "small" optimization, the current implementation is also a denser. by Benjamin Kramer · 13 years ago
  48. d0e49e5 Unique CXXBasePath decls with the SmallVector/pod_sort/std::unique idiom instead of employing a wasteful std::set. by Benjamin Kramer · 13 years ago
  49. a789416 Replace the std::map in the init list checker with a DenseMap to reduce malloc thrashing. by Benjamin Kramer · 13 years ago
  50. c22adbd PR12067: When emitting an evaluated constant structure in C++11 mode, don't by Richard Smith · 13 years ago
  51. b11e525 Seriously, are injected-class-names that hard? by Douglas Gregor · 13 years ago
  52. 25d0a0f Provide the __is_trivially_assignable type trait, which provides by Douglas Gregor · 13 years ago
  53. 46e021e Clang supports lambdas. by Douglas Gregor · 13 years ago
  54. 860097c Two fixes to how we compute visibility: by Rafael Espindola · 13 years ago
  55. c101411 Tweak C++ status table: by Douglas Gregor · 13 years ago
  56. 7c07e96 Clang now supports lambda expressions. by Douglas Gregor · 13 years ago
  57. 5c89c39 Try to handle qualifiers more consistently for array InitListExprs. Fixes <rdar://problem/10907510>, and makes the ASTs a bit more self-consistent. by Eli Friedman · 13 years ago
  58. d81e961 Update parser's disambiguation to cope with braced function-style casts in by Richard Smith · 13 years ago
  59. 47611c8 Turned on support for __declspec(deprecated) in MS compatibility mode. by Aaron Ballman · 13 years ago
  60. 0d389b8 [analyzer] Invalidate the region passed to pthread_setspecific() call. by Anna Zaks · 13 years ago
  61. a596442 Tweak release note comments for checker build. by Ted Kremenek · 13 years ago
  62. 6408994 Update checker build to checker-261. by Ted Kremenek · 13 years ago
  63. b45cfea Add a quick TODO. by Eric Christopher · 13 years ago
  64. fdc5d56 Fold debug scope emission into the cleanup scope. by Eric Christopher · 13 years ago
  65. 709296d another test for modern ivar access rewrite. by Fariborz Jahanian · 13 years ago
  66. 4d8b797 Revert r151172: Unwind path cleanup for array new list initializers. by Chad Rosier · 13 years ago
  67. 12932a0 more tests for modern objc translator. by Fariborz Jahanian · 13 years ago
  68. cd376a1 Improve placement of clang crash diagnostics section. by Chad Rosier · 13 years ago
  69. 87cb5be [analyzer] Malloc cleanup: by Anna Zaks · 13 years ago
  70. 8a988c3 Revert part of r148839 and keep DefaultTargetTriple in the form adjusted by Joerg Sonnenberger · 13 years ago
  71. b211a4b Add clang crash diagnostic info and associated flags to Clang user manual. by Chad Rosier · 13 years ago
  72. 2775b93 Update set-xcode-analyzer to work with Xcode repackaging in Xcode 4.3 by Ted Kremenek · 13 years ago
  73. 61b83c0 Add new driver warning from r151174 to a warning group. Please let me know if this isn't the appropriate grouping. by Chad Rosier · 13 years ago
  74. 72c88f1 modern objc translator. more writing of modern ivar access abi. by Fariborz Jahanian · 13 years ago
  75. 2dd17a1 [driver] Add a warning for when -mcpu= is specified without an argument. There by Chad Rosier · 13 years ago
  76. 5b38a0f Doug's review comments. by Sebastian Redl · 13 years ago
  77. 0f5a193 Unwind path cleanup for array new list initializers. by Sebastian Redl · 13 years ago
  78. 9203647 CodeGen for array new list initializers. Doesn't correctly clean up in the face of exceptions yet. by Sebastian Redl · 13 years ago
  79. b734e24 Teach overload resolution to prefer user-defined conversion via a by Douglas Gregor · 13 years ago
  80. 33deb35 Fix parsing and processing initializer lists in return statements and as direct member initializers. by Sebastian Redl · 13 years ago
  81. 7651742 Warn about non-standard format strings (pr12017) by Hans Wennborg · 13 years ago
  82. 341785e More ArrayRef-ification of methods. by Bill Wendling · 13 years ago
  83. 4fe5be0 ArrayRef-icize the function arguments. by Bill Wendling · 13 years ago
  84. 795b100 Use an ArrayRef when we can instead of passing in a SmallVectorImpl reference. by Bill Wendling · 13 years ago
  85. 428c620 Throw away stray CXXDefaultArgExprs. Fixes PR12061. by Sebastian Redl · 13 years ago
  86. d77177a In -fdelayed-template-parsing mode, reenter every scope when late parsing a templated function; (Not just the template parameter scope as previously). Also enter the scope stack in the correct order. by Francois Pichet · 13 years ago
  87. 0635aa7 Accept braced-init-lists in conditions, and, in passing, dramatically improve by Richard Smith · 13 years ago
  88. b1e3f32 Make sure null initialization in arrays works correctly with ARC types. <rdar://problem/10907547>. by Eli Friedman · 13 years ago
  89. ac1303e Generate an AST for the conversion from a lambda closure type to a by Douglas Gregor · 13 years ago
  90. e9ee382 Improve diagnostics a bit for bad member initializers, and fix an obscure bug involving packs. Fixes PR12049. by Eli Friedman · 13 years ago
  91. de40d3b test/CodeGenCXX/thiscall-struct-return.cpp: Relax expressions for -Asserts. by NAKAMURA Takumi · 13 years ago
  92. 60a1fa4 [analyzer] Malloc checker: mark 'strdup' and 'strndup' as allocators. by Anna Zaks · 13 years ago
  93. 6c60c8d Adding support for Microsoft's thiscall calling convention. Clang side of the patch. by Aaron Ballman · 13 years ago
  94. d9ab7bb [analyzer] Malloc: fix another false positive. by Anna Zaks · 13 years ago
  95. 5fdadf4 [analyzer] Change naming in bug reports "tainted" -> "untrusted" by Anna Zaks · 13 years ago
  96. e0d92a4 [libclang] Index the field references of a designated initializer, rdar://10906206 by Argyrios Kyrtzidis · 13 years ago
  97. 76f3f69 Implement C++11 [expr.call]p11: If the operand to a decltype-specifier is a by Richard Smith · 13 years ago
  98. e43fe99 Fix typo correction of template arguments to once again allow type names. by Kaelyn Uhrain · 13 years ago
  99. 2639ac6 Provide a way to disable auto-generation of preprocessed files during clang by Chad Rosier · 13 years ago
  100. 5731778 modern objc translator: fixes a bug where a class declaration with not by Fariborz Jahanian · 13 years ago