1. 360355d revert r176531 due to clan-native-arm fails by Weiming Zhao · 11 years ago
  2. 3cdbbdc PR15390: If a function returns a pointer to a function, that function type by Richard Smith · 11 years ago
  3. eed55e6 After issuing a diagnostic for undefining or redefining a builtin macro, by Richard Smith · 11 years ago
  4. 46a2290 PR 11326: Lack diagnosic message when ABI conflicts on ARM by Weiming Zhao · 11 years ago
  5. eb8f69f fix a missing check in my last patch. // rdar://13094352 by Fariborz Jahanian · 11 years ago
  6. 99a7057 doc. parsing. Improve on diagnostics on my last patch. // rdar://13094352. by Fariborz Jahanian · 11 years ago
  7. 44f65a5 [libclang] When logging a CXTranslationUnit that came from an AST file, print out the filename. by Argyrios Kyrtzidis · 11 years ago
  8. bca9788 doc parsing. Add @method and @callback for by Fariborz Jahanian · 11 years ago
  9. 4b02dff Add quotation marks to template names in diagnostics. by David Blaikie · 11 years ago
  10. 41f3f3a Silence a number of static analyzer warnings with assertions and such. by Jordan Rose · 11 years ago
  11. 2a268f2 doc parsing. We want to issue a strong warning when by Fariborz Jahanian · 11 years ago
  12. 808383d Comment parsing: refactor handling of command markers in AST by Dmitri Gribenko · 11 years ago
  13. 1c1508b [PCH] In HeaderFileInfoTrait::EqualKey(), use FileManager::getFile() to compare two filenames, instead of llvm::sys::fs::equivalent(). by Argyrios Kyrtzidis · 11 years ago
  14. c932009 [comment parsing] source fidelity for tparam command too. // rdar://13066276 by Fariborz Jahanian · 11 years ago
  15. 66f6c24 comment parsing. Missed a case of referring by Fariborz Jahanian · 11 years ago
  16. aec89ac hasQualifer() matcher should return false if there's no qualifier by Edwin Vane · 11 years ago
  17. 48f9042 Centralize and refine the __unknown_anytype argument rules by John McCall · 11 years ago
  18. 5b9f5cc Default to enabling default-synthesized ivars on all platforms by David Chisnall · 11 years ago
  19. 65611bf Process #pragma weak only after we know the linkage of the function or variable by Rafael Espindola · 11 years ago
  20. cc5dbda [analyzer] Simple inline defensive checks suppression by Anna Zaks · 11 years ago
  21. 8536fa1 Some refactoring in my patch on document by Fariborz Jahanian · 11 years ago
  22. c98e913 comment parsing. Keep the original command format by Fariborz Jahanian · 11 years ago
  23. fc09336 Fix typos: [Dd]iagnosic -> [Dd]iagnostic by Stefanus Du Toit · 11 years ago
  24. b2381b1 Attempt to not place ownership qualifiers on the result type by John McCall · 11 years ago
  25. 8504b7b [PCH] Enhance InputFile to also include whether the file is out-of-date. by Argyrios Kyrtzidis · 11 years ago
  26. d1084f6 Fix warning text of my last patch. // rdar://13158394 by Fariborz Jahanian · 11 years ago
  27. ced0e65 objective-C: clang, following gcc, warns on by Fariborz Jahanian · 11 years ago
  28. 8ddfb0b Fix a problem where 'clang' is ambiguous in MSVC builds. by Manuel Klimek · 11 years ago
  29. ff9a010 First step towards adding a parent map to the ASTContext. by Manuel Klimek · 11 years ago
  30. a19dc41 [analyzer] Mark the root SVal class as isPodLike. by Jordan Rose · 11 years ago
  31. a2bb892 Don't cache the visibility of types. by Rafael Espindola · 11 years ago
  32. f127eb8 Rename methods to comply with the LLVM Coding Standards. by Rafael Espindola · 11 years ago
  33. 18895dc Change Type::getLinkageAndVisibility to return a LinkageInfo. by Rafael Espindola · 11 years ago
  34. 2beda12 Move LinkageInfo out of NamedDecl so that it can be used in Type.h. by Rafael Espindola · 11 years ago
  35. 10b4df7 Temporarily revert r176116 for compile-time performance regression. by Adrian Prantl · 11 years ago
  36. 664e860 comment parsing: Properties are considered like methods, and people by Fariborz Jahanian · 11 years ago
  37. 2564f81 Refine SourceManager's isBeforeInTranslationUnit() cache to have more entries. by Ted Kremenek · 11 years ago
  38. 9db0fe9 doxygen command. Add 'attention' command to list of similar by Fariborz Jahanian · 11 years ago
  39. 34b0adb Fix assertion failure when a field is given an address space. by Matt Arsenault · 11 years ago
  40. 58c7903 Ensure that DIType is regenerated after we visited an implementation that adds ivars to an interface. Fixes rdar://13175234 by Adrian Prantl · 11 years ago
  41. 85aee96 Unify clang/llvm attributes for asan/tsan/msan (Clang part) by Kostya Serebryany · 11 years ago
  42. 742d9e7 Various additions to ASTMatcher library: by Edwin Vane · 11 years ago
  43. 42f2309 [analyzer] Address Jordan's code review of r175857. by Anna Zaks · 11 years ago
  44. 3abf778 Adding hasDeclaration overload for TemplateSpecializationType by Edwin Vane · 11 years ago
  45. b45083d Support in hasDeclaration for types with getDecl() by Edwin Vane · 11 years ago
  46. 1b354b8 Reverting r176019. Corrupt patch. by Edwin Vane · 11 years ago
  47. 0b6f23a Support in hasDeclaration for types with getDecl() by Edwin Vane · 11 years ago
  48. f3197e9 Add matcher for AccessSpecDecls. by Daniel Jasper · 11 years ago
  49. 4e9c085 [analyzer] add the notion of an "interesting" lvalue expression for ExplodedNode pruning. by Ted Kremenek · 11 years ago
  50. 43b82b8 [analyzer] tracking stores/constraints now works for ObjC ivars or struct fields. by Ted Kremenek · 11 years ago
  51. 0dd15d7 Add "KnownSVal" to represent SVals that cannot be UnknownSVal. by Ted Kremenek · 11 years ago
  52. c515978 [preprocessor] Use MacroDirective in the preprocessor callbacks to make available the by Argyrios Kyrtzidis · 11 years ago
  53. 82a29af Add comments for the MacroDirective & MacroInfo classes. by Argyrios Kyrtzidis · 11 years ago
  54. f3f6231 Shrink SmallPtrSet. It gets swapped a lot which copies the whole small part. by Benjamin Kramer · 11 years ago
  55. b063ef0 Add streamed versions of getQualifiedNameAsString. by Benjamin Kramer · 11 years ago
  56. c4cca7b Remove data member MSAsmStmt::AsmLoc, wrongly hiding AsmStmt::AsmLoc. by Enea Zaffanella · 11 years ago
  57. 884f0a7 clang/AST/Decl.h: Add "raw_ostream.h" to appease msvc. by NAKAMURA Takumi · 11 years ago
  58. b078054 Remove the CFGElement "Invalid" state. by David Blaikie · 11 years ago
  59. 7728cdd Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 11 years ago
  60. ff971d7 Propagate the split dwarf file information through into the backend by Eric Christopher · 11 years ago
  61. f799ae1 objective-C arg: provide fixit support when by Fariborz Jahanian · 11 years ago
  62. 8019039 Split out the command handling for split debug info, we're going by Eric Christopher · 11 years ago
  63. 4c67aa9 Add support for coldcc to clang by Peter Collingbourne · 11 years ago
  64. 0b849d3 [preprocessing record] Have the MacroDefinitions map point to the MacroDefinition object instead by Argyrios Kyrtzidis · 11 years ago
  65. f512ace Replace some typically large vectors with SmallVector. by Benjamin Kramer · 11 years ago
  66. 684aa73 [Sema] Semantic analysis for empty-declaration and attribute-declaration. by Michael Han · 11 years ago
  67. 5eada84 Streamify getNameForDiagnostic and remove the string versions of PrintTemplateArgumentList. by Benjamin Kramer · 11 years ago
  68. 6ebf091 Comment parsing: add CommentOptions to allow specifying custom comment block commands by Dmitri Gribenko · 11 years ago
  69. f6565a9 Handle alignas(foo...) pack expansions. by Richard Smith · 11 years ago
  70. 671b321 Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of by Richard Smith · 11 years ago
  71. 8dadf15 [analyzer] Place all inlining policy checks into one palce by Anna Zaks · 11 years ago
  72. 9e738cc Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, by Richard Smith · 11 years ago
  73. 5e5440b [analyzer] Make sure a materialized temporary matches its bindings. by Jordan Rose · 11 years ago
  74. f0b1a0e objective-C arc: Diagnostic can not say to use bridge by Fariborz Jahanian · 11 years ago
  75. c908896 Removing has_getDecl (added in r175532). It cause a build break for MSVC, and was not yet being used in the codebase. If we start using std::enable_if, we can look into resurrecting the idea in a more portable fashion. by Aaron Ballman · 11 years ago
  76. 168c96d Grammar. by Eric Christopher · 11 years ago
  77. 3892d02 Ignore visibility from enclosing template arguments by John McCall · 11 years ago
  78. 3c16431 Fix copy/paste to refer to the relevant type (ProgramPoint instead of TypeLoc). by David Blaikie · 11 years ago
  79. b83a5d8 Fix typo 'with with' in diagnostic. by Richard Smith · 11 years ago
  80. 59320e7 Remove the SplitDebug action and replace with a set of commands by Eric Christopher · 11 years ago
  81. 7a95de6 Replace ProgramPoint llvm::cast support to be well-defined. by David Blaikie · 11 years ago
  82. 63631bd Teach serialized diagnostics about notes without locations. by Ted Kremenek · 11 years ago
  83. fdf6a27 Replace CFGElement llvm::cast support to be well-defined. by David Blaikie · 11 years ago
  84. 6aad4a3 Preprocessor: preserve whitespace in -traditional-cpp mode. by Jordan Rose · 11 years ago
  85. 649aa6a [driver] Add a dump method for ArgList. by Chad Rosier · 11 years ago
  86. 4d8fe83 Correct spelling of 'enumerator'. by David Blaikie · 11 years ago
  87. 0adb175 Avoid implicit conversions of Optional<T> to bool. by David Blaikie · 11 years ago
  88. 4411b42 [analyzer] Record whether a base object region represents a virtual base. by Jordan Rose · 11 years ago
  89. 66874fb Use None rather than Optional<T>() where possible. by David Blaikie · 11 years ago
  90. 65124fe Rename TypeLoc's isType to isKind by David Blaikie · 11 years ago
  91. e2e1fa2 Mark unimplemented function with LLVM_DELETED_FUNCTION by David Blaikie · 11 years ago
  92. 4640118 Doxycomment SVal's getAs/castAs. by David Blaikie · 11 years ago
  93. dc84cd5 Include llvm::Optional in clang/Basic/LLVM.h by David Blaikie · 11 years ago
  94. 3bc7b6b Rename SVal::isType functions to SVal::isKind by David Blaikie · 11 years ago
  95. 30f2a74 PR15311: Finish implementation of the suggested resolution of core issue 1488, by Richard Smith · 11 years ago
  96. 6b3d3e5 Process and handle attributes on conditions and for loop variables. Process and by Richard Smith · 11 years ago
  97. 5251abe Replace SVal llvm::cast support to be well-defined. by David Blaikie · 11 years ago
  98. d4c3d66 Add a new 'type_visibility' attribute to allow users to by John McCall · 11 years ago
  99. 9818a1d [preprocessor] Split the MacroInfo class into two separate concepts, MacroInfo class by Argyrios Kyrtzidis · 11 years ago
  100. 0532140 PR15300: Support C++11 attributes on base-specifiers. We don't support any such by Richard Smith · 11 years ago