aboutsummaryrefslogtreecommitdiff
path: root/include/clang
AgeCommit message (Expand)Author
2009-08-02Use the correct cast kind for dynamic_cast.Anders Carlsson
2009-08-02Remove RegionViews and RegionCasts. These are no longer used.Ted Kremenek
2009-08-02RegionStoreManager::RemoveDeadBindings() now removes dead 'default' bindings ...Ted Kremenek
2009-08-02Generalize the interface of 'StoreManager::RemoveDeadBindings()' to manipulat...Ted Kremenek
2009-08-01This is a fairly large patch, which resulted from a cascade of changesTed Kremenek
2009-07-31Add beginnigs of rtti generation, wire up more of -fno-exceptions.Mike Stump
2009-07-31And now we can generate a simple vtable. Still a work in progress...Mike Stump
2009-07-31Allow one to update the type representation of the declaration specifiers. Wi...Douglas Gregor
2009-07-31Fix 80-col violationDouglas Gregor
2009-07-31Canonicalize dependent extended vector types.Douglas Gregor
2009-07-31Rename Action::TagKind to Action::TagUseKind, which removes both a misnomerJohn McCall
2009-07-31sp.John McCall
2009-07-31Add CK_DerivedToBase and use it PerformObjectMemberConversion.Anders Carlsson
2009-07-31Add a CastKind enum to CastExpr. Right now it's not used for much but it will...Anders Carlsson
2009-07-31Fix use-after-release bug introduced in r77585 where the PathDiagnosticClientTed Kremenek
2009-07-31Build canonical types for dependently-sized array types.Douglas Gregor
2009-07-30Canonicalization of dependent C++0x decltype types.Douglas Gregor
2009-07-30Canonicalization for dependent typeof(expr) types.Douglas Gregor
2009-07-30Patch for future ir-gen for destructor calls.Fariborz Jahanian
2009-07-30Support out-of-line definitions of the members of class templateDouglas Gregor
2009-07-30Make AnalysisManager into its own source file and a pure data management class. Zhongxing Xu
2009-07-30PR3679 - handle #pragma weakRyan Flynn
2009-07-30This patch collects all analysis context data into a new class Zhongxing Xu
2009-07-30Fix type to be consistent with the rest of the code.Mike Stump
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-29Support ObjC methods as Entities.Argyrios Kyrtzidis
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-29Introduce the GlobalSelector class in the Indexing library.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-29Introduce a helper template for the Handler classes and use it insteadArgyrios 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-29Change uses of:Ted Kremenek
2009-07-29Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which onlyTed Kremenek
2009-07-29[llvm up]Douglas Gregor
2009-07-29Make StoreManager::InvalidateRegion() virtual, move the current implementationTed Kremenek
2009-07-29Add 'MemRegion::getBaseRegion()', a utility method to strip ElementRegions withTed Kremenek