1. d1913d8 [analyzer] Add a debug dump for PathPieces, a list of PathDiagnosticPieces. by Jordan Rose · 11 years ago
  2. bb51899 Revert "[analyzer; alternate edges] improve support for edges with PseudoObjectExprs." by Jordan Rose · 11 years ago
  3. 5c6134f Thread safety analysis: add two new attributes to the thread safety analysis: by DeLesley Hutchins · 11 years ago
  4. c965f76 libclang: add a function to check whether a member function is pure virtual by Dmitri Gribenko · 11 years ago
  5. e9aae62 [analyzer; alternate edges] improve support for edges with PseudoObjectExprs. by Ted Kremenek · 11 years ago
  6. 24ce46c Use 'c++' not 'cxx' in these diagnostic group names for consistency. by Richard Smith · 11 years ago
  7. 7a9f7c7 A little ArrayRef'ization. by Richard Smith · 11 years ago
  8. b5eb3f5 PR15757: When we instantiate an inheriting constructor template, also by Richard Smith · 11 years ago
  9. 50fa64d [analyzer] Don't inline ~shared_ptr. by Jordan Rose · 11 years ago
  10. d95b701 [analyzer] Add an option to use the last location in the main source file as the report location. by Anna Zaks · 11 years ago
  11. c50c6ff [Lexer] Improve Lexer::getSourceText() when the given range deals with function macro arguments. by Argyrios Kyrtzidis · 11 years ago
  12. b8ed071 Objective-C arc: Diagnose when user attempts to by Fariborz Jahanian · 11 years ago
  13. f11bbb9 Add option to put short loops on a single line. by Daniel Jasper · 11 years ago
  14. 8a99945 Add a more convenient interface to use clang-format. by Daniel Jasper · 11 years ago
  15. 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
  16. d049b40 Remove unused, awkward CFGStmtVisitor and subclasses. by Jordan Rose · 11 years ago
  17. cce70c7 [analyzer] Put back DefaultBool's implicit conversion to bool. by Jordan Rose · 11 years ago
  18. 1404014 improve of note message and minor refactoring of my last patch (r181847). by Fariborz Jahanian · 11 years ago
  19. 0ff5074 Better diagnostics for string initialization. by Hans Wennborg · 11 years ago
  20. caf42a3 Remove diagnostics from clang-format. by Daniel Jasper · 11 years ago
  21. 7247c88 Use only explicit bool conversion operator by David Blaikie · 11 years ago
  22. 2a3c966 Unbreaking the MSVC build by adding an include. It broke with r181832. by Aaron Ballman · 11 years ago
  23. 9f00b1d Objective-C [diagnostics] [QOI], when method is not by Fariborz Jahanian · 11 years ago
  24. 17828ca Provide operator<< for stream output of DeclarationNames by David Blaikie · 11 years ago
  25. a3d813a Fix copy-pasto in naming of LAST_MS_INHERITANCE[_ATTR] by Reid Kleckner · 11 years ago
  26. 6e01994 Fix the MSVC build broken by r181768 by Reid Kleckner · 11 years ago
  27. 173a4cc Really fix the declaration of __clear_cache. by Rafael Espindola · 11 years ago
  28. 4537d6e Fix __clear_cache on ARM. by Rafael Espindola · 11 years ago
  29. f7f295f First revision of the dynamic ASTMatcher library. by Manuel Klimek · 11 years ago
  30. 028d59c AArch64: correct definition of __clear_cache by Tim Northover · 11 years ago
  31. 7e17fdc Fix a wrong and confusing comment in CharUnits.h. Neither C nor C++ allows by Richard Smith · 11 years ago
  32. 44135b8 Implements brace breaking styles. by Manuel Klimek · 11 years ago
  33. 7c9a93e Implements UseTab for clang-format. by Manuel Klimek · 11 years ago
  34. 07a64ec Implements IndentWidth. by Manuel Klimek · 11 years ago
  35. 6af701f OpenMP threadprivate with qualified names. by Alexey Bataev · 11 years ago
  36. 181e3ec Cleanup handling of UniqueExternalLinkage. by Rafael Espindola · 11 years ago
  37. 284b3cb C++1y: support for 'switch' statements in constexpr functions. This is somewhat by Richard Smith · 11 years ago
  38. 6bdc4c6 [Mips] Add -mldc1-sdc1 / -mno-ldc1-sdc1 command line options. by Simon Atanasyan · 11 years ago
  39. 9dadfab C++1y deduced return types: when we deduce a return type for a function which by Richard Smith · 11 years ago
  40. 30a16f1 [Modules] Make r180934 more efficient by only loading top-level module maps in system header directories. by Douglas Gregor · 11 years ago
  41. c147861 [Modules] When things go horribly wrong when reading a module, point at the module cache. by Douglas Gregor · 11 years ago
  42. 9cbcab8 Avoid patching storage class for block scope thread_local variables. by Enea Zaffanella · 11 years ago
  43. daaa468 ArrayRef'ize Sema::FindAllocationFunctions by Dmitri Gribenko · 11 years ago
  44. 8061322 ArrayRef'ize GenericSelectionExpr by Dmitri Gribenko · 11 years ago
  45. dd25631 Config file support for clang-format, part 2. by Alexander Kornienko · 11 years ago
  46. acf0271 Add caseStmt(), defaultStmt(), eachCase() and hasCaseConstant() matchers. by Peter Collingbourne · 11 years ago
  47. 15f92ba Add support for __wchar_t in -fms-extensions mode. by Hans Wennborg · 11 years ago
  48. 7eca8d2 [libclang] When parsing with CXTranslationUnit_ForSerialization, make sure to install the ASTWriter that we create as an ASTMutationListener. by Argyrios Kyrtzidis · 11 years ago
  49. 27365ee ArrayRef'ize ShuffleVectorExpr::setExprs by Dmitri Gribenko · 11 years ago
  50. 416c9b3 ArrayRef'ize Sema::CheckMessageArgumentTypes by Dmitri Gribenko · 11 years ago
  51. a7b7d0e ArrayRef'ize Sema::FindAllocationOverload by Dmitri Gribenko · 11 years ago
  52. ed09bfc Revert my r181563, breaks tests on buildbots by Dmitri Gribenko · 11 years ago
  53. a36bbac ArrayRef'ize Sema::ActOnMemInitializer by Dmitri Gribenko · 11 years ago
  54. 8e6b709 ArrayRef'ize Sema::FindAllocationOverload by Dmitri Gribenko · 11 years ago
  55. 7297a2e ArrayRef'ize Sema::BuildCallToObjectOfClassType by Dmitri Gribenko · 11 years ago
  56. 0a664b8 C++1y n3648: parse and reject init-captures for now. by Richard Smith · 11 years ago
  57. 65cd813 Documentation warning: \param, not \parm by Dmitri Gribenko · 11 years ago
  58. 9e00f12 ArrayRef'ize some SemaOverload methods by Dmitri Gribenko · 11 years ago
  59. 524387a CodeGen for CapturedStmts by Ben Langmuir · 11 years ago
  60. 32a6ebc Adding isConst() ASTMatcher for CXXMethodDecl nodes by Edwin Vane · 11 years ago
  61. bded6ea Put some diagnostics in DiagnosticCommonKinds.td in a category, mirroring what they are in other .td files. by Ted Kremenek · 11 years ago
  62. f9ba851 [PCH] Remove the ASTReaderListener::ReadHeaderFileInfo callback. by Argyrios Kyrtzidis · 11 years ago
  63. d3220db [modules] When building a module, make sure we don't serialize out HeaderFileInfo for headers not belonging to the module. by Argyrios Kyrtzidis · 11 years ago
  64. 5d2bb93 put noisy "unknown command tag name" warning by Fariborz Jahanian · 11 years ago
  65. ef907b6 All -Wdocumentation warnings are DefaultIgnore by Dmitri Gribenko · 11 years ago
  66. 0089bc4 documentation parsing. Patch to do typo correction for by Fariborz Jahanian · 11 years ago
  67. 3190ca9 Forward #pragma comment(lib/linker) through as flags metadata by Reid Kleckner · 11 years ago
  68. e756563 C++1y: Add a step limit to constexpr evaluation, to catch runaway loops. by Richard Smith · 11 years ago
  69. d9de51f When typo correction produces an overloaded result when looking up a member, by Nick Lewycky · 11 years ago
  70. 54eeac9 Prevent crashes from hasCanonicalType matcher by Edwin Vane · 11 years ago
  71. d71ec16 Config file support for clang-format, part 1. by Alexander Kornienko · 11 years ago
  72. b18840d Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the FileID. by Argyrios Kyrtzidis · 11 years ago
  73. a8942d7 C++1y: an assignment operator is implicitly 'constexpr' if it would only call 'constexpr' assignment operators for a literal class type. by Richard Smith · 11 years ago
  74. 993f43f Grab-bag of bit-field fixes: by John McCall · 11 years ago
  75. 7adf79a Move PragmaCommentHandler to lib/Parse in preparation for calling Sema by Reid Kleckner · 11 years ago
  76. bdfdb1d Modify ASTReaderListener to allow visiting the input files of an AST file. by Argyrios Kyrtzidis · 11 years ago
  77. 1270673 Have the RecursiveASTVisitor traverse the type source info of an objc class message. by Argyrios Kyrtzidis · 11 years ago
  78. 00ffb80 [analyzer] Remove now-unused bindCompoundLiteral helper function. by Jordan Rose · 11 years ago
  79. 2624b81 Fix representation of compound literals for C++ objects with destructors. by Jordan Rose · 11 years ago
  80. b840921 by Ulrich Weigand · 11 years ago
  81. 6b20351 by Ulrich Weigand · 11 years ago
  82. fb59486 Added Mozilla style, cleaned get*Style methods. by Alexander Kornienko · 11 years ago
  83. 10f6f06 Require the containing type to be complete when we see __alignof__ of a field. by John McCall · 11 years ago
  84. 5528ac9 C++1y: support for increment and decrement in constant expression evaluation. by Richard Smith · 11 years ago
  85. d8ffd0b Make all 'is in extern "C"' tests use the lexical context. by Rafael Espindola · 11 years ago
  86. 287f24d ArrayRef'ize Sema::CheckObjCMethodCall by Dmitri Gribenko · 11 years ago
  87. 958ba64 ArrayRef'ization of some methods in SemaOverload. Patch by Robert Wilhelm! by Richard Smith · 11 years ago
  88. 5543169 Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None by Dmitri Gribenko · 11 years ago
  89. f973424 Reverting r181004 since it has broken test/Sema/wchar.c. by Aaron Ballman · 11 years ago
  90. dc17384 In VarDecl nodes, store the thread storage class specifier as written. by Enea Zaffanella · 11 years ago
  91. ff920ee AArch64: teach Clang about __clear_cache intrinsic by Tim Northover · 11 years ago
  92. 60e141e Implement most of N3638 (return type deduction for normal functions). by Richard Smith · 11 years ago
  93. ffd015e Say 'decltype(auto)' not 'auto' as appropriate in mismatched-deduction diagnostic. by Richard Smith · 11 years ago
  94. 9fd6b8f Implement template support for CapturedStmt by Wei Pan · 11 years ago
  95. cd904e8 Added a function to check whether a Decl is in by Sean Callanan · 11 years ago
  96. 14f78f4 Separate out and special-case the diagnostic for 'auto' in a by Richard Smith · 11 years ago
  97. 15676be [analyzer;alternate edges] start experimenting with control flow "barriers" to prevent an edge being optimized away. by Ted Kremenek · 11 years ago
  98. bb521b8 [analyzer; alternate edges] prune edges whose end/begin locations have the same statement parents. by Ted Kremenek · 11 years ago
  99. efa78d1 [doc parsing]: Make warning about unknown command by Fariborz Jahanian · 11 years ago
  100. c95d413 ArrayRef'ize MultiLevelTemplateArgumentList::ArgList. Patch by Faisal Vali! by Richard Smith · 11 years ago