index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
StmtIterator.cpp
Age
Commit message (
Expand
)
Author
2011-04-15
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-01-19
Change QualType::getTypePtr() to return a const pointer, then change a
John McCall
2009-12-23
Add StmtIterator support for iterating over both the condition
Ted Kremenek
2009-12-23
Increase StmtIterator size by one pointer (separating out the Stmt** from the...
Ted Kremenek
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-05-26
When evaluating a VarDecl as a constant or determining whether it is
Douglas Gregor
2009-03-29
Push DeclGroup much farther throughout the compiler. Now the various
Chris Lattner
2009-03-11
Fix StmtIterator bug reported in PR 3780 where a VLA within a DeclGroup would
Ted Kremenek
2009-01-20
Remove ScopedDecl, collapsing all of its functionality into Decl, so
Douglas Gregor
2008-12-05
Introduce basic support for dependent types, type-dependent
Douglas Gregor
2008-10-07
A little more tweaking with StmtIterator and SizeOfAlignofExpr. A recent com...
Ted Kremenek
2008-10-07
Add StmtIterator support for DeclGroups.
Ted Kremenek
2008-08-11
More #include cleaning
Daniel Dunbar
2008-05-30
Fix some strict-aliasing warnings by using Stmt* instead of Expr* in Variable...
Ted Kremenek
2008-05-21
PR2347: Fix crash iterating over VLAs; this started triggering because
Eli Friedman
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner