1. 8a5a9aa Updated GNU runtime non-fragile ABI. by David Chisnall · 15 years ago
  2. 2d4d629 Implement source/line/column hooks. by Steve Naroff · 15 years ago
  3. 89922f8 More fleshing out the C-based indexing API (under construction). by Steve Naroff · 15 years ago
  4. 639bfc7 Improve missing error messages as suggested by Doug. by Anders Carlsson · 15 years ago
  5. f4d84b6 Improve diagnostics for missing members. This renames the err_typecheck_no_member to err_typecheck_no_member_deprecated. The idea is that err_typecheck_no_member_deprecated should be phased out and any call sites that reference it should call DiagnoseMissingMember instead. by Anders Carlsson · 15 years ago
  6. 19a97e2 Fix TypeLoc::operator bool(). by Argyrios Kyrtzidis · 15 years ago
  7. 595adc1 Set the access specifier for using decls. by Anders Carlsson · 15 years ago
  8. 0d8df78 Improve instantiation of UnresolvedUsingDecls. by Anders Carlsson · 15 years ago
  9. d933a01 Get rid of mostly-unused, buggy method. by Eli Friedman · 15 years ago
  10. 52a575a Fix the breakage by handling indirect instantiations. This would be much by John McCall · 15 years ago
  11. 8c57a66 Store the SourceLocation of right parentheses in member initializers. Patch by Anders Johnsen! by Anders Carlsson · 15 years ago
  12. 7fe5d72 path to ir-gen 12.3.1 Conversion by constructor by Fariborz Jahanian · 15 years ago
  13. faccd72 Fix this for real. by Anders Carlsson · 15 years ago
  14. 5039819 Lot's of little changes to get the C-based indexing API going... by Steve Naroff · 15 years ago
  15. 0dde18e Instantiate unresolved using declarations. by Anders Carlsson · 15 years ago
  16. 7e8f818 Add CX prefix to Cursor and move a comment. by Steve Naroff · 15 years ago
  17. 02cace7 Omnibus friend decl refactoring. Instead of cloning AST classes for friend by John McCall · 15 years ago
  18. 550b14b Create UnresolvedUsingDecls. by Anders Carlsson · 15 years ago
  19. 665b49c Check in UnresolvedUsingDecl. by Anders Carlsson · 15 years ago
  20. abd46e1 Use SymbolicRegion instead of CodeTextRegion for symbolic function by Ted Kremenek · 15 years ago
  21. 73b39cf More work on using declarations. by Anders Carlsson · 15 years ago
  22. cf9f921 Many improvements to using declarations. by Anders Carlsson · 15 years ago
  23. dd46ade Accept and ignore a few more -Wflags. by Chris Lattner · 15 years ago
  24. 8a5ae24 When looking for overloaded member operators, make sure to instantiate by Douglas Gregor · 15 years ago
  25. 8e02934 Rename 'bindExpr' to 'BindExpr'. by Ted Kremenek · 15 years ago
  26. 6d2c657 Move the AnalysisContext* from GRState to Environment. by Ted Kremenek · 15 years ago
  27. 51ac7d4 Add __builtin_memchr (used by GNU libstdc++). by Eli Friedman · 15 years ago
  28. 600866c Fill in Index.h header file and add stubs to implementation file. by Steve Naroff · 15 years ago
  29. cbdebdd PR4800: Implement -Wpointer-arith. I think this is the correct behavior by Eli Friedman · 15 years ago
  30. d60e105 Implement instantiation of the declarations of member function by Douglas Gregor · 15 years ago
  31. 1d8bdd3 Remove unused utility methods of GRStmtNodeBuilder. by Zhongxing Xu · 15 years ago
  32. 99330ca Remove unused utility methods of GRStmtNodeBuilder. by Zhongxing Xu · 15 years ago
  33. cf78271 restore indentation by Gabor Greif · 15 years ago
  34. 156c413 add missing header by Gabor Greif · 15 years ago
  35. c999496 Remove a unused member variable. Instead query the option from AnalysisManager. by Zhongxing Xu · 15 years ago
  36. f5afb5e iterator.h is no more. Be standards compliant. by Gabor Greif · 15 years ago
  37. 6dd38da When checking whether one declaration context encloses another, make sure to look at the primary contexts. Thanks to Eli for the test case by Douglas Gregor · 15 years ago
  38. 2a16a13 Stub out an error so we don't crash. by Eli Friedman · 15 years ago
  39. bb60a50 In ActOnCXXTypeConstructExpr, check that the type is complete and non-abstract before creating any expressions. This assures that any templates are instantiated if necessary. by Anders Carlsson · 15 years ago
  40. 0fb0bc4 Simplify 'Environment' to contain only one map from 'const Stmt*' to SVals, greatly simplifying the logic of the analyzer in many places. We now only distinguish between block-level expressions and subexpressions in Environment::RemoveDeadBindings and GRState pretty-printing. by Ted Kremenek · 15 years ago
  41. 0e88b16 Cleanups. by Mike Stump · 15 years ago
  42. a6ec7ad New RequireNonAbstractType function. by Anders Carlsson · 15 years ago
  43. bd4c4ae When a member reference expression includes a qualifier on the member by Douglas Gregor · 15 years ago
  44. d2fa566 Add initial boilerplate for CIndex, a shared library that will vend high-level by Ted Kremenek · 15 years ago
  45. 022fb28 The PartialDiagnostic constructor doesn't need to be explicit. by Anders Carlsson · 15 years ago
  46. 1feade8 Regularize the case and sort. by Mike Stump · 15 years ago
  47. 21c2e20 More improvements to PartialDiagnostic. by Anders Carlsson · 15 years ago
  48. 83ddad3 Implement support for C++ direct initializers that involve dependent by Douglas Gregor · 15 years ago
  49. 58d3f1a Fixes a comment. by Fariborz Jahanian · 15 years ago
  50. 9099ff0 AST for conversion by conversion functions. WIP. by Fariborz Jahanian · 15 years ago
  51. 2cf738f More support for pseudo dtors. by Anders Carlsson · 15 years ago
  52. e9f4208 update to CXXFunctionalCastExpr to support ir-gen for by Fariborz Jahanian · 15 years ago
  53. 42c39f3 When we know that we are parsing a class-name, implicitly construct a by Douglas Gregor · 15 years ago
  54. 3aa4ca4 Address some of Doug's comments. by Anders Carlsson · 15 years ago
  55. b215394 Add the partially implemented PartialDiagnostic class. by Anders Carlsson · 15 years ago
  56. 47e1f7c Source location information for ? and : in a ConditionalOperator, from Enea Zaffanella by Douglas Gregor · 15 years ago
  57. 91a2886 Fix bug in __extension__ handling for declarations, from Abramo by Douglas Gregor · 15 years ago
  58. dacd434 Improve diagnostics and recovery when the nested-name-specifier of a by Douglas Gregor · 15 years ago
  59. ec77387 Parsing of pseudo-destructors. by Anders Carlsson · 15 years ago
  60. 495c35d Improve support for out-of-line definitions of nested templates and by Douglas Gregor · 15 years ago
  61. 1894dce Fix crash reported in <rdar://problem/7124210> by "back-porting" some of the by Ted Kremenek · 15 years ago
  62. cf5c19b Changed condition of an assert. by Fariborz Jahanian · 15 years ago
  63. ff4264d Move logic of GRExprEngine::EvalBinOp to SValuator::EvalBinOp. by Ted Kremenek · 15 years ago
  64. 8b55ce7 Sanity checking for statement reference counts. Thanks for the suggestion, Fariborz by Douglas Gregor · 15 years ago
  65. 5032ffe Remove CodeDecl and CFG from GRExprEngine and GRStateManager. by Zhongxing Xu · 15 years ago
  66. cc02553 Remove Decl and CFG from ExplodedGraph. This leads to a series small changes. by Zhongxing Xu · 15 years ago
  67. 66e78e2 Add Decl getter/setters for uninstantiated default arguments for function parameters. by Anders Carlsson · 15 years ago
  68. c305833 Keep track of the template parameter depth properly when we have by Douglas Gregor · 15 years ago
  69. 0878007 ConstraintManager::AssumeDual now accepts a 'DefinedSVal' instead of 'SVal' for by Ted Kremenek · 15 years ago
  70. c3a9415 Introduce 'DefinedSVal', an intermediate parent class between Loc/NonLoc and by Ted Kremenek · 15 years ago
  71. 018d8e0 normalize the CharacterLiteral::getLocation method name, patch by Chris Lattner · 15 years ago
  72. 5842ba9 Try to complete a type before looking for conversion functions within by Douglas Gregor · 15 years ago
  73. 55cc2ed Remove TargetInfo::getTargetPrefix(). by Daniel Dunbar · 15 years ago
  74. 1752ee4 Switch TargetInfo to store an llvm::Triple. by Daniel Dunbar · 15 years ago
  75. 0fa0daa prune #includes. by Chris Lattner · 15 years ago
  76. 3075e76 Catch a few more cases of illegal comparisons. by Eli Friedman · 15 years ago
  77. 06c0f5b Eli points out that we really must diagnose "void* > 0" as an extension. by Chris Lattner · 15 years ago
  78. 27a5b9b Add CK_NullToMemberPointer and CK_BaseToDerivedMemberPointer cast kinds. Make -ast-dump print out the cast kinds of cast expressions. by Anders Carlsson · 15 years ago
  79. 92f5822 Add a -fno-elide-constructors option to clang-cc. by Anders Carlsson · 15 years ago
  80. c47285c Removed couple of FIXME comments. by Fariborz Jahanian · 15 years ago
  81. 92eaacb Removed -Wundeclared-selector and -Wreadonly-setter-attrs from by Fariborz Jahanian · 15 years ago
  82. e7925a0 Second half of, clang, AuroraUX toolchain support. by Edward O'Callaghan · 15 years ago
  83. d83d040 Implement delayed parsing for member function templates. Fixes PR4608. by Douglas Gregor · 15 years ago
  84. 2376002 Remove 'AnalysisContext::setDecl()', as we the Decl associated with an by Ted Kremenek · 15 years ago
  85. 54c809b Constify LocationContext* (parent) and Stmt* fields in LocationContext. by Ted Kremenek · 15 years ago
  86. 82cd37c Remove 'SelfRegion' field from both BasicStoreManager and RegionStoreManager. by Ted Kremenek · 15 years ago
  87. 65ec1fd Implement conversion function templates, along with the ability to use by Douglas Gregor · 15 years ago
  88. d17da2b Add LocationContext* field to VarRegion. This is needed for interprocedural analysis. by Ted Kremenek · 15 years ago
  89. dec0666 Introduce support for constructor templates, which can now be declared by Douglas Gregor · 15 years ago
  90. 0aa3f75 remove a dead warning. by Chris Lattner · 15 years ago
  91. 0de7899 Introduce getConstantArrayElementCount API and use it in by Fariborz Jahanian · 15 years ago
  92. f3cd673 Fix commentos by Daniel Dunbar · 15 years ago
  93. 7cd830b Fix refacto. by Daniel Dunbar · 15 years ago
  94. 5ab128b Tie the local check NSErrorCheck to a Decl to pave the way by Zhongxing Xu · 15 years ago
  95. 3caa4fb Remove comma at the end of enumerator list. by Daniel Dunbar · 15 years ago
  96. a5d8200 Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use DeclaratorInfo to get this information. by Argyrios Kyrtzidis · 15 years ago
  97. d1571ac Make the new Objective-C "id" and "Class" redefinition types special by Douglas Gregor · 15 years ago
  98. 37b372b Initial support for parsing and representation of member function templates. by Douglas Gregor · 15 years ago
  99. da3e03e Issue an error if the user specifies parameters in a function marked as ISR. by Sanjiv Gupta · 15 years ago
  100. 09105f5 Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr". by Fariborz Jahanian · 15 years ago