1. 63631bd Teach serialized diagnostics about notes without locations. by Ted Kremenek · 12 years ago
  2. fdf6a27 Replace CFGElement llvm::cast support to be well-defined. by David Blaikie · 12 years ago
  3. 6aad4a3 Preprocessor: preserve whitespace in -traditional-cpp mode. by Jordan Rose · 12 years ago
  4. 649aa6a [driver] Add a dump method for ArgList. by Chad Rosier · 12 years ago
  5. 4d8fe83 Correct spelling of 'enumerator'. by David Blaikie · 12 years ago
  6. 0adb175 Avoid implicit conversions of Optional<T> to bool. by David Blaikie · 12 years ago
  7. 4411b42 [analyzer] Record whether a base object region represents a virtual base. by Jordan Rose · 12 years ago
  8. 66874fb Use None rather than Optional<T>() where possible. by David Blaikie · 12 years ago
  9. 65124fe Rename TypeLoc's isType to isKind by David Blaikie · 12 years ago
  10. e2e1fa2 Mark unimplemented function with LLVM_DELETED_FUNCTION by David Blaikie · 12 years ago
  11. 4640118 Doxycomment SVal's getAs/castAs. by David Blaikie · 12 years ago
  12. dc84cd5 Include llvm::Optional in clang/Basic/LLVM.h by David Blaikie · 12 years ago
  13. 3bc7b6b Rename SVal::isType functions to SVal::isKind by David Blaikie · 12 years ago
  14. 30f2a74 PR15311: Finish implementation of the suggested resolution of core issue 1488, by Richard Smith · 12 years ago
  15. 6b3d3e5 Process and handle attributes on conditions and for loop variables. Process and by Richard Smith · 12 years ago
  16. 5251abe Replace SVal llvm::cast support to be well-defined. by David Blaikie · 12 years ago
  17. d4c3d66 Add a new 'type_visibility' attribute to allow users to by John McCall · 12 years ago
  18. 9818a1d [preprocessor] Split the MacroInfo class into two separate concepts, MacroInfo class by Argyrios Kyrtzidis · 12 years ago
  19. 0532140 PR15300: Support C++11 attributes on base-specifiers. We don't support any such by Richard Smith · 12 years ago
  20. 0be5e56 [modules] Const'ify some functions of ModuleMap. by Argyrios Kyrtzidis · 12 years ago
  21. 21a0004 [modules] Refactor code from ASTReader::makeModuleVisible() into a new function, by Argyrios Kyrtzidis · 12 years ago
  22. 5238060 Support in hasDeclaration for types with getDecl() by Edwin Vane · 12 years ago
  23. a880b19 Add support for -fvisibility-ms-compat. by John McCall · 12 years ago
  24. 9ef9b85 Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments. by David Blaikie · 12 years ago
  25. 39e6ab4 Replace TypeLoc llvm::cast support to be well-defined. by David Blaikie · 12 years ago
  26. 5be093c Clean up last use of dyn_cast on TypeLoc in ASTMatchers by David Blaikie · 12 years ago
  27. 91d243b Add include guards for CommentVisitor.h by Argyrios Kyrtzidis · 12 years ago
  28. aa94590 Ensure that the identifier chains have the most recent declaration after module deserialization. by Douglas Gregor · 12 years ago
  29. 6c31f7c Documentation: use \brief and don't duplicate the name of the declared entity by James Dennett · 12 years ago
  30. 49d7111 Documentation cleanup: fix a typo ("////" for "///") and suppress Doxygen's by James Dennett · 12 years ago
  31. 959dc84 Use trailing documentation comments properly by Dmitri Gribenko · 12 years ago
  32. c34464e Documentation cleanup: make a \brief be brief, and fix a bad use of \see. by James Dennett · 12 years ago
  33. 1216015 Documentation cleanup: use \brief, and don't repeat the identifier being by James Dennett · 12 years ago
  34. 12e0c13 libAnalysis: Add a case for TypeAliasDecl in CFGRecStmtDeclVisitor. by Jordan Rose · 12 years ago
  35. 0076ea6 Remove unused forward declarations by Dmitri Gribenko · 12 years ago
  36. 7640b02 [PCH] Deserializing the DeclContext of a template parameter is not safe by Argyrios Kyrtzidis · 12 years ago
  37. 8f2fcd3 Remove unused forward declarations by Dmitri Gribenko · 12 years ago
  38. 5a758de Rework the visibility computation algorithm in preparation by John McCall · 12 years ago
  39. ae03d8e libclang: add clang_getTypeSpelling(CXType CT) by Dmitri Gribenko · 12 years ago
  40. 17c1a2e objective-C: Fixes a compiler crash when encoding by Fariborz Jahanian · 12 years ago
  41. 820b23d When a statement is dropped from the AST because it was invalid, make sure by Argyrios Kyrtzidis · 12 years ago
  42. bc40386 Re-apply "[analyzer] Model trivial copy/move ctors with an aggregate bind." by Jordan Rose · 12 years ago
  43. cfaed8d objective-C: synthesize properties in order of their by Fariborz Jahanian · 12 years ago
  44. 2620229 objective-C: When implementing custom accessor method for by Fariborz Jahanian · 12 years ago
  45. 68a932d Remove a const_cast by propagating constness to called functions by Dmitri Gribenko · 12 years ago
  46. e252a89 Remove const_casts by making spec_begin()/spec_end() const by Dmitri Gribenko · 12 years ago
  47. e1092df Pass the target options through to code generation. by Bill Wendling · 12 years ago
  48. d2fdd42 merge hasCLanguageLinkage and isExternC. Keep the shorter name. by Rafael Espindola · 12 years ago
  49. 950fee2 Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix by Rafael Espindola · 12 years ago
  50. a03ab10 Allow breaking after the return type in function declarations. by Daniel Jasper · 12 years ago
  51. 7f43fcf Adding more overloads for allOf matcher by Edwin Vane · 12 years ago
  52. 63a9514 Remove an assert which triggers when a decl context in a module hits the 'has by Richard Smith · 12 years ago
  53. 9dd74c5 Diagnose loads of 'half' l-values in OpenCL. Patch by Joey Gouly! by John McCall · 12 years ago
  54. 8896339 Don't bother reconciling external visible decls against our current set of by Richard Smith · 12 years ago
  55. 06b247f Do not use VariadicDynCastAllOfMatcher where VariadicAllOfMatcher works. by Manuel Klimek · 12 years ago
  56. b7b2565 objective-C: Fixes a bogus warning due to not setting by Fariborz Jahanian · 12 years ago
  57. a2f138a Remove unreachable statement by Dmitri Gribenko · 12 years ago
  58. 223f0ff Remove some stray uses of <ctype.h> functions. by Jordan Rose · 12 years ago
  59. a4475a6 QoI: -Wreadonly-iboutlet-property should have the warning's location on the property. by Ted Kremenek · 12 years ago
  60. 6bd9929 Ensure that type definitions present in just-loaded modules are visible. by Douglas Gregor · 12 years ago
  61. ed9c59f Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11). by Jordan Rose · 12 years ago
  62. adecec3 [analyzer] Move DefaultBool so that all checkers can share it. by Anna Zaks · 12 years ago
  63. 3f6f51e Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 12 years ago
  64. 9893902 Pull Lexer's CharInfo table out for general use throughout Clang. by Jordan Rose · 12 years ago
  65. ada7191 objective-C modern translator. Generate #line by Fariborz Jahanian · 12 years ago
  66. 1b58c74 Teach subframework header lookup to suggest modules <rdar://problem/13176200>. by Douglas Gregor · 12 years ago
  67. 233e26a [analyzer] Add pointer escape type param to checkPointerEscape callback by Anna Zaks · 12 years ago
  68. 953a61f Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency. by Douglas Gregor · 12 years ago
  69. 6959acd Enable overloading of OpenCL events - this is needed for the overloaded OpenCL builtin functions. by Guy Benyei · 12 years ago
  70. fa37c5c Implements equalsNode for Decl and Stmt. by Manuel Klimek · 12 years ago
  71. 21f18c4 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 12 years ago
  72. bbcd0f3 Fix handling of module imports adding names to a DeclContext after qualified by Richard Smith · 12 years ago
  73. 3646c68 Simplify FindExternalVisibleDeclsByName by making it return a bool indicating by Richard Smith · 12 years ago
  74. 2a06085 Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading modules. by Douglas Gregor · 12 years ago
  75. 8bf778e Detect when we end up trying to load conflicting module files. by Douglas Gregor · 12 years ago
  76. 415514d Cleanup of ASTMatcher macros and adding support for overloaded matchers. by Manuel Klimek · 12 years ago
  77. 1975c17 Accept and ignore the -fextended-identifiers option. by Jordan Rose · 12 years ago
  78. 8ff690a Optionally derive formatting information from the input file. by Daniel Jasper · 12 years ago
  79. cf87bff Adds a convenience function selectFirst to simplify matching. by Manuel Klimek · 12 years ago
  80. 5846720 Change subexpressions to be visited in the CFG from left-to-right. by Ted Kremenek · 12 years ago
  81. 087f407 [analyzer] Fix typo, better doxygen as per Jordan's feedback. by Anna Zaks · 12 years ago
  82. c706c8e Driver and option support for -gsplit-dwarf. This is a part of by Eric Christopher · 12 years ago
  83. afbcab8 PR15095: Use more correct source locations for the InitListExpr we fake up for by Richard Smith · 12 years ago
  84. a4dc51b Add some missing diagnostics for C++11 narrowing conversions. by Richard Smith · 12 years ago
  85. 152ea0e Implements the convenience matcher findAll. by Manuel Klimek · 12 years ago
  86. 7387673 Add an eachOf matcher. by Manuel Klimek · 12 years ago
  87. 0178673 Restructuring of token annotation for formatting. by Daniel Jasper · 12 years ago
  88. f8c1214 Remove unneeded const_casts by Dmitri Gribenko · 12 years ago
  89. b35cc2d Constify ASTContext::getObjContainingInterface by Dmitri Gribenko · 12 years ago
  90. 2a3fe34 Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind." by Jordan Rose · 12 years ago
  91. 3fa3fea PR15132: Replace "address expression must be an lvalue or a function by Richard Smith · 12 years ago
  92. 453cb85 [analyzer] Always inline functions with bodies generated by BodyFarm. by Anna Zaks · 12 years ago
  93. b7e5eec This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard by Nick Lewycky · 12 years ago
  94. 9484c1d Const'ify Preprocessor::getPredefinesFileID. by Argyrios Kyrtzidis · 12 years ago
  95. 54596b9 Unbreak Makefile build after r174216 by Dmitri Gribenko · 12 years ago
  96. af01bed Comment parsing: improve the fidelity of XML output for many block commands by Dmitri Gribenko · 12 years ago
  97. 5500fc1 Re-apply "[analyzer] Model trivial copy/move ctors with an aggregate bind." by Jordan Rose · 12 years ago
  98. 978aeac [analyzer] Reuse a LazyCompoundVal if its type matches the new region. by Jordan Rose · 12 years ago
  99. 3c6aaeb Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector instruction set by Hal Finkel · 12 years ago
  100. 75dbc71 [driver] Don't try to generate diagnostic information for dsymutil crashes. by Chad Rosier · 12 years ago