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
/
AST
/
Expr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
split the rest of the type predicates into pure predicates:
Chris Lattner
2007-07-31
1
-1
/
+1
*
Finish up semantic analysis for vector components.
Steve Naroff
2007-07-30
1
-0
/
+18
*
Added a new expression, OCUVectorComponent.
Steve Naroff
2007-07-28
1
-0
/
+10
*
Minor simplification to Expr::isLvalue().
Steve Naroff
2007-07-21
1
-1
/
+1
*
minor simplifications
Chris Lattner
2007-07-21
1
-2
/
+2
*
implement i-c-e correct evaluation for sizeof/alignof, remove some obsolete f...
Chris Lattner
2007-07-18
1
-13
/
+20
*
add a note Neil pointed out
Chris Lattner
2007-07-18
1
-0
/
+4
*
Fix references:
Bill Wendling
2007-07-17
1
-1
/
+5
*
avoid requiring people to update from llvm svn.
Chris Lattner
2007-07-16
1
-1
/
+1
*
Constify the is*Lvalue() methods.
Bill Wendling
2007-07-16
1
-2
/
+2
*
Remove an extraneous QualType from CastExpr, it's type is always
Chris Lattner
2007-07-15
1
-12
/
+26
*
set the correct width for a character literal when evaluating it as an i-c-e.
Chris Lattner
2007-07-15
1
-4
/
+7
*
Refactor code so that isIntegerConstantExpr has an ASTContext available.
Chris Lattner
2007-07-15
1
-18
/
+19
*
This is the final step/commit for implementing exlicit implicit casts. Unlike...
Steve Naroff
2007-07-15
1
-0
/
+3
*
Properly use local variable declaration inside a switch case
Anton Korobeynikov
2007-07-12
1
-1
/
+2
*
Bug #:
Steve Naroff
2007-07-10
1
-1
/
+5
*
add a method to get more precise arrow positioning for expressions. Rename
Chris Lattner
2007-06-27
1
-2
/
+2
*
implement the rest of Expr::hasLocalSideEffect
Chris Lattner
2007-06-27
1
-10
/
+14
*
First cut at warning about expressions whose results are ignored. For example,
Chris Lattner
2007-06-27
1
-4
/
+59
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-4
/
+3
*
Enums are integer constant exprs, return their values.
Chris Lattner
2007-06-11
1
-4
/
+1
*
Implement capturing of enum values and chaining of enums together.
Chris Lattner
2007-06-11
1
-0
/
+3
*
fix assertion on out-of-range shift
Chris Lattner
2007-06-08
1
-2
/
+6
*
Fix bugs in isIntegerConstantExpr handling character and enum literals
Chris Lattner
2007-06-08
1
-2
/
+2
*
implement a fixme, fixing test/Sema/i-c-e1.c
Chris Lattner
2007-06-08
1
-11
/
+4
*
add another fixme
Chris Lattner
2007-06-05
1
-0
/
+1
*
Rename Sema::isConstantArrayType -> VerifyConstantArrayType. Make sure to
Chris Lattner
2007-06-05
1
-1
/
+1
*
Change Expr::isIntegerConstantExpr in two ways:
Chris Lattner
2007-06-05
1
-52
/
+216
*
Nothing currently wants to know if something is a constantexpr. Simplify
Chris Lattner
2007-06-05
1
-14
/
+12
*
Modify Expr::isConstantExpr and friends take a pointer to a SourceLoc instead
Chris Lattner
2007-06-02
1
-19
/
+19
*
Bug #:
Steve Naroff
2007-05-27
1
-21
/
+33
*
Accept parenthesized expressions like ((void*)0) and (void*)(0) as null pointer
Chris Lattner
2007-05-24
1
-24
/
+29
*
minor simplification
Chris Lattner
2007-05-21
1
-4
/
+3
*
Bug #:
Steve Naroff
2007-05-20
1
-1
/
+25
*
Bug #:
Steve Naroff
2007-05-18
1
-19
/
+35
*
Bug #:
Steve Naroff
2007-05-17
1
-2
/
+4
*
Bug #:
Steve Naroff
2007-05-17
1
-2
/
+5
*
Bug #:
Steve Naroff
2007-05-15
1
-72
/
+23
*
Bug #:
Steve Naroff
2007-05-15
1
-14
/
+83
*
Bug #:
Steve Naroff
2007-05-14
1
-9
/
+5
*
Bug #:
Steve Naroff
2007-05-14
1
-15
/
+39
*
Bug #:
Steve Naroff
2007-05-08
1
-0
/
+50
*
Bug #:
Steve Naroff
2007-05-07
1
-2
/
+3
*
Bug #:
Steve Naroff
2007-05-04
1
-0
/
+7
*
Bug #:
Steve Naroff
2007-05-03
1
-6
/
+7
*
Bug #:
Steve Naroff
2007-04-26
1
-2
/
+2
*
Bug #:
Steve Naroff
2007-04-25
1
-6
/
+3
*
Bug #:
Steve Naroff
2007-04-19
1
-0
/
+38
*
Bug #:
Steve Naroff
2007-04-05
1
-1
/
+1
*
Bug #:
Steve Naroff
2007-04-05
1
-1
/
+1
[prev]
[next]