Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
4de884d3fba3250b3f2e7b54145f1e878ce7c3c3
/
AST
/
StmtPrinter.cpp
c7229c3
move IdentifierTable.h from liblex to libbasic.
by Chris Lattner
· 17 years ago
6a8a9a4
by Steve Naroff
· 17 years ago
c9bec4b
further apfloat'ize the front-end, allowing codegen to pass
by Chris Lattner
· 17 years ago
563477d
by Steve Naroff
· 17 years ago
8bdcc47
pretty print some nodes more nicely.
by Chris Lattner
· 17 years ago
9474504
by Steve Naroff
· 17 years ago
8467583
get rid of ugly "warning: no newline at end of file"
by Gabor Greif
· 17 years ago
42a509f
Added "PrinterHelper" interface (include/AST/PrinterHelper) that can
by Ted Kremenek
· 17 years ago
66b5a8a
Add InitListExpr class.
by Anders Carlsson
· 17 years ago
704fe35
implement pretty printing of offsetof
by Chris Lattner
· 17 years ago
5d66145
add a new ImaginaryLiteral AST node that is used to
by Chris Lattner
· 17 years ago
eb14fe8
Split the ASTNode out for compound assignments out from binary operators. Now
by Chris Lattner
· 17 years ago
296bf19
Pretty print as: "case sizeof x:" instead of: "case sizeofx:"
by Chris Lattner
· 17 years ago
f9bcf01
Parse @encode expressions.
by Anders Carlsson
· 17 years ago
5508518
Implement parsing and code generation of Objective-C string literals.
by Anders Carlsson
· 17 years ago
c5598cb
Switch StmtVisitor from using dynamic to static dispatch. This makes it
by Chris Lattner
· 17 years ago
2324512
Modified ArraySubscriptExpr to have accessors getLHS and getRHS in addition
by Ted Kremenek
· 17 years ago
36460ee
move a switch to common code.
by Chris Lattner
· 17 years ago
6000dac
add a new AST dumper interface (E->dump()). This dumps out
by Chris Lattner
· 17 years ago
94f05e3
Implement codegen for __builtin_choose_expr. For example:
by Chris Lattner
· 17 years ago
d04fdd5
by Steve Naroff
· 17 years ago
6481a57
Rename AddrLabel and OCUVectorComponent -> AddrLabelExpr and OCUVectorElementExpr respectively. This is for consistency with other expr nodes end with *Expr.
by Chris Lattner
· 17 years ago
d34e915
by Steve Naroff
· 17 years ago
86e499d
Print floating point literal values better.
by Chris Lattner
· 17 years ago
31a4584
by Steve Naroff
· 17 years ago
ab18c4c
implement ast building and trivial semantic analysis of stmt exprs.
by Chris Lattner
· 17 years ago
c1fcb77
Refactor switch analysis to make it possible to detect duplicate case values
by Anders Carlsson
· 17 years ago
2274266
Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__
by Anders Carlsson
· 17 years ago
aff1edd
Finish fixing crasher with compound literals.
by Steve Naroff
· 17 years ago
26dc7b3
Remove an extraneous QualType from CastExpr, it's type is always
by Chris Lattner
· 17 years ago
8bf9f07
Improve char literal pretty printing, patch by Keith Bauer!
by Chris Lattner
· 17 years ago
90045e8
by Steve Naroff
· 17 years ago
49b4526
by Steve Naroff
· 17 years ago
b0a721a
"Codegen for Character Literals and Conditional Operator
by Chris Lattner
· 17 years ago
24c3990
remember the initializer for a variable in the AST and teach the
by Chris Lattner
· 17 years ago
5f016e2
Stage two of getting CFE top correct.
by Reid Spencer
· 17 years ago