1. e3e643f Add getDecl() to CallGraph and CallGraphNode. by Zhongxing Xu · 15 years ago
  2. 6d8f56f Constify methods. by Zhongxing Xu · 15 years ago
  3. 5f28a1e Implement new warning for functions declared 'noreturn' when they fall off the end. by Mike Stump · 15 years ago
  4. 3111218 Mark destructor of Checker virtual. by Ted Kremenek · 15 years ago
  5. 5e03f9e This patch fixes the implementations of the __has_trivial_destructor by Douglas Gregor · 15 years ago
  6. 87595e4 Diagnose when base classes and members to be intialized by Fariborz Jahanian · 15 years ago
  7. bd1099e Clean up the ActOnTag action, so that there is only a single entry by Douglas Gregor · 15 years ago
  8. 56a5d80 Add two nodes to the call graph: by Zhongxing Xu · 15 years ago
  9. 16a705f Add template specializations to view the call graph in dot format. by Zhongxing Xu · 15 years ago
  10. f785643 constify methods. by Zhongxing Xu · 15 years ago
  11. b85bca2 Add getter methods. by Zhongxing Xu · 15 years ago
  12. 25c155a Add newline at EOF. by Daniel Dunbar · 15 years ago
  13. 3629255 Revert r76831, there are many Analyzer test failures on multiple platforms. by Daniel Dunbar · 15 years ago
  14. dbfb5f8 Add initial implementation of checking for uses of floating point as a loop counter. by Ted Kremenek · 15 years ago
  15. a4e7056 Add instance predicate method to match static method. by Ted Kremenek · 15 years ago
  16. 7a2d953 Add 'previsit' Checker pass for ObjCMessageExprs. by Ted Kremenek · 15 years ago
  17. 4084c30 Remove a bunch of FIXME's related to ObjC type checking. by Steve Naroff · 15 years ago
  18. d7b27e1 Add constructor used to initialize base/member in by Fariborz Jahanian · 15 years ago
  19. b1682c5 Add warning for falling off the end of a function that should return a by Mike Stump · 15 years ago
  20. 7cdbc58 Implement support for out-of-line definitions of the class members of class by Douglas Gregor · 15 years ago
  21. ba1e898 Change Preprocessor to keep a copy of LangOptions instead of reference, like ASTContext. by Argyrios Kyrtzidis · 15 years ago
  22. 5f85e17 Refactor 'PostStmt' and 'PreStmt' to subclass a common parent 'StmtPoint'. by Ted Kremenek · 15 years ago
  23. 6621bcf Use SaveAndRestore in 'clang/Analysis/Support/SaveAndRestore.h' by Ted Kremenek · 15 years ago
  24. 67afec1 Add AssumeDual method. by Ted Kremenek · 15 years ago
  25. d33133c Fix the parsing of default arguments for inline member function definitions. by Eli Friedman · 15 years ago
  26. bd04878 Make 'SaveAndRestore' and friends reusable classes in libAnalysis. by Ted Kremenek · 15 years ago
  27. 5a5d98b Add support for registering 'Checker' objects with GRExprEngine. by Ted Kremenek · 15 years ago
  28. 29e543c Add new 'Checker' and 'CheckerVisitor' classes, which represent a more powerful by Ted Kremenek · 15 years ago
  29. e01ac57 Add support for 'PreStmt' program points to GRCoreEngine and GRStmtNodeBuilder. by Ted Kremenek · 15 years ago
  30. cdd4f17 Add 'PreStmt' program point. This will be used to represent checking for by Ted Kremenek · 15 years ago
  31. cc2c6eb Implement operator= for ExplodedNodeSet. by Ted Kremenek · 15 years ago
  32. cd0c073 Make -Wreturn-type be part of -Wmost and therefore -Wall. by Mike Stump · 15 years ago
  33. 1f2023a "This patch implements the restrictions on union members detailed in by Douglas Gregor · 15 years ago
  34. 5350066 Move bug reporter "visitors" to their own file and make them part of the public by Ted Kremenek · 15 years ago
  35. dfe3f2d Implement parsing and semantic analysis for out-of-line definitions of static by Douglas Gregor · 15 years ago
  36. 0c8c536 Add some documentation, to make it so the next person doens't select by Mike Stump · 15 years ago
  37. 470301b Fix <rdar://problem/6770276> Support Class<Proto> syntax. by Steve Naroff · 15 years ago
  38. d6b9e37 Restructure ProgramPoint to have the 'Kind' value be its own instance by Ted Kremenek · 15 years ago
  39. cf18312 Minor mod. per Doug's comment. by Fariborz Jahanian · 15 years ago
  40. 7551c18 Complain if we're entering the context of a dependent nested-name-specifier but by Douglas Gregor · 15 years ago
  41. f59a56e Basic parsing and semantic analysis for out-of-line definitions of the by Douglas Gregor · 15 years ago
  42. 393612e Patch to accomodate Doug's comment on default by Fariborz Jahanian · 15 years ago
  43. e38158d Update stale comment. by Ted Kremenek · 15 years ago
  44. 32c3fa4 Fix PR 4594 by refactoring almost all casting logic from GRExprEngine::VisitCast by Ted Kremenek · 15 years ago
  45. 7930072 driver: Print --version on stdout, to match gcc. - Patch by Jean-Daniel Dupas by Daniel Dunbar · 15 years ago
  46. 3fdbed5 Make Sema::ActOnCXXEnterDeclaratorScope robust against failures to compute by Douglas Gregor · 15 years ago
  47. c19f959 Diagnose when a destructor uses a unrelated class type as its name. by Fariborz Jahanian · 15 years ago
  48. 741dd9a Add the location of the tag keyword into TagDecl. From Enea by Douglas Gregor · 15 years ago
  49. 4c7c5a1 Remove the ASTContext parameter from Entity::getPrintableName(). by Argyrios Kyrtzidis · 15 years ago
  50. 2bcb343 Add an assert for safety check. by Argyrios Kyrtzidis · 15 years ago
  51. f37006b Fix a crash that occurs in this C++ case: by Argyrios Kyrtzidis · 15 years ago
  52. 1f71727 Keep only canonical Decls in Entities. by Argyrios Kyrtzidis · 15 years ago
  53. f7cf15c Change the semantics for Entity. by Argyrios Kyrtzidis · 15 years ago
  54. 57ea6be Implement the virtual getNextRedeclaration() for ObjCMethodDecl. by Argyrios Kyrtzidis · 15 years ago
  55. 22cbd2b Add an assertion for the return value of Decl::getNextRedeclaration(). by Argyrios Kyrtzidis · 15 years ago
  56. 1cb35dd Remove the ObjCCategoryImpls vector from Sema class. by Argyrios Kyrtzidis · 15 years ago
  57. 8a1d722 - Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplementation() which use a DenseMap to associate by Argyrios Kyrtzidis · 15 years ago
  58. e5af3ce Add yet more analysis for CFGs involving conditionals that are actually constant. by Mike Stump · 15 years ago
  59. 76ed9cb Improve message for bad destructor decl. Per Doug's comment. by Fariborz Jahanian · 15 years ago
  60. 75f1af0 Reuse VarDecl::Init to store the default argument of a ParmVarDecl, by Douglas Gregor · 15 years ago
  61. 02f43e7 Remove an apparently unused forward class decl. by Mike Stump · 15 years ago
  62. 0b5a07d Update DataflowSolver to handle the case where a successor/predecessor block by Ted Kremenek · 15 years ago
  63. ec8b59f Improve GCC compatibility by allowing static tentative definitions of by Douglas Gregor · 15 years ago
  64. 5200354 Enhance GRBranchNodeBuilderImpl (part of GRCoreEngine) to understand the case by Ted Kremenek · 15 years ago
  65. d33c868 Issue a more descriptive diagnostics when mis-declaring a destructor. by Fariborz Jahanian · 15 years ago
  66. bcfe03a Improve debug pretty-printing for ObjCIVarRegions. by Ted Kremenek · 15 years ago
  67. be6d259 enhance the goto checker to reject jumps across __block variable definitions. by Chris Lattner · 15 years ago
  68. 243a685 Rename NextOffset to DataSize, which better matches the Itanium C++ ABI by Anders Carlsson · 15 years ago
  69. 29445a0 Migrate over to the record layout builder. by Anders Carlsson · 15 years ago
  70. dc50c64 Introduce ASTLocation::getReferencedDecl(), for getting the declaration that the ASTLocation references. by Argyrios Kyrtzidis · 15 years ago
  71. 93fab9d More layout builder work. by Anders Carlsson · 15 years ago
  72. bda4c10 Add a new ASTRecordLayoutBuilder class. Not used yet. by Anders Carlsson · 15 years ago
  73. 19cc4ab Revert r75641. by Anders Carlsson · 15 years ago
  74. c15cb2a Remove ObjCQualifiedInterfaceType:-) by Steve Naroff · 15 years ago
  75. ac4e379 Fix a comment. by Argyrios Kyrtzidis · 15 years ago
  76. 1e4bc09 Introduce a redecl_iterator in Decl class, so that we can do a "iterate over all declarations of the same decl" without knowing the exact type. by Argyrios Kyrtzidis · 15 years ago
  77. f23e839 Introduce the Redeclarable template class, which serves as a base type defining the common interface for Decls that can be redeclared. by Argyrios Kyrtzidis · 15 years ago
  78. f00068b Remove getFirstDeclaration/getLatestDeclaration from FunctionDecl and VarDecl. by Argyrios Kyrtzidis · 15 years ago
  79. 97fbaa2 Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its place. by Argyrios Kyrtzidis · 15 years ago
  80. b57a4fe Move the functionality of ASTContext::getCanonicalDecl(), into a virtual method Decl::getCanonicalDecl(). by Argyrios Kyrtzidis · 15 years ago
  81. a2e85ad Set ObjCMethodDecl's EndLoc to the '}' when it's a definition. by Argyrios Kyrtzidis · 15 years ago
  82. ddfd4c9 Add getSourceRange() methods for ObjC Decls. by Argyrios Kyrtzidis · 15 years ago
  83. 35366a6 Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods by Ted Kremenek · 15 years ago
  84. 56aac3f Rename Entity::getName() to Entity::getPrintableName() to make its purpose by Zhongxing Xu · 15 years ago
  85. 7f66bd2 As suggested by Argyrios, revert r76159 and make "FindImmediateParent" by Zhongxing Xu · 15 years ago
  86. a004254 Refactor code into a new CallExpr::getDirectCallee() method. Simplify some by Zhongxing Xu · 15 years ago
  87. adfc8d1 Relax the assertion in ASTLocation's ctor: if the decl is not the immediate by Zhongxing Xu · 15 years ago
  88. 24ff030 CallGraph: by Zhongxing Xu · 15 years ago
  89. 5cad1f7 Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), Type::getAsMemberPointerType(), Type::getAsTagType(), and Type::getAsRecordType() with their Type::getAs<XXX> equivalents. by Ted Kremenek · 15 years ago
  90. bfb498d ObjCCategoryImplDecl and ObjCImplementation do not derive directly from DeclContext but from a new abstract ObjCImplDecl. by Argyrios Kyrtzidis · 15 years ago
  91. 808825c Replace Type::getAsReferenceType() with Type::getAs<ReferenceType>(). by Ted Kremenek · 15 years ago
  92. 1a1a6e2 Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. by Ted Kremenek · 15 years ago
  93. e41611a Move the source-level CFG from libAST to libAnalysis. by Ted Kremenek · 15 years ago
  94. 8f16756 Cleanup a couple loops and improve a comment (based on feedback from Fariborz). by Steve Naroff · 15 years ago
  95. f495456 Remove ASTContext::isObjCObjectPointerType(). by Steve Naroff · 15 years ago
  96. 95b851e codegen string literals using private linkage now like llvm-gcc, eliminating by Chris Lattner · 15 years ago
  97. 4653739 Move RegionStoreManager over to using new by Ted Kremenek · 15 years ago
  98. 06669c8 Two changes: by Ted Kremenek · 15 years ago
  99. f23ecd9 Generate error on declaration containing 'static' and '__attribute__((weak))' by Fariborz Jahanian · 15 years ago
  100. 6bd8fb5 Commit the initial implementation of call graph building. by Zhongxing Xu · 15 years ago