1. 4985429 Instantiation bug fix extension (cf. r184503) -- minor code fixes, including a typo that caused a runtime assertion after firing diagnosis for class definitions, with the 'template' keyword as template header, in friend declarations. by Larisse Voufo · 11 years ago
  2. 2f68669 Revert r184401 which reverted r183462. by David Majnemer · 11 years ago
  3. 0538f0e Extend -Wnon-pod-varargs to more cases, such as function pointers as return by Richard Trieu · 11 years ago
  4. c8fa525 Provide suggested no-arg calls for overloaded member functions missing calls by David Blaikie · 11 years ago
  5. 73b8d4b Fix a leak of TargetMachine in clang. We'll continue to leak it on purpose if by Nick Lewycky · 11 years ago
  6. a9a7f10 Add an option to not indent declarations when breaking after the type. by Manuel Klimek · 11 years ago
  7. 8f5d7d1 [Modules] If a module map resides in a system header directory, treat it as a system module. by Douglas Gregor · 11 years ago
  8. ef7eb02 Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use. by Samuel Benzaquen · 11 years ago
  9. 9b60195 [ms-cxxabi] Destroy temporary record arguments in the callee by Reid Kleckner · 11 years ago
  10. 104f96b Delete dead code. by Eli Friedman · 11 years ago
  11. ff8e04e [analyzer] Fix stale comment in CallEvent. by Jordan Rose · 11 years ago
  12. 7c64ef0 Bug Fix: Template explicit instantiations should not have definitions (FixIts yet to be tested.) by Larisse Voufo · 11 years ago
  13. 98d1ec1 [checked-arithmetic builtins] Added builtins to enable users to perform checked-arithmetic in c. by Michael Gottesman · 11 years ago
  14. 3e1aca2 Don't allow __attribute__((common)) in C++. PR16330. by Eli Friedman · 11 years ago
  15. cac18ad Lazily provide a __float128 dummy type in -std=gnu++11 mode. by Nico Weber · 11 years ago
  16. bc3f628 This patch adds new private headers to the module map. Private by Lawrence Crowl · 11 years ago
  17. f462b01 Extend -Wnon-pod-varargs to check calls made from function pointers. by Richard Trieu · 11 years ago
  18. cdeba0b Fix English grammar error. by Lawrence Crowl · 11 years ago
  19. 76c2f92 Enhancements for the DynTypedMatcher system. by Samuel Benzaquen · 11 years ago
  20. cf52ca6 Adds the equalsBoundNode matcher. by Manuel Klimek · 11 years ago
  21. 1a68afd Implements declaratorDecl, parmVarDecl and hassTypeLoc matchers. by Manuel Klimek · 11 years ago
  22. c2fa6b6 Improved source code fidelity for gcc mode attribute. by Enea Zaffanella · 11 years ago
  23. fbd4116 Update two options to my proposed syntax for user-facing driver options: by Chandler Carruth · 11 years ago
  24. 62341d3 Temporarily revert r183462: "Implement DR7" by Chandler Carruth · 11 years ago
  25. 850cf51 Fix one place I missed that was memcpy'ing TypeLocs in a way that messes by Eli Friedman · 11 years ago
  26. 37a84f6 PR16377: Allow evaluation of statement expressions in constant evaluation, by Richard Smith · 11 years ago
  27. 8db6cc7 Remove dead code. by Eli Friedman · 11 years ago
  28. 08dc71f Delete dead code. (Array element types are always complete in C.) by Eli Friedman · 11 years ago
  29. d5fbb29 Enhancements for the DynTypedNode by Samuel Benzaquen · 11 years ago
  30. 2d588b4 documentation parsing: patch to make @class work for by Fariborz Jahanian · 11 years ago
  31. 054d049 Completely revamp node binding for AST matchers. by Manuel Klimek · 11 years ago
  32. 9063302 [ms-cxxabi] Emit and install appropriately mangled vbtables by Reid Kleckner · 11 years ago
  33. 3882aed Fix pr16354. by Rafael Espindola · 11 years ago
  34. b0f9314 Revert r184249, "doc. parsing: Allow parameter name "..." for variadic functions/methods." by NAKAMURA Takumi · 11 years ago
  35. c894b32 Delete dead code. by Eli Friedman · 11 years ago
  36. fc0f91c Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4 by Manman Ren · 11 years ago
  37. 7e5e2d0 doc. parsing: Allow parameter name "..." for variadic functions/methods. by Fariborz Jahanian · 11 years ago
  38. ee76e72 [multiprecision-builtins] Added missing builtin __builtin_{add,sub}cb for {add,sub} with carry for bytes. by Michael Gottesman · 11 years ago
  39. 662f41b DR14, DR101, and part of DR1: fix handling of extern "C" declarations in by Richard Smith · 11 years ago
  40. 3ed4d1c PR14503: Don't assert if a constexpr constructor temploid instantiates to a by Richard Smith · 11 years ago
  41. 419245e Objective-C [qoi]: privide typo correction for selectors by Fariborz Jahanian · 11 years ago
  42. 15f03ea Remove option emitter from clang-tblgen by Reid Kleckner · 11 years ago
  43. 68effa0 ArrayRef'ize CodeCompletionContext::getNumSelIdents() by Dmitri Gribenko · 11 years ago
  44. b8b5297 Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer! by John McCall · 11 years ago
  45. f8421a3 Delete dead code. by Eli Friedman · 11 years ago
  46. 3e8ac1b Accept and ignore -fdebug-types-section for now. This will be used by Eric Christopher · 11 years ago
  47. a372f40 Include PathV1.h only where it is used. by Rafael Espindola · 11 years ago
  48. 0dcea35 Clean up empty struct/union recognition. by Serge Pavlov · 11 years ago
  49. d395e34 Objective-C [qoi]: Provide fixit hint when message with typo by Fariborz Jahanian · 11 years ago
  50. dd0b3c4 [Driver] Remove the using namespace directives from headers by Reid Kleckner · 11 years ago
  51. 6b96742 Try to fix the bots with a forward decl. by Reid Kleckner · 11 years ago
  52. cff1512 [AST] Don't include RecursiveASTVisitor.h in ASTContext.h by Reid Kleckner · 11 years ago
  53. 58df042 Add warning group -Wdeprecated-register for C++11 warning on 'register' being by Richard Smith · 11 years ago
  54. 050315b ArrayRef'ize Sema::CodeComplete* by Dmitri Gribenko · 11 years ago
  55. 539470e Updated the support for contextual conversion tweaks (n3323) with a previously overlooked part: implicitly converting array sizes to size_t, rather than contextually converting them to some unique type. by Larisse Voufo · 11 years ago
  56. 3bf6805 Fix comments referring to non-existent types. by Eli Friedman · 11 years ago
  57. ddb5a39 Unify return type checking for functions and ObjC methods. Move all the by Eli Friedman · 11 years ago
  58. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  59. 13f8404 Avoid fallthrough in header, to allow external users of Clang libraries to by Richard Smith · 11 years ago
  60. 57a3bbf Use the sys::ExecuteAndWait that takes StringRefs. by Rafael Espindola · 11 years ago
  61. ad24ad4 Allow clang to build __clear_cache on ARM. by Rafael Espindola · 11 years ago
  62. a438e68 Make it clear in Decl::hasBody that it can return true on redeclarations. by Manuel Klimek · 11 years ago
  63. 6698be8 Fix some confusing diagnostic wording. s/implicit default/implicit/ if we're by Richard Smith · 11 years ago
  64. 36155c1 C++11: If a class has a user-declared copy operation or destructor, the by Richard Smith · 11 years ago
  65. 1b2209f In C++11, promote access declaration diagnostic from warning to error. There by Richard Smith · 11 years ago
  66. 79f4bb7 Add -Wdeprecated warnings and fixits for things deprecated in C++11: by Richard Smith · 11 years ago
  67. 7c3e615 PR12086, PR15117 by Richard Smith · 11 years ago
  68. a4bb99c Move detection of reference members binding to temporaries from building of by Richard Smith · 11 years ago
  69. 671538e Introducing -Wheader-guard, a warning that checks header guards actually work by Richard Trieu · 11 years ago
  70. 1342a4e Port HTMLDiagnostics to PathV2. No intended functionality change. by Benjamin Kramer · 11 years ago
  71. 3439237 Include PathV1.h in files that use it. by Rafael Espindola · 11 years ago
  72. 605c59a Make ASTContext::Allocate use size_t for the size argument. by Eli Friedman · 11 years ago
  73. 2ec2b84 Implement DR85: Redeclaration of member is forbidden by David Majnemer · 11 years ago
  74. 1f01f7c [libclang] Allow building a precompiled preamble with compiler errors by Argyrios Kyrtzidis · 11 years ago
  75. 808ad75 Remove mis-grouping of an objc diagostic in my last patch. by Fariborz Jahanian · 11 years ago
  76. 4017d73 Objective-C [qoi]: Issue better warning when nsstring literal is missing by Fariborz Jahanian · 11 years ago
  77. 7044668 cleanup (address some more review comments for r183474): by Adrian Prantl · 11 years ago
  78. ef0e4e6 Add a new warning, -Wlogical-not-parentheses, to -Wparentheses. by Richard Trieu · 11 years ago
  79. 03a8323 Fixes the comment for hasDeclaration. by Manuel Klimek · 11 years ago
  80. c910d4c Revert "[Sema] Make FunctionType's TSI use unadjusted argument types" by Reid Kleckner · 11 years ago
  81. 63c9a92 [Sema] Make FunctionType's TSI use unadjusted argument types by Reid Kleckner · 11 years ago
  82. 122e601 Recognition of empty structures and unions is moved to semantic stage by Serge Pavlov · 11 years ago
  83. 80e8ea9 address some comments on r183474: by Adrian Prantl · 11 years ago
  84. 44ee0a7 Re-commit r183466 with a fix to make the TypeLoc casting machinery work by Eli Friedman · 11 years ago
  85. 4ff3225 Thread the 'Invalid' out parameter through SourceManager::getSLocEntry() and callees of SourceManager::getSLocEntryByID(). by Argyrios Kyrtzidis · 11 years ago
  86. 2785b9a Fixed calculation of penalty when breaking tokens. by Alexander Kornienko · 11 years ago
  87. 20387ef Reverts r183466: "Perform dynamic alignment computations..." by Manuel Klimek · 11 years ago
  88. 86875b1 Perform dynamic alignment computations so that the data in TypeLocs is by Eli Friedman · 11 years ago
  89. 585bee4 Implement DR7 by David Majnemer · 11 years ago
  90. 49a246f [analyzer; new edges] Simplify edges in a C++11 for-range loop. by Jordan Rose · 11 years ago
  91. 48a1e81 Fix a crash with -Wassign-enum, where we didn't adjust the APInt type of the by Joey Gouly · 11 years ago
  92. 63d5335 ClangTool: strip -o from the command line by Pavel Labath · 11 years ago
  93. 40cba90 Implement DR1270: braces can be elided in all aggregate initialization, not by Richard Smith · 11 years ago
  94. 632182d [analyzer] Improve debug output for PathDiagnosticPieces. by Jordan Rose · 11 years ago
  95. 9464a08 Objective-C: Provide fixit with suggested spelling correction by Fariborz Jahanian · 11 years ago
  96. 2aae5ba Recommit r183298+r183300 'Get rid of VTableContext::ComputeMethodVTableIndices() and VTableContext::getNumVirtualFunctionPointers()' by Timur Iskhodzhanov · 11 years ago
  97. d38a21f Revert r183298 and r183300 as the former broke the virtual function lookup in libcxx __locale by Timur Iskhodzhanov · 11 years ago
  98. f19759e Get rid of VTableContext::ComputeMethodVTableIndices() and VTableContext::getNumVirtualFunctionPointers(); also add some tests for the VTable indices output to make sure we don't regress by Timur Iskhodzhanov · 11 years ago
  99. 9adba39 Default to PIE and using stack protection on OpenBSD. by Rafael Espindola · 11 years ago
  100. 211c8dd Model temporary lifetime-extension explicitly in the AST. Use this model to by Richard Smith · 11 years ago