1. 7f43fcf Adding more overloads for allOf matcher by Edwin Vane · 11 years ago
  2. 63a9514 Remove an assert which triggers when a decl context in a module hits the 'has by Richard Smith · 11 years ago
  3. 9dd74c5 Diagnose loads of 'half' l-values in OpenCL. Patch by Joey Gouly! by John McCall · 11 years ago
  4. 8896339 Don't bother reconciling external visible decls against our current set of by Richard Smith · 11 years ago
  5. 06b247f Do not use VariadicDynCastAllOfMatcher where VariadicAllOfMatcher works. by Manuel Klimek · 12 years ago
  6. b7b2565 objective-C: Fixes a bogus warning due to not setting by Fariborz Jahanian · 12 years ago
  7. a2f138a Remove unreachable statement by Dmitri Gribenko · 12 years ago
  8. 223f0ff Remove some stray uses of <ctype.h> functions. by Jordan Rose · 12 years ago
  9. a4475a6 QoI: -Wreadonly-iboutlet-property should have the warning's location on the property. by Ted Kremenek · 12 years ago
  10. 6bd9929 Ensure that type definitions present in just-loaded modules are visible. by Douglas Gregor · 12 years ago
  11. ed9c59f Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11). by Jordan Rose · 12 years ago
  12. adecec3 [analyzer] Move DefaultBool so that all checkers can share it. by Anna Zaks · 12 years ago
  13. 3f6f51e Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 12 years ago
  14. 9893902 Pull Lexer's CharInfo table out for general use throughout Clang. by Jordan Rose · 12 years ago
  15. ada7191 objective-C modern translator. Generate #line by Fariborz Jahanian · 12 years ago
  16. 1b58c74 Teach subframework header lookup to suggest modules <rdar://problem/13176200>. by Douglas Gregor · 12 years ago
  17. 233e26a [analyzer] Add pointer escape type param to checkPointerEscape callback by Anna Zaks · 12 years ago
  18. 953a61f Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency. by Douglas Gregor · 12 years ago
  19. 6959acd Enable overloading of OpenCL events - this is needed for the overloaded OpenCL builtin functions. by Guy Benyei · 12 years ago
  20. fa37c5c Implements equalsNode for Decl and Stmt. by Manuel Klimek · 12 years ago
  21. 21f18c4 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 12 years ago
  22. bbcd0f3 Fix handling of module imports adding names to a DeclContext after qualified by Richard Smith · 12 years ago
  23. 3646c68 Simplify FindExternalVisibleDeclsByName by making it return a bool indicating by Richard Smith · 12 years ago
  24. 2a06085 Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading modules. by Douglas Gregor · 12 years ago
  25. 8bf778e Detect when we end up trying to load conflicting module files. by Douglas Gregor · 12 years ago
  26. 415514d Cleanup of ASTMatcher macros and adding support for overloaded matchers. by Manuel Klimek · 12 years ago
  27. 1975c17 Accept and ignore the -fextended-identifiers option. by Jordan Rose · 12 years ago
  28. 8ff690a Optionally derive formatting information from the input file. by Daniel Jasper · 12 years ago
  29. cf87bff Adds a convenience function selectFirst to simplify matching. by Manuel Klimek · 12 years ago
  30. 5846720 Change subexpressions to be visited in the CFG from left-to-right. by Ted Kremenek · 12 years ago
  31. 087f407 [analyzer] Fix typo, better doxygen as per Jordan's feedback. by Anna Zaks · 12 years ago
  32. c706c8e Driver and option support for -gsplit-dwarf. This is a part of by Eric Christopher · 12 years ago
  33. afbcab8 PR15095: Use more correct source locations for the InitListExpr we fake up for by Richard Smith · 12 years ago
  34. a4dc51b Add some missing diagnostics for C++11 narrowing conversions. by Richard Smith · 12 years ago
  35. 152ea0e Implements the convenience matcher findAll. by Manuel Klimek · 12 years ago
  36. 7387673 Add an eachOf matcher. by Manuel Klimek · 12 years ago
  37. 0178673 Restructuring of token annotation for formatting. by Daniel Jasper · 12 years ago
  38. f8c1214 Remove unneeded const_casts by Dmitri Gribenko · 12 years ago
  39. b35cc2d Constify ASTContext::getObjContainingInterface by Dmitri Gribenko · 12 years ago
  40. 2a3fe34 Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind." by Jordan Rose · 12 years ago
  41. 3fa3fea PR15132: Replace "address expression must be an lvalue or a function by Richard Smith · 12 years ago
  42. 453cb85 [analyzer] Always inline functions with bodies generated by BodyFarm. by Anna Zaks · 12 years ago
  43. b7e5eec This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard by Nick Lewycky · 12 years ago
  44. 9484c1d Const'ify Preprocessor::getPredefinesFileID. by Argyrios Kyrtzidis · 12 years ago
  45. 54596b9 Unbreak Makefile build after r174216 by Dmitri Gribenko · 12 years ago
  46. af01bed Comment parsing: improve the fidelity of XML output for many block commands by Dmitri Gribenko · 12 years ago
  47. 5500fc1 Re-apply "[analyzer] Model trivial copy/move ctors with an aggregate bind." by Jordan Rose · 12 years ago
  48. 978aeac [analyzer] Reuse a LazyCompoundVal if its type matches the new region. by Jordan Rose · 12 years ago
  49. 3c6aaeb Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector instruction set by Hal Finkel · 12 years ago
  50. 75dbc71 [driver] Don't try to generate diagnostic information for dsymutil crashes. by Chad Rosier · 12 years ago
  51. d82e2c1 Fix comments: these are not trailing comments by Dmitri Gribenko · 12 years ago
  52. 8b136d8 [modules] Introduce ModuleFile::DirectImportLoc which is the source location by Argyrios Kyrtzidis · 12 years ago
  53. 5ebcb20 For ModuleLoader::makeModuleVisible() also pass the source location where the by Argyrios Kyrtzidis · 12 years ago
  54. 95d912c Introduce SourceManager::PredefinesFileID, to allow each checking of whether by Argyrios Kyrtzidis · 12 years ago
  55. 60969f5 Re-design the convenience interfaces on MatchFinder. by Manuel Klimek · 12 years ago
  56. ae54121 Use const visitors in ASTDumper. by Alexander Kornienko · 12 years ago
  57. 5f838aa Fix diagnostic for bad alignas use: it can't be applied to functions. by Richard Smith · 12 years ago
  58. cd0655b Add a new -Wundefined-inline warning for inline functions which are used but not by Nick Lewycky · 12 years ago
  59. be507b6 Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign. by Richard Smith · 12 years ago
  60. 199402b Enable -fno-altivec, -mno-altivec for PowerPC. by Bill Schmidt · 12 years ago
  61. a31f65b [Sema][Attr]Fix alignment attribute printing. by Michael Han · 12 years ago
  62. e1ebedf Comment parsing: add more comments to CommentCommands.td by Dmitri Gribenko · 12 years ago
  63. 17d15f3 Escape backslash in the comment. by Dmitri Gribenko · 12 years ago
  64. f843a58 [Comment parsing] Add support for recognizing by Fariborz Jahanian · 12 years ago
  65. 33e83b6 Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind." by Jordan Rose · 12 years ago
  66. c264e16 Add support for AArch64 target. by Tim Northover · 12 years ago
  67. 903ef04 Revert r174043 and tweak the comment wording so I'm (hopefully) not confused by it again! by Richard Smith · 12 years ago
  68. 8c84028 Added outer template parameter lists to friend type AST nodes. by Enea Zaffanella · 12 years ago
  69. 5917e22 Remove incorrect warning signs from QualType::getUnqualifiedType(). These by Richard Smith · 12 years ago
  70. 29805ca Improve 'failed template argument deduction' diagnostic for the case where we by Richard Smith · 12 years ago
  71. d1f09b4 Allow the computation of the base priority for a declaration code completion result to consider the completion context by Douglas Gregor · 12 years ago
  72. 0efa62f Replace "failed template argument deduction" diagnostic with something useful by Richard Smith · 12 years ago
  73. 995e26b Remove elements from Sema.UndefinedInternals as functions are defined. Also by Nick Lewycky · 12 years ago
  74. f270519 Clarify the diagnostic for -Wnested-anon-types. by Richard Smith · 12 years ago
  75. 7564bcc Add OpenCL error that a kernel function must have void return type. Includes a test case. by Tanya Lattner · 12 years ago
  76. ac3a3e7 [analyzer] Make shallow mode more shallow. by Anna Zaks · 12 years ago
  77. 6bbe144 [analyzer] Use analyzer config for max-inlinable-size option. by Anna Zaks · 12 years ago
  78. 86ff12c [analyzer] Move report false positive suppression to report visitors. by Anna Zaks · 12 years ago
  79. ce32890 [analyzer] Remove further references to analyzer-ipa. by Anna Zaks · 12 years ago
  80. baa7ca1 [analyzer] Model trivial copy/move ctors with an aggregate bind. by Jordan Rose · 12 years ago
  81. 19e448d Documentation: fix link to ExecuteAction(), which was previously typoed as by James Dennett · 12 years ago
  82. 5bd1e5b Comment parsing: resolve more named character references by Dmitri Gribenko · 12 years ago
  83. cb5620c Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support by Dmitri Gribenko · 12 years ago
  84. 7586a6e Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as by Richard Smith · 12 years ago
  85. e28f6ab Unresolved lookups can have using declarations that refer to by Douglas Gregor · 12 years ago
  86. 74c2498 Don't warn about Unicode characters in -E mode. by Jordan Rose · 12 years ago
  87. 1d87fba Provide a fixit for constexpr non-static data members. by David Blaikie · 12 years ago
  88. 59fd635 [Frontend] Remove HeaderSearchOptions::Entry::IsInternal, which is unused. by Daniel Dunbar · 12 years ago
  89. d09436c [Frontend] Remove actual ImplicitExternC member variable. by Daniel Dunbar · 12 years ago
  90. ef84554 [Frontend] Add an ExternCSystem include entry group. by Daniel Dunbar · 12 years ago
  91. 658a115 [Doc parsing] Patch to parse Doxygen-supported HTML character by Fariborz Jahanian · 12 years ago
  92. 78d85b1 [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping by Chad Rosier · 12 years ago
  93. a367e9d Move -Wstatic-float-init fixit into a note & don't recover as if constexpr by David Blaikie · 12 years ago
  94. 32d28ee Move the token annotator into separate files. by Daniel Jasper · 12 years ago
  95. a16355c [driver] Refactor the driver so that a failing commands doesn't prevent by Chad Rosier · 12 years ago
  96. f157960 Allow all parameters on next line for function calls in Chrome. by Daniel Jasper · 12 years ago
  97. 98f988d by Joey Gouly · 12 years ago
  98. a0109e2 Produce a diagnostic if alignas is applied to an expression. Neither C11 nor by Richard Smith · 12 years ago
  99. d03de6a Downgrade 'attribute ignored when parsing type' from error to warning, to match by Richard Smith · 12 years ago
  100. 4cd81c5 Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas. by Richard Smith · 12 years ago