aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-30Add ability to layout the vtable pointer in trivial cases. I noticedMike Stump
2009-07-30Fix gcc warning.Eli Friedman
2009-07-30ir-gen for nested non-virtual base member accessFariborz Jahanian
2009-07-30Add support for -Wno-long-long.Eli Friedman
2009-07-30Add support for ObjC message expressions, in the Analyzer:Argyrios Kyrtzidis
2009-07-30Update CMake.Argyrios Kyrtzidis
2009-07-29Support ObjC methods as Entities.Argyrios Kyrtzidis
2009-07-29There's no point in going through the getAs<TagType> stuff to find the defini...Douglas Gregor
2009-07-29Use a STL helper template 'pair_value_iterator', by both DeclReferenceMap and...Argyrios Kyrtzidis
2009-07-29Add ObjCMethodDecl::isThisDeclarationADefinition().Argyrios Kyrtzidis
2009-07-29Index the selectors and provide the translation units that contain themArgyrios Kyrtzidis
2009-07-29Add TranslationUnit::getSelectorMap().Argyrios Kyrtzidis
2009-07-29Introduce SelectorMap whose purpose is to map selectors to objc methods and m...Argyrios Kyrtzidis
2009-07-29Find references inside blocks.Argyrios Kyrtzidis
2009-07-29Use helper class ASTVisitor to fully traverse an AST.Argyrios Kyrtzidis
2009-07-29Introduce the GlobalSelector class in the Indexing library.Argyrios Kyrtzidis
2009-07-29Use an IdentifierTable for names used for Entities.Argyrios Kyrtzidis
2009-07-29-Introduce the idx::Analyzer class used for getting indexing information, lik...Argyrios Kyrtzidis
2009-07-29Introduce TULocation and TULocationHandler classes.Argyrios Kyrtzidis
2009-07-29Modify the Indexer class so that it can return the TranslationUnit that internalArgyrios Kyrtzidis
2009-07-29Add Entity::getInternalDecl() to be used only on Entities that refer to internalArgyrios Kyrtzidis
2009-07-29Constify ASTLocation::print.Argyrios Kyrtzidis
2009-07-29Fix some comments.Argyrios Kyrtzidis
2009-07-29Add getDeclReferenceMap() to the abstract interface of TranslationUnit class.Argyrios Kyrtzidis
2009-07-29Remove the TranslationUnit usage from clang-wpa.cpp since it's not reallyArgyrios Kyrtzidis
2009-07-29Introduce a helper template for the Handler classes and use it insteadArgyrios Kyrtzidis
2009-07-29Add an assert.Argyrios Kyrtzidis
2009-07-29Accept Handler objects in parameters as references.Argyrios Kyrtzidis
2009-07-29Rename EntityHandler::HandleEntity to Handle.Argyrios Kyrtzidis
2009-07-29-Make IndexProvider an abstract interface for getting indexing information.Argyrios Kyrtzidis
2009-07-29Make tag declarations redeclarable. This change has three purposes:Douglas Gregor
2009-07-29Eliminate an unused-variable warningDouglas Gregor
2009-07-29Update for LLVM API change.Owen Anderson
2009-07-29Change uses of:Ted Kremenek
2009-07-29Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which onlyTed Kremenek
2009-07-29Fixed test.Fariborz Jahanian
2009-07-29Some refactoring of member access forFariborz Jahanian
2009-07-29Refactor base/member initializers, and construct them correctly in cases Eli Friedman
2009-07-29Check accessibility when converting object to the baseFariborz Jahanian
2009-07-29Update for LLVM API change.Owen Anderson
2009-07-29No longer need to keep base class offsets in the offsetFariborz Jahanian
2009-07-29Patch to provide cast of objects in member accessFariborz Jahanian
2009-07-29[llvm up]Douglas Gregor
2009-07-29Add an XFAILed test case that currently crashes for RegionStore. This case willTed Kremenek
2009-07-29Add another analyzer test case involving an OSAtomic function.Ted Kremenek
2009-07-29Remove some uses of TypedViewRegion, and use getBaseRegion() in a context whereTed Kremenek
2009-07-29Make StoreManager::InvalidateRegion() virtual, move the current implementationTed Kremenek
2009-07-29Add 'MemRegion::getBaseRegion()', a utility method to strip ElementRegions withTed Kremenek
2009-07-29canSymbolicate() should only return true for integer types that are scalars.Ted Kremenek
2009-07-29Check for identical types in C++ catch expression. Patch by Erik Verbruggen.Sebastian Redl