index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
Age
Commit message (
Expand
)
Author
2009-08-02
Use the correct cast kind for dynamic_cast.
Anders Carlsson
2009-08-02
Remove RegionViews and RegionCasts. These are no longer used.
Ted Kremenek
2009-08-02
RegionStoreManager::RemoveDeadBindings() now removes dead 'default' bindings ...
Ted Kremenek
2009-08-02
Generalize the interface of 'StoreManager::RemoveDeadBindings()' to manipulat...
Ted Kremenek
2009-08-01
This is a fairly large patch, which resulted from a cascade of changes
Ted Kremenek
2009-07-31
Add beginnigs of rtti generation, wire up more of -fno-exceptions.
Mike Stump
2009-07-31
And now we can generate a simple vtable. Still a work in progress...
Mike Stump
2009-07-31
Allow one to update the type representation of the declaration specifiers. Wi...
Douglas Gregor
2009-07-31
Fix 80-col violation
Douglas Gregor
2009-07-31
Canonicalize dependent extended vector types.
Douglas Gregor
2009-07-31
Rename Action::TagKind to Action::TagUseKind, which removes both a misnomer
John McCall
2009-07-31
sp.
John McCall
2009-07-31
Add CK_DerivedToBase and use it PerformObjectMemberConversion.
Anders Carlsson
2009-07-31
Add a CastKind enum to CastExpr. Right now it's not used for much but it will...
Anders Carlsson
2009-07-31
Fix use-after-release bug introduced in r77585 where the PathDiagnosticClient
Ted Kremenek
2009-07-31
Build canonical types for dependently-sized array types.
Douglas Gregor
2009-07-30
Canonicalization of dependent C++0x decltype types.
Douglas Gregor
2009-07-30
Canonicalization for dependent typeof(expr) types.
Douglas Gregor
2009-07-30
Patch for future ir-gen for destructor calls.
Fariborz Jahanian
2009-07-30
Support out-of-line definitions of the members of class template
Douglas Gregor
2009-07-30
Make AnalysisManager into its own source file and a pure data management class.
Zhongxing Xu
2009-07-30
PR3679 - handle #pragma weak
Ryan Flynn
2009-07-30
This patch collects all analysis context data into a new class
Zhongxing Xu
2009-07-30
Fix type to be consistent with the rest of the code.
Mike Stump
2009-07-30
Add support for -Wno-long-long.
Eli Friedman
2009-07-30
Add support for ObjC message expressions, in the Analyzer:
Argyrios Kyrtzidis
2009-07-29
Support ObjC methods as Entities.
Argyrios Kyrtzidis
2009-07-29
Use a STL helper template 'pair_value_iterator', by both DeclReferenceMap and...
Argyrios Kyrtzidis
2009-07-29
Add ObjCMethodDecl::isThisDeclarationADefinition().
Argyrios Kyrtzidis
2009-07-29
Index the selectors and provide the translation units that contain them
Argyrios Kyrtzidis
2009-07-29
Add TranslationUnit::getSelectorMap().
Argyrios Kyrtzidis
2009-07-29
Introduce SelectorMap whose purpose is to map selectors to objc methods and m...
Argyrios Kyrtzidis
2009-07-29
Introduce 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-29
Introduce TULocation and TULocationHandler classes.
Argyrios Kyrtzidis
2009-07-29
Modify the Indexer class so that it can return the TranslationUnit that internal
Argyrios Kyrtzidis
2009-07-29
Add Entity::getInternalDecl() to be used only on Entities that refer to internal
Argyrios Kyrtzidis
2009-07-29
Constify ASTLocation::print.
Argyrios Kyrtzidis
2009-07-29
Fix some comments.
Argyrios Kyrtzidis
2009-07-29
Add getDeclReferenceMap() to the abstract interface of TranslationUnit class.
Argyrios Kyrtzidis
2009-07-29
Introduce a helper template for the Handler classes and use it instead
Argyrios Kyrtzidis
2009-07-29
Accept Handler objects in parameters as references.
Argyrios Kyrtzidis
2009-07-29
Rename EntityHandler::HandleEntity to Handle.
Argyrios Kyrtzidis
2009-07-29
-Make IndexProvider an abstract interface for getting indexing information.
Argyrios Kyrtzidis
2009-07-29
Make tag declarations redeclarable. This change has three purposes:
Douglas Gregor
2009-07-29
Change uses of:
Ted Kremenek
2009-07-29
Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only
Ted Kremenek
2009-07-29
[llvm up]
Douglas Gregor
2009-07-29
Make StoreManager::InvalidateRegion() virtual, move the current implementation
Ted Kremenek
2009-07-29
Add 'MemRegion::getBaseRegion()', a utility method to strip ElementRegions with
Ted Kremenek
[next]