index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
AST
/
StmtDumper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate some stuff from NamedDecl::getName() to
Chris Lattner
2008-11-24
1
-2
/
+2
*
Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it
Chris Lattner
2008-11-24
1
-5
/
+4
*
Rename Selector::getName() to Selector::getAsString(), and add
Chris Lattner
2008-11-24
1
-6
/
+5
*
New AST node to access "implicit" setter/getter using property dor syntax.
Fariborz Jahanian
2008-11-22
1
-10
/
+13
*
Introduction the DeclarationName class, as a single, general method of
Douglas Gregor
2008-11-17
1
-6
/
+10
*
Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr...
Sebastian Redl
2008-11-11
1
-3
/
+4
*
Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'....
Douglas Gregor
2008-11-04
1
-2
/
+13
*
Refactor the expression class hierarchy for casts. Most importantly:
Douglas Gregor
2008-10-27
1
-3
/
+11
*
Simplify handling of struct/union/class tags.
Argyrios Kyrtzidis
2008-10-15
1
-6
/
+2
*
Use Decl::decl_iterator instead of walking the ScopedDecl chain (which will s...
Ted Kremenek
2008-10-06
1
-1
/
+3
*
Fix ObjCPropertRefExpr to be able to encode all the information for
Daniel Dunbar
2008-09-03
1
-5
/
+8
*
Add Objective-C property setter support.
Daniel Dunbar
2008-08-30
1
-0
/
+13
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-3
/
+0
*
rename PreDefinedExpr -> PredefinedExpr
Chris Lattner
2008-08-10
1
-6
/
+6
*
fix an extraneous blank line in -ast-dump output.
Chris Lattner
2008-07-26
1
-1
/
+1
*
remove dead enums.
Chris Lattner
2008-06-21
1
-2
/
+0
*
Switch 'super' from being a weird cast thing to being a predefined expr node.
Chris Lattner
2008-06-21
1
-11
/
+7
*
Dump the name of CXXStruct/CXXUnion/CXXClass Decl subclasses.
Argyrios Kyrtzidis
2008-06-09
1
-0
/
+3
*
Fix ast dumping to work with long double literals, e.g. we dump:
Chris Lattner
2008-06-07
1
-1
/
+1
*
Minor tweak to -ast-dump for ivars.
Steve Naroff
2008-05-23
1
-0
/
+2
*
Tweak AST dumper for ObjC ivars.
Steve Naroff
2008-05-23
1
-3
/
+3
*
Use pointer swizziling to unify in ObjCMessageExpr the receiver and classname...
Ted Kremenek
2008-05-01
1
-0
/
+2
*
OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.
Nate Begeman
2008-04-18
1
-2
/
+2
*
Remove uses of "Selector&" and "const Selector&", since Selector is just an
Ted Kremenek
2008-04-16
1
-1
/
+1
*
Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...
Steve Naroff
2008-04-15
1
-2
/
+1
*
print cvr qualifiers on simplified typedefs
Chris Lattner
2008-04-02
1
-2
/
+5
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+486