index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2009-07-30
Add ability to layout the vtable pointer in trivial cases. I noticed
Mike Stump
2009-07-30
Fix gcc warning.
Eli Friedman
2009-07-30
ir-gen for nested non-virtual base member access
Fariborz Jahanian
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-30
Update CMake.
Argyrios Kyrtzidis
2009-07-29
Support ObjC methods as Entities.
Argyrios Kyrtzidis
2009-07-29
There's no point in going through the getAs<TagType> stuff to find the defini...
Douglas Gregor
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
Find references inside blocks.
Argyrios Kyrtzidis
2009-07-29
Use helper class ASTVisitor to fully traverse an AST.
Argyrios Kyrtzidis
2009-07-29
Introduce the GlobalSelector class in the Indexing library.
Argyrios Kyrtzidis
2009-07-29
Use 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-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
Remove the TranslationUnit usage from clang-wpa.cpp since it's not really
Argyrios Kyrtzidis
2009-07-29
Introduce a helper template for the Handler classes and use it instead
Argyrios Kyrtzidis
2009-07-29
Add an assert.
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
Eliminate an unused-variable warning
Douglas Gregor
2009-07-29
Update for LLVM API change.
Owen Anderson
2009-07-29
Change uses of:
Ted Kremenek
2009-07-29
Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only
Ted Kremenek
2009-07-29
Fixed test.
Fariborz Jahanian
2009-07-29
Some refactoring of member access for
Fariborz Jahanian
2009-07-29
Refactor base/member initializers, and construct them correctly in cases
Eli Friedman
2009-07-29
Check accessibility when converting object to the base
Fariborz Jahanian
2009-07-29
Update for LLVM API change.
Owen Anderson
2009-07-29
No longer need to keep base class offsets in the offset
Fariborz Jahanian
2009-07-29
Patch to provide cast of objects in member access
Fariborz Jahanian
2009-07-29
[llvm up]
Douglas Gregor
2009-07-29
Add an XFAILed test case that currently crashes for RegionStore. This case will
Ted Kremenek
2009-07-29
Add another analyzer test case involving an OSAtomic function.
Ted Kremenek
2009-07-29
Remove some uses of TypedViewRegion, and use getBaseRegion() in a context where
Ted Kremenek
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
2009-07-29
canSymbolicate() should only return true for integer types that are scalars.
Ted Kremenek
2009-07-29
Check for identical types in C++ catch expression. Patch by Erik Verbruggen.
Sebastian Redl
[prev]
[next]