1. 173a4cc Really fix the declaration of __clear_cache. by Rafael Espindola · 11 years ago
  2. 4537d6e Fix __clear_cache on ARM. by Rafael Espindola · 11 years ago
  3. f7f295f First revision of the dynamic ASTMatcher library. by Manuel Klimek · 11 years ago
  4. 028d59c AArch64: correct definition of __clear_cache by Tim Northover · 11 years ago
  5. 7e17fdc Fix a wrong and confusing comment in CharUnits.h. Neither C nor C++ allows by Richard Smith · 11 years ago
  6. 44135b8 Implements brace breaking styles. by Manuel Klimek · 11 years ago
  7. 7c9a93e Implements UseTab for clang-format. by Manuel Klimek · 11 years ago
  8. 07a64ec Implements IndentWidth. by Manuel Klimek · 11 years ago
  9. 6af701f OpenMP threadprivate with qualified names. by Alexey Bataev · 11 years ago
  10. 181e3ec Cleanup handling of UniqueExternalLinkage. by Rafael Espindola · 11 years ago
  11. 284b3cb C++1y: support for 'switch' statements in constexpr functions. This is somewhat by Richard Smith · 11 years ago
  12. 6bdc4c6 [Mips] Add -mldc1-sdc1 / -mno-ldc1-sdc1 command line options. by Simon Atanasyan · 11 years ago
  13. 9dadfab C++1y deduced return types: when we deduce a return type for a function which by Richard Smith · 11 years ago
  14. 30a16f1 [Modules] Make r180934 more efficient by only loading top-level module maps in system header directories. by Douglas Gregor · 11 years ago
  15. c147861 [Modules] When things go horribly wrong when reading a module, point at the module cache. by Douglas Gregor · 11 years ago
  16. 9cbcab8 Avoid patching storage class for block scope thread_local variables. by Enea Zaffanella · 11 years ago
  17. daaa468 ArrayRef'ize Sema::FindAllocationFunctions by Dmitri Gribenko · 11 years ago
  18. 8061322 ArrayRef'ize GenericSelectionExpr by Dmitri Gribenko · 11 years ago
  19. dd25631 Config file support for clang-format, part 2. by Alexander Kornienko · 11 years ago
  20. acf0271 Add caseStmt(), defaultStmt(), eachCase() and hasCaseConstant() matchers. by Peter Collingbourne · 11 years ago
  21. 15f92ba Add support for __wchar_t in -fms-extensions mode. by Hans Wennborg · 11 years ago
  22. 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
  23. 27365ee ArrayRef'ize ShuffleVectorExpr::setExprs by Dmitri Gribenko · 11 years ago
  24. 416c9b3 ArrayRef'ize Sema::CheckMessageArgumentTypes by Dmitri Gribenko · 11 years ago
  25. a7b7d0e ArrayRef'ize Sema::FindAllocationOverload by Dmitri Gribenko · 11 years ago
  26. ed09bfc Revert my r181563, breaks tests on buildbots by Dmitri Gribenko · 11 years ago
  27. a36bbac ArrayRef'ize Sema::ActOnMemInitializer by Dmitri Gribenko · 11 years ago
  28. 8e6b709 ArrayRef'ize Sema::FindAllocationOverload by Dmitri Gribenko · 11 years ago
  29. 7297a2e ArrayRef'ize Sema::BuildCallToObjectOfClassType by Dmitri Gribenko · 11 years ago
  30. 0a664b8 C++1y n3648: parse and reject init-captures for now. by Richard Smith · 11 years ago
  31. 65cd813 Documentation warning: \param, not \parm by Dmitri Gribenko · 11 years ago
  32. 9e00f12 ArrayRef'ize some SemaOverload methods by Dmitri Gribenko · 11 years ago
  33. 524387a CodeGen for CapturedStmts by Ben Langmuir · 11 years ago
  34. 32a6ebc Adding isConst() ASTMatcher for CXXMethodDecl nodes by Edwin Vane · 11 years ago
  35. bded6ea Put some diagnostics in DiagnosticCommonKinds.td in a category, mirroring what they are in other .td files. by Ted Kremenek · 11 years ago
  36. f9ba851 [PCH] Remove the ASTReaderListener::ReadHeaderFileInfo callback. by Argyrios Kyrtzidis · 11 years ago
  37. 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
  38. 5d2bb93 put noisy "unknown command tag name" warning by Fariborz Jahanian · 11 years ago
  39. ef907b6 All -Wdocumentation warnings are DefaultIgnore by Dmitri Gribenko · 11 years ago
  40. 0089bc4 documentation parsing. Patch to do typo correction for by Fariborz Jahanian · 11 years ago
  41. 3190ca9 Forward #pragma comment(lib/linker) through as flags metadata by Reid Kleckner · 11 years ago
  42. e756563 C++1y: Add a step limit to constexpr evaluation, to catch runaway loops. by Richard Smith · 11 years ago
  43. d9de51f When typo correction produces an overloaded result when looking up a member, by Nick Lewycky · 11 years ago
  44. 54eeac9 Prevent crashes from hasCanonicalType matcher by Edwin Vane · 11 years ago
  45. d71ec16 Config file support for clang-format, part 1. by Alexander Kornienko · 11 years ago
  46. b18840d Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the FileID. by Argyrios Kyrtzidis · 11 years ago
  47. 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
  48. 993f43f Grab-bag of bit-field fixes: by John McCall · 11 years ago
  49. 7adf79a Move PragmaCommentHandler to lib/Parse in preparation for calling Sema by Reid Kleckner · 11 years ago
  50. bdfdb1d Modify ASTReaderListener to allow visiting the input files of an AST file. by Argyrios Kyrtzidis · 11 years ago
  51. 1270673 Have the RecursiveASTVisitor traverse the type source info of an objc class message. by Argyrios Kyrtzidis · 11 years ago
  52. 00ffb80 [analyzer] Remove now-unused bindCompoundLiteral helper function. by Jordan Rose · 11 years ago
  53. 2624b81 Fix representation of compound literals for C++ objects with destructors. by Jordan Rose · 11 years ago
  54. b840921 by Ulrich Weigand · 11 years ago
  55. 6b20351 by Ulrich Weigand · 11 years ago
  56. fb59486 Added Mozilla style, cleaned get*Style methods. by Alexander Kornienko · 11 years ago
  57. 10f6f06 Require the containing type to be complete when we see __alignof__ of a field. by John McCall · 11 years ago
  58. 5528ac9 C++1y: support for increment and decrement in constant expression evaluation. by Richard Smith · 11 years ago
  59. d8ffd0b Make all 'is in extern "C"' tests use the lexical context. by Rafael Espindola · 11 years ago
  60. 287f24d ArrayRef'ize Sema::CheckObjCMethodCall by Dmitri Gribenko · 11 years ago
  61. 958ba64 ArrayRef'ization of some methods in SemaOverload. Patch by Robert Wilhelm! by Richard Smith · 11 years ago
  62. 5543169 Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None by Dmitri Gribenko · 11 years ago
  63. f973424 Reverting r181004 since it has broken test/Sema/wchar.c. by Aaron Ballman · 11 years ago
  64. dc17384 In VarDecl nodes, store the thread storage class specifier as written. by Enea Zaffanella · 11 years ago
  65. ff920ee AArch64: teach Clang about __clear_cache intrinsic by Tim Northover · 11 years ago
  66. 60e141e Implement most of N3638 (return type deduction for normal functions). by Richard Smith · 11 years ago
  67. ffd015e Say 'decltype(auto)' not 'auto' as appropriate in mismatched-deduction diagnostic. by Richard Smith · 11 years ago
  68. 9fd6b8f Implement template support for CapturedStmt by Wei Pan · 11 years ago
  69. cd904e8 Added a function to check whether a Decl is in by Sean Callanan · 11 years ago
  70. 14f78f4 Separate out and special-case the diagnostic for 'auto' in a by Richard Smith · 11 years ago
  71. 15676be [analyzer;alternate edges] start experimenting with control flow "barriers" to prevent an edge being optimized away. by Ted Kremenek · 11 years ago
  72. bb521b8 [analyzer; alternate edges] prune edges whose end/begin locations have the same statement parents. by Ted Kremenek · 11 years ago
  73. efa78d1 [doc parsing]: Make warning about unknown command by Fariborz Jahanian · 11 years ago
  74. c95d413 ArrayRef'ize MultiLevelTemplateArgumentList::ArgList. Patch by Faisal Vali! by Richard Smith · 11 years ago
  75. d99990d Revert r177218. by Argyrios Kyrtzidis · 11 years ago
  76. ad6fd9f [Doc parsing] Provide diagnostics for unknown documentation by Fariborz Jahanian · 11 years ago
  77. cc2b653 Remove DiagnosticConsumer::clone(), a bad idea that is now unused. by Douglas Gregor · 11 years ago
  78. a4a90ca When building a module, forward diagnostics to the outer diagnostic consumer. by Douglas Gregor · 11 years ago
  79. dd08a0c [Preprocessor] For the MacroExpands preprocessor callback, also pass the MacroArgs object that provides information about by Argyrios Kyrtzidis · 11 years ago
  80. 2f72900 Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consistency with ObjCInterfaceDecl::getSuperClassLoc() by Argyrios Kyrtzidis · 11 years ago
  81. dc5be4f Serialization for captured statements by Ben Langmuir · 11 years ago
  82. 0f2fc5f PR15906: The body of a lambda is not an evaluated subexpression; don't visit it when visiting such subexpressions. by Richard Smith · 11 years ago
  83. 8c045ac Move CapturedStmt parameters to CapturedDecl by Ben Langmuir · 11 years ago
  84. af28365 [analyzer] Start hacking up alternate control-flow edge generation. WIP. Not guaranteed to do anything useful yet. by Ted Kremenek · 11 years ago
  85. 634c563 Keep track of an @implementation's super class name location, if one was provided. by Argyrios Kyrtzidis · 11 years ago
  86. 1f78a50 ArrayRef'ize InitializationSequence constructor and InitializationSequence::Diagnose() by Dmitri Gribenko · 11 years ago
  87. 8eead16 Add const qualifier to Sema::getTypeName's parameter `II` by Dmitri Gribenko · 11 years ago
  88. 6f464bb Support __wchar_t in -fms-extensions and -fms-compatibility modes. by Hans Wennborg · 11 years ago
  89. f5ebf9b Correctly emit certain implicit references to 'self' even within a lambda. by John McCall · 11 years ago
  90. d306a53 Re-apply 180974 with the build error fixed. This was the result by Ted Kremenek · 11 years ago
  91. ae8c505 Revert "Change LocationContextMap to be a temporary instead of shared variable in BugReporter." by Rafael Espindola · 11 years ago
  92. aeeacf7 Move parsing of identifiers in MS-style inline assembly into by John McCall · 11 years ago
  93. c70fac3 Change LocationContextMap to be a temporary instead of shared variable in BugReporter. by Ted Kremenek · 11 years ago
  94. 92eb7d8 Use attribute argument information to determine when to parse attribute arguments as expressions. by Douglas Gregor · 11 years ago
  95. fa5f030 Revert r180970; it's causing breakage. by Douglas Gregor · 11 years ago
  96. 3796d15 Use attribute argument information to determine when to parse attribute arguments as expressions. by Douglas Gregor · 11 years ago
  97. 4b75085 [analyzer] Don't try to evaluate MaterializeTemporaryExpr as a constant. by Jordan Rose · 11 years ago
  98. e2b1246 [analyzer] Consolidate constant evaluation logic in SValBuilder. by Jordan Rose · 11 years ago
  99. a3ae52b [documenting declaration]: Remove arc liftime qualifiers by Fariborz Jahanian · 11 years ago
  100. db1519a [ObjC declaration documentation] declaration of by Fariborz Jahanian · 11 years ago