1. 843a136 [NVPTX] Add entire list of supported builtins by Justin Holewinski · 11 years ago
  2. 440d456 PR16094: I should have known Obj-C init-capture disambiguation couldn't be by Richard Smith · 11 years ago
  3. 569b4ad Objective-C arc: don't count use of __weak by Fariborz Jahanian · 11 years ago
  4. 097e0a2 Refactor places which perform contextual implicit conversions to go through a by Richard Smith · 11 years ago
  5. 6bd3b93 Let clang-format move the cursor appropriately. by Daniel Jasper · 11 years ago
  6. 800ff45 Remove unused diagnostics. by Benjamin Kramer · 11 years ago
  7. 0a74a4c In -ast-dump, only dump comments when dumping the actual Decl to which they by Richard Smith · 11 years ago
  8. beba3e8 Warn on and drop dllimport attrs from variable definitions by Reid Kleckner · 11 years ago
  9. 8dbda51 Objective-C [qoi]: When an class conforms to multiple by Fariborz Jahanian · 11 years ago
  10. a722534 Implement __declspec(selectany) under -fms-extensions by Reid Kleckner · 11 years ago
  11. 58ea48d Add -Wincomplete-module, which detects when a header is included from a module but isn't itself part of a module. by Douglas Gregor · 11 years ago
  12. 885f87b Clang-format: allow -style="{yaml/json}" on command line by Alexander Kornienko · 11 years ago
  13. d1913d8 [analyzer] Add a debug dump for PathPieces, a list of PathDiagnosticPieces. by Jordan Rose · 11 years ago
  14. bb51899 Revert "[analyzer; alternate edges] improve support for edges with PseudoObjectExprs." by Jordan Rose · 11 years ago
  15. 5c6134f Thread safety analysis: add two new attributes to the thread safety analysis: by DeLesley Hutchins · 11 years ago
  16. c965f76 libclang: add a function to check whether a member function is pure virtual by Dmitri Gribenko · 11 years ago
  17. e9aae62 [analyzer; alternate edges] improve support for edges with PseudoObjectExprs. by Ted Kremenek · 11 years ago
  18. 24ce46c Use 'c++' not 'cxx' in these diagnostic group names for consistency. by Richard Smith · 11 years ago
  19. 7a9f7c7 A little ArrayRef'ization. by Richard Smith · 11 years ago
  20. b5eb3f5 PR15757: When we instantiate an inheriting constructor template, also by Richard Smith · 11 years ago
  21. 50fa64d [analyzer] Don't inline ~shared_ptr. by Jordan Rose · 11 years ago
  22. 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
  23. c50c6ff [Lexer] Improve Lexer::getSourceText() when the given range deals with function macro arguments. by Argyrios Kyrtzidis · 11 years ago
  24. b8ed071 Objective-C arc: Diagnose when user attempts to by Fariborz Jahanian · 11 years ago
  25. f11bbb9 Add option to put short loops on a single line. by Daniel Jasper · 11 years ago
  26. 8a99945 Add a more convenient interface to use clang-format. by Daniel Jasper · 11 years ago
  27. 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
  28. d049b40 Remove unused, awkward CFGStmtVisitor and subclasses. by Jordan Rose · 11 years ago
  29. cce70c7 [analyzer] Put back DefaultBool's implicit conversion to bool. by Jordan Rose · 11 years ago
  30. 1404014 improve of note message and minor refactoring of my last patch (r181847). by Fariborz Jahanian · 11 years ago
  31. 0ff5074 Better diagnostics for string initialization. by Hans Wennborg · 11 years ago
  32. caf42a3 Remove diagnostics from clang-format. by Daniel Jasper · 11 years ago
  33. 7247c88 Use only explicit bool conversion operator by David Blaikie · 11 years ago
  34. 2a3c966 Unbreaking the MSVC build by adding an include. It broke with r181832. by Aaron Ballman · 11 years ago
  35. 9f00b1d Objective-C [diagnostics] [QOI], when method is not by Fariborz Jahanian · 11 years ago
  36. 17828ca Provide operator<< for stream output of DeclarationNames by David Blaikie · 11 years ago
  37. a3d813a Fix copy-pasto in naming of LAST_MS_INHERITANCE[_ATTR] by Reid Kleckner · 11 years ago
  38. 6e01994 Fix the MSVC build broken by r181768 by Reid Kleckner · 11 years ago
  39. 173a4cc Really fix the declaration of __clear_cache. by Rafael Espindola · 11 years ago
  40. 4537d6e Fix __clear_cache on ARM. by Rafael Espindola · 11 years ago
  41. f7f295f First revision of the dynamic ASTMatcher library. by Manuel Klimek · 11 years ago
  42. 028d59c AArch64: correct definition of __clear_cache by Tim Northover · 11 years ago
  43. 7e17fdc Fix a wrong and confusing comment in CharUnits.h. Neither C nor C++ allows by Richard Smith · 11 years ago
  44. 44135b8 Implements brace breaking styles. by Manuel Klimek · 11 years ago
  45. 7c9a93e Implements UseTab for clang-format. by Manuel Klimek · 11 years ago
  46. 07a64ec Implements IndentWidth. by Manuel Klimek · 11 years ago
  47. 6af701f OpenMP threadprivate with qualified names. by Alexey Bataev · 11 years ago
  48. 181e3ec Cleanup handling of UniqueExternalLinkage. by Rafael Espindola · 11 years ago
  49. 284b3cb C++1y: support for 'switch' statements in constexpr functions. This is somewhat by Richard Smith · 11 years ago
  50. 6bdc4c6 [Mips] Add -mldc1-sdc1 / -mno-ldc1-sdc1 command line options. by Simon Atanasyan · 11 years ago
  51. 9dadfab C++1y deduced return types: when we deduce a return type for a function which by Richard Smith · 11 years ago
  52. 30a16f1 [Modules] Make r180934 more efficient by only loading top-level module maps in system header directories. by Douglas Gregor · 11 years ago
  53. c147861 [Modules] When things go horribly wrong when reading a module, point at the module cache. by Douglas Gregor · 11 years ago
  54. 9cbcab8 Avoid patching storage class for block scope thread_local variables. by Enea Zaffanella · 11 years ago
  55. daaa468 ArrayRef'ize Sema::FindAllocationFunctions by Dmitri Gribenko · 11 years ago
  56. 8061322 ArrayRef'ize GenericSelectionExpr by Dmitri Gribenko · 11 years ago
  57. dd25631 Config file support for clang-format, part 2. by Alexander Kornienko · 11 years ago
  58. acf0271 Add caseStmt(), defaultStmt(), eachCase() and hasCaseConstant() matchers. by Peter Collingbourne · 11 years ago
  59. 15f92ba Add support for __wchar_t in -fms-extensions mode. by Hans Wennborg · 11 years ago
  60. 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
  61. 27365ee ArrayRef'ize ShuffleVectorExpr::setExprs by Dmitri Gribenko · 11 years ago
  62. 416c9b3 ArrayRef'ize Sema::CheckMessageArgumentTypes by Dmitri Gribenko · 11 years ago
  63. a7b7d0e ArrayRef'ize Sema::FindAllocationOverload by Dmitri Gribenko · 11 years ago
  64. ed09bfc Revert my r181563, breaks tests on buildbots by Dmitri Gribenko · 11 years ago
  65. a36bbac ArrayRef'ize Sema::ActOnMemInitializer by Dmitri Gribenko · 11 years ago
  66. 8e6b709 ArrayRef'ize Sema::FindAllocationOverload by Dmitri Gribenko · 11 years ago
  67. 7297a2e ArrayRef'ize Sema::BuildCallToObjectOfClassType by Dmitri Gribenko · 11 years ago
  68. 0a664b8 C++1y n3648: parse and reject init-captures for now. by Richard Smith · 11 years ago
  69. 65cd813 Documentation warning: \param, not \parm by Dmitri Gribenko · 11 years ago
  70. 9e00f12 ArrayRef'ize some SemaOverload methods by Dmitri Gribenko · 11 years ago
  71. 524387a CodeGen for CapturedStmts by Ben Langmuir · 11 years ago
  72. 32a6ebc Adding isConst() ASTMatcher for CXXMethodDecl nodes by Edwin Vane · 11 years ago
  73. bded6ea Put some diagnostics in DiagnosticCommonKinds.td in a category, mirroring what they are in other .td files. by Ted Kremenek · 11 years ago
  74. f9ba851 [PCH] Remove the ASTReaderListener::ReadHeaderFileInfo callback. by Argyrios Kyrtzidis · 11 years ago
  75. 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
  76. 5d2bb93 put noisy "unknown command tag name" warning by Fariborz Jahanian · 11 years ago
  77. ef907b6 All -Wdocumentation warnings are DefaultIgnore by Dmitri Gribenko · 11 years ago
  78. 0089bc4 documentation parsing. Patch to do typo correction for by Fariborz Jahanian · 11 years ago
  79. 3190ca9 Forward #pragma comment(lib/linker) through as flags metadata by Reid Kleckner · 11 years ago
  80. e756563 C++1y: Add a step limit to constexpr evaluation, to catch runaway loops. by Richard Smith · 11 years ago
  81. d9de51f When typo correction produces an overloaded result when looking up a member, by Nick Lewycky · 11 years ago
  82. 54eeac9 Prevent crashes from hasCanonicalType matcher by Edwin Vane · 11 years ago
  83. d71ec16 Config file support for clang-format, part 1. by Alexander Kornienko · 11 years ago
  84. b18840d Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the FileID. by Argyrios Kyrtzidis · 11 years ago
  85. 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
  86. 993f43f Grab-bag of bit-field fixes: by John McCall · 11 years ago
  87. 7adf79a Move PragmaCommentHandler to lib/Parse in preparation for calling Sema by Reid Kleckner · 11 years ago
  88. bdfdb1d Modify ASTReaderListener to allow visiting the input files of an AST file. by Argyrios Kyrtzidis · 11 years ago
  89. 1270673 Have the RecursiveASTVisitor traverse the type source info of an objc class message. by Argyrios Kyrtzidis · 11 years ago
  90. 00ffb80 [analyzer] Remove now-unused bindCompoundLiteral helper function. by Jordan Rose · 11 years ago
  91. 2624b81 Fix representation of compound literals for C++ objects with destructors. by Jordan Rose · 11 years ago
  92. b840921 by Ulrich Weigand · 11 years ago
  93. 6b20351 by Ulrich Weigand · 11 years ago
  94. fb59486 Added Mozilla style, cleaned get*Style methods. by Alexander Kornienko · 11 years ago
  95. 10f6f06 Require the containing type to be complete when we see __alignof__ of a field. by John McCall · 11 years ago
  96. 5528ac9 C++1y: support for increment and decrement in constant expression evaluation. by Richard Smith · 11 years ago
  97. d8ffd0b Make all 'is in extern "C"' tests use the lexical context. by Rafael Espindola · 11 years ago
  98. 287f24d ArrayRef'ize Sema::CheckObjCMethodCall by Dmitri Gribenko · 11 years ago
  99. 958ba64 ArrayRef'ization of some methods in SemaOverload. Patch by Robert Wilhelm! by Richard Smith · 11 years ago
  100. 5543169 Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None by Dmitri Gribenko · 11 years ago