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
/
AST
/
Redeclarable.h
Age
Commit message (
Expand
)
Author
2012-05-28
Address minor FIXME in RedeclLink to contain a PointerIntPair instead of deri...
David Blaikie
2012-01-14
De-virtualize getPreviousDecl() and getMostRecentDecl() when we know
Douglas Gregor
2011-12-17
Add a sanity check in the Redeclarable::redecl_iterator to avoid infinite loop
Argyrios Kyrtzidis
2010-12-06
Re-implement caching for the linkage calculation of declarations.
Douglas Gregor
2010-12-06
Revert r120808, my previous implementation of caching for the linkage
Douglas Gregor
2010-12-03
Implement caching for the linkage and visibility calculations of
Douglas Gregor
2010-08-18
Rename PCHDeclReader -> ASTDeclReader.
Sebastian Redl
2010-08-18
Do the PCH->AST rename for ASTWriter's implementation parts.
Sebastian Redl
2010-08-03
Apart from storing/retrieving the previous redeclaration from PCH, also store...
Argyrios Kyrtzidis
2010-07-02
Fully read/write CXXRecordDecl for PCH.
Argyrios Kyrtzidis
2009-11-25
Qualify the name of the llvm::cast template. I am somewhat amazed that GCC pa...
Douglas Gregor
2009-11-24
Make sure redeclaration chains are properly linked, even through invalid decl...
Sebastian Redl
2009-11-15
Make a few headers parse standalone
Douglas Gregor
2009-11-13
add a fixme, inheriting from PointerIntPair is gross :)
Chris Lattner
2009-10-28
Mangle based on the declaration we're given, not the canonical
Douglas Gregor
2009-09-29
Fix http://llvm.org/PR5090.
Mike Stump
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-07-18
Introduce the Redeclarable template class, which serves as a base type defini...
Argyrios Kyrtzidis