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
/
Frontend
/
PCHWriterStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Preserve type source information in sizeof/alignof expressions, and pass it
John McCall
2009-11-04
1
-1
/
+1
*
Eliminate QualifiedDeclRefExpr, which captured the notion of a
Douglas Gregor
2009-10-23
1
-0
/
+2
*
Improve handling of initialization by constructor, by ensuring that
Douglas Gregor
2009-09-09
1
-0
/
+12
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-26
/
+26
*
Preliminary AST representation and semantic analysis for
Douglas Gregor
2009-09-01
1
-0
/
+1
*
Remember to write the qualifier of a MemberExpr to the PCH file when we get t...
Douglas Gregor
2009-08-31
1
-0
/
+1
*
Source location information for ? and : in a ConditionalOperator, from Enea Z...
Douglas Gregor
2009-08-26
1
-0
/
+2
*
normalize the CharacterLiteral::getLocation method name, patch
Chris Lattner
2009-08-24
1
-1
/
+1
*
Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...
Fariborz Jahanian
2009-08-20
1
-4
/
+4
*
Renamed ClassProp data member of ObjCImplctSetterGetterRefExpr
Fariborz Jahanian
2009-08-18
1
-2
/
+2
*
Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.
Fariborz Jahanian
2009-08-18
1
-2
/
+4
*
Add a CastKind enum to CastExpr. Right now it's not used for much but it will...
Anders Carlsson
2009-07-31
1
-0
/
+1
*
Allow front-end 'isa' access on object's of type 'id'.
Steve Naroff
2009-07-24
1
-0
/
+9
*
Read/write a CXXOperatorCallExpr from/to PCH files.
Argyrios Kyrtzidis
2009-07-14
1
-0
/
+13
*
Fix PR 4489, a PCH crash during de-serialization.
Douglas Gregor
2009-07-01
1
-1
/
+0
*
Added writing and reading of the ConstQualAdded flag of
Fariborz Jahanian
2009-06-20
1
-0
/
+1
*
add the location of the ')' in a do/while statement to DoStmt.
Chris Lattner
2009-06-12
1
-1
/
+1
*
Template instantiation for IndirectGotoStmt. Now my life is complete.
Douglas Gregor
2009-05-16
1
-0
/
+1
*
Template instantiation for switch statements
Douglas Gregor
2009-05-15
1
-0
/
+3
*
Template instantiation for "for" loops
Douglas Gregor
2009-05-15
1
-0
/
+2
*
Template instantiation for do-while statements.
Douglas Gregor
2009-05-15
1
-0
/
+1
*
Template instantiation for "if" statements. Also:
Douglas Gregor
2009-05-15
1
-0
/
+1
*
split expr/stmt writing out to PCHWriterStmt.cpp
Chris Lattner
2009-04-27
1
-0
/
+821