1. b77cab9 Clarify the context in which an Objective-C type name is being parsed by Douglas Gregor · 13 years ago
  2. f525160 Teach libclang's token-annotation logic about context-sensitive by Douglas Gregor · 13 years ago
  3. a2026c9 Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source range for declarations using postfix types. by Abramo Bagnara · 13 years ago
  4. acba90f Fixed NamespaceDecl source range. by Abramo Bagnara · 13 years ago
  5. f2cf562 Fixed bitfields source range. by Abramo Bagnara · 13 years ago
  6. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 13 years ago
  7. 834e3f6 Fix my earlier commit to work with escaped newlines and leave breadcrumbs by John McCall · 13 years ago
  8. 2792fa5 objc_gc wants a pointer type, not a function type; give it a more appropriate by John McCall · 13 years ago
  9. 30900da Add an API call to retrieve the spelling data of a token from its SourceLocation. by John McCall · 13 years ago
  10. db93fde Detect attempts to provide a specialization of a function within a by Douglas Gregor · 13 years ago
  11. d52e8b8 Change diagnostic message from "Extension" to "ExtWarn" to find more problems with missing semicolons. by Carl Norum · 13 years ago
  12. d97cec3 g++ is more permissive regarding flexible arrays. by Argyrios Kyrtzidis · 13 years ago
  13. cc20945 Support explicit template specialization and instantiation for members by Douglas Gregor · 13 years ago
  14. c2f3e7f The conditional needs to be pushed before the branch. Make the test less by John McCall · 13 years ago
  15. d47aad9 Add a non-static FixupRelativePath to FileManager. by Anders Carlsson · 13 years ago
  16. 65f7165 Redo part of r127137: by Joerg Sonnenberger · 13 years ago
  17. e6ec11a Remove the AST printer (-ast-print-xml), which is too incomplete and by Douglas Gregor · 13 years ago
  18. 9ade4ae If called as *cpp or *cpp-[^-]*, run only the preprocessor. If no by Joerg Sonnenberger · 13 years ago
  19. af036a6 Convert FileManager::FixupRelativePath over to using PathV2. by Anders Carlsson · 13 years ago
  20. eff1dbe We may fail to map a declaration in a template to its instantiated by Douglas Gregor · 13 years ago
  21. 841b238 Rename the type argument for the iboutletcollection attribute to not by Douglas Gregor · 13 years ago
  22. c850578 Write CXX base specifier offsets for chained ASTs. by Anders Carlsson · 13 years ago
  23. ec356c3 xpose HeaderSearch::SearchDirs to tools,s, from Paul Holden by Douglas Gregor · 13 years ago
  24. a868c37 Completed source ranges fixes for all classes inheriting from TypeDecl. by Abramo Bagnara · 13 years ago
  25. 344577e Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 13 years ago
  26. 8b5b409 Reinstate r127112, "Propagate new-style exception spec information to ExtProtoInfo.", this time with the missing header. by Sebastian Redl · 13 years ago
  27. 708a866 Revert r127112, "Propagate new-style exception spec information to ExtProtoInfo." by NAKAMURA Takumi · 13 years ago
  28. 06bfa84 Propagate new-style exception spec information to ExtProtoInfo. by Sebastian Redl · 13 years ago
  29. 6e5d319 Propagate new-style exception spec information to Declarator. by Sebastian Redl · 13 years ago
  30. 6784304 Fixed LabelDecl source range and cleaned creation code. by Abramo Bagnara · 13 years ago
  31. c494f77 When determining template instantiation arguments within a function by Douglas Gregor · 13 years ago
  32. 7acafd0 Parser support for noexcept specifications. by Sebastian Redl · 13 years ago
  33. b6ab6c1 Improved MemberPointerType source locations. by Abramo Bagnara · 13 years ago
  34. b1c8649 Currently we can only remap a file by creating a MemoryBuffer and replacing the file contents with it. by Argyrios Kyrtzidis · 13 years ago
  35. 15727dd Introduce OwnsRemappedFileBuffers field in ASTUnit, indicating whether the ASTUnit should delete the remapped buffers. by Argyrios Kyrtzidis · 13 years ago
  36. 4e43259 Give warnings about static initializers of non-integral type their own warning by Nick Lewycky · 13 years ago
  37. cb710a4 Diagnose destructor templates. Fixes PR7904. by Douglas Gregor · 13 years ago
  38. 7ec1873 When clearing a LookupResult structure, clear out the naming class, by Douglas Gregor · 13 years ago
  39. 6cd9d4a Teach Sema::ActOnCXXNestedNameSpecifier and Sema::CheckTemplateIdType by Douglas Gregor · 13 years ago
  40. 9a299e0 Make sure to put template parameters into their owning template's by Douglas Gregor · 13 years ago
  41. 4a85a73 Fixed source range for ClassTemplateSpecializationDecl. by Abramo Bagnara · 13 years ago
  42. 77d4ee2 Improved TemplateTypeParmDecl end location. by Abramo Bagnara · 13 years ago
  43. 8fbb762 Fixed end location of FriendDecl. by Abramo Bagnara · 13 years ago
  44. 203548b Fixed source range for LabelDecl. by Abramo Bagnara · 13 years ago
  45. 55a9637 Removed left brace location from LinkageSpecDecl. by Abramo Bagnara · 13 years ago
  46. 5f6bcbe Fixed end source location for LinkageSpecDecl. by Abramo Bagnara · 13 years ago
  47. 21e006e Fixed source range for FileScopeAsmDecl. Others source range fixes will follow. by Abramo Bagnara · 13 years ago
  48. 6771423 When we use the default template arguments of a template template by Douglas Gregor · 13 years ago
  49. c5aff44 Teach CFGImplicitDtor::getDestructorDecl() about arrays of objects with destructors. by Ted Kremenek · 13 years ago
  50. 0a9beb5 Force CaseStmt to store its child statements in source-code order, by Douglas Gregor · 13 years ago
  51. 9c6082f Revert "Add CC_Win64ThisCall and set it in the necessary places." by Tilmann Scheller · 13 years ago
  52. 75e8504 Fix the source range for a member access expression that includes a by Douglas Gregor · 13 years ago
  53. c9f8f5a Introduce CFGImplicitDtor::isNoReturn() to query whether a destructor actually returns. Use this for -Wreturn-type to prune false positives reported in PR 6884. by Ted Kremenek · 13 years ago
  54. 88d117c Add CC_Win64ThisCall and set it in the necessary places. by Tilmann Scheller · 13 years ago
  55. 9151c11 Kill off TreeTransform::TransformNestedNameSpecifier() in favor of the by Douglas Gregor · 13 years ago
  56. 1d752d7 Kill off the TreeTransform::TransformTemplateName overload that has by Douglas Gregor · 13 years ago
  57. f1fe375 Fix a thinko found by Craig Silverstein by Douglas Gregor · 13 years ago
  58. b6744ef Push nested-name-specifier source location information into template by Douglas Gregor · 13 years ago
  59. 46bb4f1 Eliminate some unused getQualifierRange() member functions. We deal in nested-name-specifier locations now. by Douglas Gregor · 13 years ago
  60. bdc49d3 Pretty up the wrong-number-of-arguments-for-attribute diagnostic by by John McCall · 13 years ago
  61. d5313b0 Provide an attribute, objc_method_family, to allow the inferred family by John McCall · 13 years ago
  62. 0ae927b Split out a subgroup of -Wconversion called -Wsign-conversion. Note that by John McCall · 13 years ago
  63. eca5d22 Support a new InheritableAttr subclass, InheritableParamAttr, which is by John McCall · 13 years ago
  64. 406f98f When we're substituting into a parameter-type-list nested inside the pattern by Douglas Gregor · 13 years ago
  65. 85f3d76 Move some of the logic about classifying Objective-C methods into by John McCall · 13 years ago
  66. 059101f Push nested-name-specifier source-location information into dependent by Douglas Gregor · 13 years ago
  67. 94fdffa Push nested-name-specifier source-location information into dependent by Douglas Gregor · 13 years ago
  68. bbe8e3e Driver/Darwin: Be bug compatible with GCC and ignore -pg on ARM. by Daniel Dunbar · 13 years ago
  69. 3aea4da For C++, enhance -Warray-bounds to recursively analyze array subscript accesses in ?: expressions. by Ted Kremenek · 13 years ago
  70. 9e87687 Reinstate the introduction of source-location information for by Douglas Gregor · 13 years ago
  71. cfe9af2 Implement -mrtd which sets the StdCall calling convention to be the default one. by Roman Divacky · 13 years ago
  72. 2786864 Revert r126748, my second attempt at nested-name-specifier source by Douglas Gregor · 13 years ago
  73. be38c5f Reinstate r126737, extending the generation of type-source location by Douglas Gregor · 13 years ago
  74. 44cd9f9 Revert r126737, the most recent nested-name-specifier location change, for buildbot breakage. by Douglas Gregor · 13 years ago
  75. 3c0349e In preparation for fixing PR 6884, rework CFGElement to have getAs<> return pointers instead of fresh CFGElements. by Ted Kremenek · 13 years ago
  76. 239cbb0 Push nested-name-specifier source location information into elaborated by Douglas Gregor · 13 years ago
  77. 25a792b [analyzer] Remove SVal::getAsVarDecl() and reason about MemRegions, not Decls. Suggestion by Ted! by Argyrios Kyrtzidis · 13 years ago
  78. 2494dd0 Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  79. ec8605f [analyzer] Rename CheckerV2 -> Checker. by Argyrios Kyrtzidis · 13 years ago
  80. d26a475 [analyzer] Remove Checker V1. by Argyrios Kyrtzidis · 13 years ago
  81. eb48bd1 [analyzer] Remove checker V1 registration and running from ExprEngine. by Argyrios Kyrtzidis · 13 years ago
  82. 9f8862a Improves the coding style in SValBuilder. This patch: by Zhanyong Wan · 13 years ago
  83. 2cb4222 -fwrapv should turn off the inbounds markers from geps used for pointer by Chris Lattner · 13 years ago
  84. 5f791bb Refactor the construction of nested-name-specifiers with by Douglas Gregor · 13 years ago
  85. e29425b Teach Sema::CheckTypenameType to use nested-name-specifiers with by Douglas Gregor · 13 years ago
  86. 40d96a6 Push nested-name-specifier location information into DeclRefExpr and by Douglas Gregor · 13 years ago
  87. 4c9be89 Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  88. c4d2c90 [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award. by Argyrios Kyrtzidis · 13 years ago
  89. d655ab2 [analyzer] Run the ExprEngine depending on the CheckerManager having path-sensitive checkers. by Argyrios Kyrtzidis · 13 years ago
  90. 344500e [analyzer] The current UninitializedValuesChecker will go away, remove '-warn-uninit-values'. by Argyrios Kyrtzidis · 13 years ago
  91. a07992b Remove redundant friend declaration by Douglas Gregor · 13 years ago
  92. 7c3179c Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  93. b3d74da [analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  94. deb6447 [analyzer] Introduce "event" mechanism in CheckerManager. by Argyrios Kyrtzidis · 13 years ago
  95. c304d90 From Vassil Vassilev: by Axel Naumann · 13 years ago
  96. 8402155 Rename tok::eom to tok::eod. by Peter Collingbourne · 13 years ago
  97. 15348ae Add a -fcxx-exceptions flag to the frontend, which can be used to enable by Anders Carlsson · 13 years ago
  98. d3bf3c0 [analyzer] Introduce SVal::getAsVarDecl(). by Argyrios Kyrtzidis · 13 years ago
  99. cc05d51 [analyzer] Migrate UndefBranchChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  100. 0535701 [analyzer] Migrate ArrayBoundCheckerV2 to CheckerV2. by Argyrios Kyrtzidis · 13 years ago