1. 0538f0e Extend -Wnon-pod-varargs to more cases, such as function pointers as return by Richard Trieu · 11 years ago
  2. c8fa525 Provide suggested no-arg calls for overloaded member functions missing calls by David Blaikie · 11 years ago
  3. d52b20c [document parsing]: Allow multiple adjacent \return and the like by Fariborz Jahanian · 11 years ago
  4. 373ac0a Teach ARM va_arg to ignore empty structs. by Tim Northover · 11 years ago
  5. f5c3a25 Check for trivial constructibility before emptiness in ARM ABI. by Tim Northover · 11 years ago
  6. adebeb8 [NVPTX] Fix inline asm test case to use LLVM IR instead of PTX so it works even when the NVPTX target is not built by Justin Holewinski · 11 years ago
  7. e9ccbee DebugInfo test: Rename function to avoid using the same name as a type by David Blaikie · 11 years ago
  8. 7ef042d Aggregate & rename limit debug info tests. by David Blaikie · 11 years ago
  9. f0c31d9 PR16214: Debug info for types first used via pointers or qualified types & later require definitions by David Blaikie · 11 years ago
  10. 538fccb Propagate the invalid bit from bases to derived template classes. by Matt Beaumont-Gay · 11 years ago
  11. 0ac428e [NVPTX] Add NVPTX register constraints by Justin Holewinski · 11 years ago
  12. 4447af9 Extend template instantiation bug fix (r184503) with fixit test by Larisse Voufo · 11 years ago
  13. 053c88b Revert "[analyzer] Handle zeroing CXXConstructExprs." by Jordan Rose · 11 years ago
  14. 8f5d7d1 [Modules] If a module map resides in a system header directory, treat it as a system module. by Douglas Gregor · 11 years ago
  15. 472e66e Add basic fixit test to template instantiation bug fix (r184503) by Larisse Voufo · 11 years ago
  16. 9b60195 [ms-cxxabi] Destroy temporary record arguments in the callee by Reid Kleckner · 11 years ago
  17. 09a5604 DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' and add '[def]' for non-decl tag types by David Blaikie · 11 years ago
  18. a9f3958 Add test. by Eli Friedman · 11 years ago
  19. 104f96b Delete dead code. by Eli Friedman · 11 years ago
  20. c6498cd Add missing test. by Eli Friedman · 11 years ago
  21. 9812328 [analyzer] Handle zeroing CXXConstructExprs. by Jordan Rose · 11 years ago
  22. 74f05cc Add test header missing from r184504. by Douglas Gregor · 11 years ago
  23. fc46be9 When building a module, keep *all* declared methods in the global method pool. by Douglas Gregor · 11 years ago
  24. 7c64ef0 Bug Fix: Template explicit instantiations should not have definitions (FixIts yet to be tested.) by Larisse Voufo · 11 years ago
  25. 8ff7e32 Add a couple more tests. by Eli Friedman · 11 years ago
  26. ef37744 Update a comment to clarify that searching the target triple bin by Chandler Carruth · 11 years ago
  27. 9b9bdba Fix a crash with __flaot128 noticed by Eli. by Nico Weber · 11 years ago
  28. 98d1ec1 [checked-arithmetic builtins] Added builtins to enable users to perform checked-arithmetic in c. by Michael Gottesman · 11 years ago
  29. a80d1b4 Fix copy-pasted comment. by Richard Smith · 11 years ago
  30. 3e1aca2 Don't allow __attribute__((common)) in C++. PR16330. by Eli Friedman · 11 years ago
  31. cac18ad Lazily provide a __float128 dummy type in -std=gnu++11 mode. by Nico Weber · 11 years ago
  32. 45ff380 Call __cxa_begin_catch before std::terminate() in a noexcept trap. by John McCall · 11 years ago
  33. 6bb1102 Debug Info: Attempt to resolve forward declarations if we are not emitting by Adrian Prantl · 11 years ago
  34. f3a0d0f Test files for private header patch. by Lawrence Crowl · 11 years ago
  35. f462b01 Extend -Wnon-pod-varargs to check calls made from function pointers. by Richard Trieu · 11 years ago
  36. 4cde94a Clean up warning and add a test. by Eli Friedman · 11 years ago
  37. c1826a5 Add test. by Eli Friedman · 11 years ago
  38. f5d40bf Add an additional test for dynamic_cast. by Eli Friedman · 11 years ago
  39. 6f1a240 Fix CodeGenCXX/debug-info.cpp to target a known ABI (x86-64-linux) so as not to be confused by strange (& currently broken) Windows ABI by David Blaikie · 11 years ago
  40. cd91d05 Fix CodeGenCXX/debug-info.cpp test on Windows by Reid Kleckner · 11 years ago
  41. c2fa6b6 Improved source code fidelity for gcc mode attribute. by Enea Zaffanella · 11 years ago
  42. 3a166e2 Add -fno-assume-sane-operator-new when building with MSan. by Evgeniy Stepanov · 11 years ago
  43. fbd4116 Update two options to my proposed syntax for user-facing driver options: by Chandler Carruth · 11 years ago
  44. 9122025 Fix static analyzer crash when casting from an incomplete type by Pavel Labath · 11 years ago
  45. fc5335d Add a regression test for PR16370 next to the dr7 test case since they by Chandler Carruth · 11 years ago
  46. 62341d3 Temporarily revert r183462: "Implement DR7" by Chandler Carruth · 11 years ago
  47. 37a84f6 PR16377: Allow evaluation of statement expressions in constant evaluation, by Richard Smith · 11 years ago
  48. 87c2932 Add a workaround for a libstdc++-4.2 <tr1/hashtable> bug. This header uses by Richard Smith · 11 years ago
  49. d7abe10 One more cast test. by Eli Friedman · 11 years ago
  50. eb82a42 Add a few more tests for casts. by Eli Friedman · 11 years ago
  51. e40bc4b Fix typo in r184308. by Richard Smith · 11 years ago
  52. 8964367 Add a testcase which uses an UnresolvedUsingTypenameDecl as the base of an NNS. by Eli Friedman · 11 years ago
  53. 63f4050 [clang-lit] Added the run_long_tests param option/long_tests feature to toggle execution of long running FileCheck tests. by Michael Gottesman · 11 years ago
  54. 3258abc Revert r184205 and associated patches while investigating issue with broken buildbot (possible interaction with LTO) by Stephen Lin · 11 years ago
  55. 8bb8669 [libclang] Make sure crash-recovery for module-building does not interfere with libclang crash-recovery. by Argyrios Kyrtzidis · 11 years ago
  56. 94d22de Fix r184381 so the test doesn't fail. Sorry for the inconvenience, I thought I had checked it. by Eli Friedman · 11 years ago
  57. c02bea4 Extra test for diagnostic in Sema::BuildCXXNestedNameSpecifier. by Eli Friedman · 11 years ago
  58. fa0d3f8 Improve diagnostic for redeclaring static member function. Fixes PR16382. by Eli Friedman · 11 years ago
  59. 6e91f4b Fix for PR 16367, display the name of a function in a diagnostic instead of by Richard Trieu · 11 years ago
  60. d4fbdc7 Add missing test for -Wunneeded-member-functions. by Eli Friedman · 11 years ago
  61. 41c9bae Debug Info: PR14763/r183329 - specify that non-trivial pass-by-value parameters are stored indirectly by David Blaikie · 11 years ago
  62. 4444dbb Corrections to r184205 ('this'-return optimization) due to the wrong version of the patch being committed originally. by Stephen Lin · 11 years ago
  63. 2d588b4 documentation parsing: patch to make @class work for by Fariborz Jahanian · 11 years ago
  64. f67129a [Windows] Fix __declspec(property) when the getter returns a ref by Reid Kleckner · 11 years ago
  65. 9063302 [ms-cxxabi] Emit and install appropriately mangled vbtables by Reid Kleckner · 11 years ago
  66. 4cd90df [Driver] Don't forward source file input args to gcc by Reid Kleckner · 11 years ago
  67. 3882aed Fix pr16354. by Rafael Espindola · 11 years ago
  68. 37926da Fix a crash in the static analyzer (bug #16307) by Pavel Labath · 11 years ago
  69. b0f9314 Revert r184249, "doc. parsing: Allow parameter name "..." for variadic functions/methods." by NAKAMURA Takumi · 11 years ago
  70. fc0f91c Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4 by Manman Ren · 11 years ago
  71. 0fa93ce Add test coverage for serialization of dependent function template specializations. by Eli Friedman · 11 years ago
  72. 776bfa1 Add some comments to r184252. by Adrian Prantl · 11 years ago
  73. bd34520 [analyzer] Do not create a CompoundVal for lvalue InitListExprs. by Anna Zaks · 11 years ago
  74. 52810c5 [analyzer] Do not report uninitialized value warnings inside swap functions. by Anna Zaks · 11 years ago
  75. 14c1a13 Emit forward decls for structs with declarations only when we are by Adrian Prantl · 11 years ago
  76. 0601700 Introduce a new mangling for protocol-qualified ObjC types in C++. This allows by Eli Friedman · 11 years ago
  77. 7e5e2d0 doc. parsing: Allow parameter name "..." for variadic functions/methods. by Fariborz Jahanian · 11 years ago
  78. 995544e Make sure the assembler-with-cpp hack for "#" works with multiple "#"s in by Eli Friedman · 11 years ago
  79. e7e8fca When declaring an ObjC interface decl with a @compatibility_alias alias name, change the class name to the "real" one. by Argyrios Kyrtzidis · 11 years ago
  80. f756882 Partially revert r184225 test changes and make a smaller and more generic fix. by Stephen Lin · 11 years ago
  81. ee76e72 [multiprecision-builtins] Added missing builtin __builtin_{add,sub}cb for {add,sub} with carry for bytes. by Michael Gottesman · 11 years ago
  82. b987eda Fix C++ constructor/destructor tests when run on ARM by Stephen Lin · 11 years ago
  83. 662f41b DR14, DR101, and part of DR1: fix handling of extern "C" declarations in by Richard Smith · 11 years ago
  84. 2243e78 Correctly compute the index of the first string format argument when deciding by Eli Friedman · 11 years ago
  85. 3ed4d1c PR14503: Don't assert if a constexpr constructor temploid instantiates to a by Richard Smith · 11 years ago
  86. cd9c9b5 Objective-C: Fixes a typo correction bug where a by Fariborz Jahanian · 11 years ago
  87. d4c0cd0 CodeGen: Have 'this'-returning constructors and destructors to take advantage of the new backend 'returned' attribute. by Stephen Lin · 11 years ago
  88. 52fdc56 Fix buildbot failure. by Fariborz Jahanian · 11 years ago
  89. 419245e Objective-C [qoi]: privide typo correction for selectors by Fariborz Jahanian · 11 years ago
  90. e4bce7a size_t on Darwin AAPCS targets is "unsigned long". <rdar://problem/14136459> by Bob Wilson · 11 years ago
  91. b8b5297 Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer! by John McCall · 11 years ago
  92. 0bb5199 r184100 Fix -- Updated test cases for contextual conversion by Larisse Voufo · 11 years ago
  93. 2736f2e Remove an ugly hack that was meant to eliminate the breakpoint ambiguity by Adrian Prantl · 11 years ago
  94. 3e8ac1b Accept and ignore -fdebug-types-section for now. This will be used by Eric Christopher · 11 years ago
  95. e7d9464 FileCheck-ize. by Eric Christopher · 11 years ago
  96. b4c0ad4 Add a missing testcase for ObjC ivar encoding for a C++ class with a vptr. by Eli Friedman · 11 years ago
  97. 93cc515 Compute the visibility of static local variables consistently. Fixes PR16208. by Eli Friedman · 11 years ago
  98. 26e5178 Fix Expr::Classify to correctly classify ExtVectorElementExprs. PR16204. by Eli Friedman · 11 years ago
  99. 9610d77 Cleanup linkage computation for static locals. by Rafael Espindola · 11 years ago
  100. e1e0342 Use atomic instructions on Bitrig armv6. Patch by Patrick Wildt. by Rafael Espindola · 11 years ago