1. b622959 Add some Solaris include paths and fix a -lgcc_eh that apparently should be -lgcc_s. by David Chisnall · 13 years ago
  2. d226e5c Tweak comment above DiagGroup<"all">. by Nico Weber · 13 years ago
  3. 87c5150 A little more lambda capture initialization diagnostics cleanup by Douglas Gregor · 13 years ago
  4. 4773654 Introduce a new initialization entity for lambda captures, and by Douglas Gregor · 13 years ago
  5. badb6cd Fix copy-and-paste error in comment by David Chisnall · 13 years ago
  6. 793cd1c Specialize noreturn diagnostics for lambda expressions. by Douglas Gregor · 13 years ago
  7. 0bcc3d8 Fix silly precedence error. by Douglas Gregor · 13 years ago
  8. 4e88df7 Specialize the diagnostic complaining about conflicting types of by Douglas Gregor · 13 years ago
  9. 81f3bff Implement code completion support for lambda capture lists. by Douglas Gregor · 13 years ago
  10. 31c4690 First pass at Solaris toolchain support. This version compiles and links hello by David Chisnall · 13 years ago
  11. d5f55dc Convert ad-hoc `int array[expr ? -1 : 1]' assertions by Dmitri Gribenko · 13 years ago
  12. be6126a Make -Wformat fix-its preserve original conversion specifiers. by Hans Wennborg · 13 years ago
  13. 37ce010 If a static data member of a class template which could be used in a constant by Richard Smith · 14 years ago
  14. 83587db Implement DR1454. This allows all intermediate results in constant expressions by Richard Smith · 14 years ago
  15. 1d6cc6a [analyzer] Malloc checker: make a bit safer. by Anna Zaks · 14 years ago
  16. 5677eaf Fix typo in r150549. by Richard Smith · 14 years ago
  17. 4d4e5c1 Split reinterpret_casts of member pointers out from CK_BitCast; this by John McCall · 14 years ago
  18. 011d8b9 Implement indexing support for lambdas in libclang (both kinds), as by Douglas Gregor · 14 years ago
  19. f1c1d9a modern objective-c translator: start writing the main class meta-data. by Fariborz Jahanian · 14 years ago
  20. f66035e [analyzer] Add the Malloc checker to the list of tested checkers. by Anna Zaks · 14 years ago
  21. ebc1d32 [analyzer] Malloc Checker: Add another false positive as a todo test. by Anna Zaks · 14 years ago
  22. 40add29 [analyzer] Malloc Checker: add support for reallocf, which always frees by Anna Zaks · 14 years ago
  23. b16ce45 [analyzer] Malloc Checker: add support for valloc + minor code hardening. by Anna Zaks · 14 years ago
  24. 69f811d Extend all-std-headers.cpp to include C++11 headers when building in C++11 mode. by Richard Smith · 14 years ago
  25. b5216aa Advertize support for constexpr. by Richard Smith · 14 years ago
  26. 65967ec I hereby declare that all remaining constexpr issues are bugs, not unimplemented by Richard Smith · 14 years ago
  27. 26f2cac constexpr: evaluation support for nullptr comparisons. by Richard Smith · 14 years ago
  28. c6889e7 Implement C++ core issue 974, which permits default arguments for by Douglas Gregor · 14 years ago
  29. 57b9c4e If a constexpr function template specialization is referenced, and then the by Richard Smith · 14 years ago
  30. 58d2dbe [libclang] Indexing: only index implicit template instantiations via an opt-in indexing option. by Argyrios Kyrtzidis · 14 years ago
  31. 625bb56 Generalize -Wempty-body: warn when statement body is empty (closes: PR11329) by Dmitri Gribenko · 14 years ago
  32. 66c4040 [analyzer] Make Malloc Checker optimistic in presence of inlining. by Anna Zaks · 14 years ago
  33. 9050e3a Remove recusive expression visitation in ExprEngine::VisitIncrementDecrementOperator(). by Ted Kremenek · 14 years ago
  34. 70488e2 Pending clear answer from WG21 on whether core issue 903 is intended to apply to by Richard Smith · 14 years ago
  35. a91ac5b Remove recursive visitation in ExprEngine for UO_Not, UO_Minus, UO_LNot. by Ted Kremenek · 14 years ago
  36. 224c489 Remove recursive visitation in ExprEngine for UO_Deref, UO_AddrOf, and UO_Extension. by Ted Kremenek · 14 years ago
  37. c1e08dc Remove ExprEngine recursive visitation of unary UO_Imag operation. by Ted Kremenek · 14 years ago
  38. 0193166 Further remove some recursive visitiation in ExprEngine that is no longer needed because the CFG is fully linearized. by Ted Kremenek · 14 years ago
  39. 53393f2 Check the return type of lambda expressions. by Douglas Gregor · 14 years ago
  40. 1d0c9a8 PR11650: Implement resolution of core issue 1301. Value initialization can't be by Richard Smith · 14 years ago
  41. 75d8ba3 Warn about non-int main() results in GNU C mode instead of erroring. by John McCall · 14 years ago
  42. 0a52534 more objective-c translator for modern abi. by Fariborz Jahanian · 14 years ago
  43. a736524 Implement support for lambda capture pack expansions, e.g., by Douglas Gregor · 14 years ago
  44. 63aae82 Use several weighted factors to determine typo candidate viablity. by Kaelyn Uhrain · 14 years ago
  45. 9d66504 Simplify and robustify lambda PCH test by Douglas Gregor · 14 years ago
  46. 9d36f5d Implement AST (de-)serialization for lambda expressions. by Douglas Gregor · 14 years ago
  47. 90af4e2 more modern objc translator. Focusing on metadata for methods. by Fariborz Jahanian · 14 years ago
  48. cc8a945 include clang's config.h unconditionally (v2) by Dylan Noblesmith · 14 years ago
  49. 14c5982 Use a simpler (and more efficient) pattern to pad vectors. by Benjamin Kramer · 14 years ago
  50. 3164c14 Fix crash-on-invalid for 'operator int[]()' in C++11. by David Blaikie · 14 years ago
  51. 7b8290f Fix use-after-free introduced by me being an idiot. by Ted Kremenek · 14 years ago
  52. df33a35 Remove useless if statement. by Eli Friedman · 14 years ago
  53. 8656855 Add a coverage test for lambda expression IRGen. by Eli Friedman · 14 years ago
  54. 7473b1c Implement new DiagnosticsRenderer that packages notes retrieved by clang_getDiagnosticSetFromTU() as by Ted Kremenek · 14 years ago
  55. 8be51ea Refactor DiagnosticRenderer and SDiagsRenderer to have some functionality by Ted Kremenek · 14 years ago
  56. 6700d67 Add helper methods to StoredDiagnostic. by Ted Kremenek · 14 years ago
  57. eb273b7 Fix another issue introduced by the proposed wording for core issue 1358: since by Richard Smith · 14 years ago
  58. b74ed08 Implement IRGen of lambda expressions which capture arrays. by Eli Friedman · 14 years ago
  59. 0bdb5aa Refactor out new function EmitInitializerForField from EmitMemberInitializer. The new function will be used to initialize the fields of lambda expressions. by Eli Friedman · 14 years ago
  60. b276bd9 [analyzer] Malloc Checker: realloc: add dependency between the symbols by Anna Zaks · 14 years ago
  61. d764437 Simple test ensuring that we perform direct initialization when copy-capturing in lambdas by Douglas Gregor · 14 years ago
  62. d5387e8 Link together the call operator produced from transforming a lambda by Douglas Gregor · 14 years ago
  63. e76872e Mark the cxa_guard_{abort,acquire,release} functions nounwind. by Nick Lewycky · 14 years ago
  64. 7ca4850 Deal with a horrible C++11 special case. If a non-literal type has a constexpr by Richard Smith · 14 years ago
  65. 5ad3af9 Add a subgroup of -Wreturn-type, -Wreturn-type-c-linkage. by Matt Beaumont-Gay · 14 years ago
  66. dfca6f5 Introduce support for template instantiation of lambda by Douglas Gregor · 14 years ago
  67. 07e5288 modern objc translator. More ivar rewrite work. by Fariborz Jahanian · 14 years ago
  68. db64923 objc modern translator. ivar offset symbols. by Fariborz Jahanian · 14 years ago
  69. 30838b9 [analyzer] Malloc Checker: realloc: correct the way we are handing the by Anna Zaks · 14 years ago
  70. 5189035 Add a script that produces a list of all diagnostics that are defined in by Dmitri Gribenko · 14 years ago
  71. 684a8e4 Remove unused diagnostics from include/clang/Basic/Diagnostic*.td files. by Dmitri Gribenko · 14 years ago
  72. 20ff0e2 Don't route explicit construction via list-initialization through the functional cast code path. It sometimes does the wrong thing, produces horrible error messages, and is just unnecessary. by Sebastian Redl · 14 years ago
  73. 43a1b00 Sink variable into assert by Matt Beaumont-Gay · 14 years ago
  74. 164d6f8 objective-c translator: more rewriting of ivar types by Fariborz Jahanian · 14 years ago
  75. c563891 When generating diagnostic information due to a clang failure, allow multiple by Chad Rosier · 14 years ago
  76. c8bb3be [analyzer] Malloc checker: rework realloc handling: by Anna Zaks · 14 years ago
  77. 7ae282f Split the storage of lambda information between the LambdaExpr and the by Douglas Gregor · 14 years ago
  78. 9daa7bf Keep track of the set of array index variables we use when we by Douglas Gregor · 14 years ago
  79. 3b66d7b Remove empty directories left behind by git-svn. by Benjamin Kramer · 14 years ago
  80. 908a595 Don't allocate unused storage for captures/capture initializers in lambda expressions by Douglas Gregor · 14 years ago
  81. da8962a Move the storage of lambda captures and capture initializers from by Douglas Gregor · 14 years ago
  82. e88a71f Add back in the code to create forward decls using temporary mdnodes. by Eric Christopher · 14 years ago
  83. a765b9f Testcase for previous commit. by Eric Christopher · 14 years ago
  84. 42e75da Temporarily walk back a few of my recent debug info limiting changes by Eric Christopher · 14 years ago
  85. 63d7ed8 StaticAnalyzer/Core: fix MSVC build by Dylan Noblesmith · 14 years ago
  86. 36d5927 drop more llvm:: prefixes on SmallString<> by Dylan Noblesmith · 14 years ago
  87. 1e4c01b drop more llvm:: prefixes on OwningPtr<> by Dylan Noblesmith · 14 years ago
  88. 8944675 examples/analyzer-plugin: hook up to build by Dylan Noblesmith · 14 years ago
  89. 4ee01ef Fix typo in PrintfConversionSpecifier::isDoubleArg() by Hans Wennborg · 14 years ago
  90. 86c3ae4 Update constexpr implementation to match CWG's chosen approach for core issues by Richard Smith · 14 years ago
  91. 9b338a7 Delete a simplistic helper function now that llvm::Triple can provide by Chandler Carruth · 14 years ago
  92. 0b17b9a more of rewriting ivar types. by Fariborz Jahanian · 14 years ago
  93. 9ecb72a Move -Wdangling-else under -Wparentheses to be backwards compatibile with GCC. by David Blaikie · 14 years ago
  94. 6d9ef30 Implement the standard decltype() semantics described in C++11 by Douglas Gregor · 14 years ago
  95. f8af982 Within the body of a lambda expression, decltype((x)) for an by Douglas Gregor · 14 years ago
  96. 6dc00f6 Proper initializer list support for new expressions and type construct expressions. Array new still missing. by Sebastian Redl · 14 years ago
  97. 215e4e1 Lambdas have a deleted default constructor and a deleted copy by Douglas Gregor · 14 years ago
  98. 3a45c0e Change the way we store initialization kinds so that all direct inits can distinguish between list and parens form. This allows us to correctly diagnose the last test cases from litb. by Sebastian Redl · 14 years ago
  99. 168319c Employ DirectList initialized entities to properly sort through some initialization edge cases. by Sebastian Redl · 14 years ago
  100. 8275fc0 Fix broken link. I believe this has been broken for at least 7 months. by Michael J. Spencer · 14 years ago