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
/
Sema
/
SemaExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rename IntegerConstant->IntegerLiteral
Steve Naroff
2007-02-21
1
-6
/
+6
*
C++: Added support for bool types.
Bill Wendling
2007-02-13
1
-1
/
+1
*
Add support for target-independent builtin functions (like __builtin_abs),
Chris Lattner
2007-01-28
1
-7
/
+3
*
rename some classes, no functionality changes.
Chris Lattner
2007-01-26
1
-1
/
+1
*
Diagnose invalid sizeof/alignof operands.
Chris Lattner
2007-01-23
1
-1
/
+19
*
Add support for C90 implicitly defined functions, e.g.:
Chris Lattner
2006-11-20
1
-4
/
+23
*
remember referenced decls in our AST's
Chris Lattner
2006-11-20
1
-2
/
+1
*
parse identifier expressions properly. This allows us diagnose this:
Chris Lattner
2006-11-20
1
-12
/
+24
*
remember and pretty-print cast types
Chris Lattner
2006-11-20
1
-3
/
+5
*
Parse and remember types enough that we can pretty print:
Chris Lattner
2006-11-19
1
-1
/
+3
*
Let ASTContext hold target info, since it's useful
Chris Lattner
2006-11-10
1
-2
/
+1
*
introduce a new ASTContext class to hold long-lived ast nodes.
Chris Lattner
2006-11-10
1
-11
/
+12
*
move the rest of the expr sema to SemaExpr.cpp and the decl processing stuff
Chris Lattner
2006-11-10
1
-0
/
+167
*
split semantic analysis of expressions out to its own file
Chris Lattner
2006-11-10
1
-0
/
+239
[prev]