Age | Commit message (Expand) | Author |
2009-07-20 | Reuse VarDecl::Init to store the default argument of a ParmVarDecl, | Douglas Gregor |
2009-07-20 | Remove an apparently unused forward class decl. | Mike Stump |
2009-07-20 | Update DataflowSolver to handle the case where a successor/predecessor block | Ted Kremenek |
2009-07-20 | Improve GCC compatibility by allowing static tentative definitions of | Douglas Gregor |
2009-07-20 | Enhance GRBranchNodeBuilderImpl (part of GRCoreEngine) to understand the case | Ted Kremenek |
2009-07-20 | Issue a more descriptive diagnostics when mis-declaring | Fariborz Jahanian |
2009-07-19 | Improve debug pretty-printing for ObjCIVarRegions. | Ted Kremenek |
2009-07-19 | enhance the goto checker to reject jumps across __block variable definitions. | Chris Lattner |
2009-07-18 | Rename NextOffset to DataSize, which better matches the Itanium C++ ABI | Anders Carlsson |
2009-07-18 | Migrate over to the record layout builder. | Anders Carlsson |
2009-07-18 | Introduce ASTLocation::getReferencedDecl(), for getting the declaration that ... | Argyrios Kyrtzidis |
2009-07-18 | More layout builder work. | Anders Carlsson |
2009-07-18 | Add a new ASTRecordLayoutBuilder class. Not used yet. | Anders Carlsson |
2009-07-18 | Revert r75641. | Anders Carlsson |
2009-07-18 | Remove ObjCQualifiedInterfaceType:-) | Steve Naroff |
2009-07-18 | Fix a comment. | Argyrios Kyrtzidis |
2009-07-18 | Introduce a redecl_iterator in Decl class, so that we can do a "iterate over ... | Argyrios Kyrtzidis |
2009-07-18 | Introduce the Redeclarable template class, which serves as a base type defini... | Argyrios Kyrtzidis |
2009-07-18 | Remove getFirstDeclaration/getLatestDeclaration from FunctionDecl and VarDecl. | Argyrios Kyrtzidis |
2009-07-18 | Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its p... | Argyrios Kyrtzidis |
2009-07-18 | Move the functionality of ASTContext::getCanonicalDecl(), into a virtual meth... | Argyrios Kyrtzidis |
2009-07-18 | Set ObjCMethodDecl's EndLoc to the '}' when it's a definition. | Argyrios Kyrtzidis |
2009-07-18 | Add getSourceRange() methods for ObjC Decls. | Argyrios Kyrtzidis |
2009-07-17 | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek |
2009-07-17 | Rename Entity::getName() to Entity::getPrintableName() to make its purpose | Zhongxing Xu |
2009-07-17 | As suggested by Argyrios, revert r76159 and make "FindImmediateParent" | Zhongxing Xu |
2009-07-17 | Refactor code into a new CallExpr::getDirectCallee() method. Simplify some | Zhongxing Xu |
2009-07-17 | Relax the assertion in ASTLocation's ctor: if the decl is not the immediate | Zhongxing Xu |
2009-07-17 | CallGraph: | Zhongxing Xu |
2009-07-17 | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek |
2009-07-17 | ObjCCategoryImplDecl and ObjCImplementation do not derive directly from DeclC... | Argyrios Kyrtzidis |
2009-07-17 | Replace Type::getAsReferenceType() with Type::getAs<ReferenceType>(). | Ted Kremenek |
2009-07-16 | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek |
2009-07-16 | Move the source-level CFG from libAST to libAnalysis. | Ted Kremenek |
2009-07-16 | Cleanup a couple loops and improve a comment (based on feedback from Fariborz). | Steve Naroff |
2009-07-16 | Remove ASTContext::isObjCObjectPointerType(). | Steve Naroff |
2009-07-16 | codegen string literals using private linkage now like llvm-gcc, eliminating | Chris Lattner |
2009-07-16 | Move RegionStoreManager over to using new | Ted Kremenek |
2009-07-16 | Two changes: | Ted Kremenek |
2009-07-16 | Generate error on declaration containing 'static' and '__attribute__((weak))' | Fariborz Jahanian |
2009-07-16 | Commit the initial implementation of call graph building. | Zhongxing Xu |
2009-07-15 | Fixed a stinko which caused an ast-print test failure. | Fariborz Jahanian |
2009-07-15 | Added ASTs to destructor decl AST for default destruction of object's | Fariborz Jahanian |
2009-07-15 | Remove default argument, since it isn't being used (suggested by Fariborz). | Steve Naroff |
2009-07-15 | Add a "t". | Steve Naroff |
2009-07-15 | Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseu... | Steve Naroff |
2009-07-15 | Add getName() method to Entity. | Zhongxing Xu |
2009-07-15 | More test cases revealed that the logic in StoreManager::InvalidateRegion() n... | Ted Kremenek |
2009-07-15 | Introduced the notion of a "derived symbol" using the class SymbolDerived. | Ted Kremenek |
2009-07-14 | Remove -ftraditional option, which gcc doesn't actually support. Make | Eli Friedman |