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
/
Stmt.h
Age
Commit message (
Expand
)
Author
2009-07-28
Add a Profile function for statements so that we can (eventually) determine
Douglas Gregor
2009-06-30
Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.
Chris Lattner
2009-06-12
add the location of the ')' in a do/while statement to DoStmt.
Chris Lattner
2009-05-30
Add a Stmt::printPretty overload which takes an ASTContext; start
Eli Friedman
2009-05-29
Create a new PrintingPolicy class, which we pass down through the AST
Douglas Gregor
2009-05-23
Use 'Exprs.data()' instead of 'Exprs.empty() ? NULL : ...'
Ted Kremenek
2009-05-22
Modify begin()/end() for AsmStmt iterators to handle the case when Exprs.empty()
Ted Kremenek
2009-05-16
Template instantiation for IndirectGotoStmt. Now my life is complete.
Douglas Gregor
2009-05-15
Template instantiation for switch statements
Douglas Gregor
2009-05-15
Template instantiation for break and continue statements.
Douglas Gregor
2009-05-15
Template instantiation for "for" loops
Douglas Gregor
2009-05-15
Template instantiation for do-while statements.
Douglas Gregor
2009-05-15
Template instantiation for "if" statements. Also:
Douglas Gregor
2009-05-15
Add NullStmt::Clone and use it
Anders Carlsson
2009-04-26
split ObjC and C++ Statements out into their own headers.
Chris Lattner
2009-04-22
Remove the serialization code that predates precompiled
Douglas Gregor
2009-04-21
add support for goto checking and @synchronized blocks,
Chris Lattner
2009-04-19
Add location info for indirect goto.
Chris Lattner
2009-04-18
reject invalid jumps among pieces of @try blocks. This seems to work
Chris Lattner
2009-04-18
add accessor.
Chris Lattner
2009-04-17
PCH support for inline assembly statements.
Douglas Gregor
2009-04-17
PCH support for indirect gotos and address-of-label expressions.
Douglas Gregor
2009-04-17
PCH support for labels and goto.
Douglas Gregor
2009-04-17
PCH support for declaration statements, and a test for PredefinedExpr
Douglas Gregor
2009-04-17
PCH support for return statements.
Douglas Gregor
2009-04-17
PCH support for do-while and for loops
Douglas Gregor
2009-04-17
PCH support for while and continue statements
Douglas Gregor
2009-04-17
PCH support for the first batch of statements, including null,
Douglas Gregor
2009-04-14
PCH support for a few very, very simple kinds of expressions. Hook up
Douglas Gregor
2009-04-07
Move the internal DeclContext data structures into a separate header.
Douglas Gregor
2009-04-03
fix some warnings on VC++, patch by John Thompson!
Chris Lattner
2009-03-28
some random cleanups
Chris Lattner
2009-03-28
eliminate unneeded iterator wrappers.
Chris Lattner
2009-03-28
rename some methods.
Chris Lattner
2009-03-28
Cleanups for DeclGroup.
Chris Lattner
2009-03-11
fix PR3258 by rejecting invalid numeric operands.
Chris Lattner
2009-03-10
add plumbing to report diagnostics back through sema for malformed asmstrings.
Chris Lattner
2009-03-10
move the asm string analysis code out of codegen into common
Chris Lattner
2009-03-10
move matching of named operands into AsmStmt class. At the same
Chris Lattner
2009-03-10
add some helper methods to AsmStmt and add some comments.
Chris Lattner
2009-03-04
fix infinite recursion
Chris Lattner
2009-03-04
make CaseStmt::getSourceRange() iterative for deeply
Chris Lattner
2009-03-04
Change Parser::ParseCaseStatement to use an iterative approach to parsing
Chris Lattner
2009-03-03
Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel...
Steve Naroff
2009-03-01
ObjCAtCatchStmt's ParamStmt is always a DeclStmt.
Daniel Dunbar
2009-02-17
Remove some redundant Decl -> Decl castings.
Argyrios Kyrtzidis
2009-02-14
Several related changes:
Chris Lattner
2009-02-13
Remove DeclGroupOwningRef, since we intend for declarations to be owned
Douglas Gregor
2009-02-10
Fixup -ast-print so that:
Mike Stump
2009-02-08
Add public placement-delete operators. These are automatically used if the al...
Douglas Gregor
[next]