summaryrefslogtreecommitdiffstats
path: root/clang/AST/Expr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* split the rest of the type predicates into pure predicates:Chris Lattner2007-07-311-1/+1
* Finish up semantic analysis for vector components.Steve Naroff2007-07-301-0/+18
* Added a new expression, OCUVectorComponent.Steve Naroff2007-07-281-0/+10
* Minor simplification to Expr::isLvalue().Steve Naroff2007-07-211-1/+1
* minor simplificationsChris Lattner2007-07-211-2/+2
* implement i-c-e correct evaluation for sizeof/alignof, remove some obsolete f...Chris Lattner2007-07-181-13/+20
* add a note Neil pointed outChris Lattner2007-07-181-0/+4
* Fix references:Bill Wendling2007-07-171-1/+5
* avoid requiring people to update from llvm svn.Chris Lattner2007-07-161-1/+1
* Constify the is*Lvalue() methods.Bill Wendling2007-07-161-2/+2
* Remove an extraneous QualType from CastExpr, it's type is alwaysChris Lattner2007-07-151-12/+26
* set the correct width for a character literal when evaluating it as an i-c-e.Chris Lattner2007-07-151-4/+7
* Refactor code so that isIntegerConstantExpr has an ASTContext available.Chris Lattner2007-07-151-18/+19
* This is the final step/commit for implementing exlicit implicit casts. Unlike...Steve Naroff2007-07-151-0/+3
* Properly use local variable declaration inside a switch caseAnton Korobeynikov2007-07-121-1/+2
* Bug #:Steve Naroff2007-07-101-1/+5
* add a method to get more precise arrow positioning for expressions. RenameChris Lattner2007-06-271-2/+2
* implement the rest of Expr::hasLocalSideEffectChris Lattner2007-06-271-10/+14
* First cut at warning about expressions whose results are ignored. For example,Chris Lattner2007-06-271-4/+59
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-4/+3
* Enums are integer constant exprs, return their values.Chris Lattner2007-06-111-4/+1
* Implement capturing of enum values and chaining of enums together.Chris Lattner2007-06-111-0/+3
* fix assertion on out-of-range shiftChris Lattner2007-06-081-2/+6
* Fix bugs in isIntegerConstantExpr handling character and enum literalsChris Lattner2007-06-081-2/+2
* implement a fixme, fixing test/Sema/i-c-e1.cChris Lattner2007-06-081-11/+4
* add another fixmeChris Lattner2007-06-051-0/+1
* Rename Sema::isConstantArrayType -> VerifyConstantArrayType. Make sure toChris Lattner2007-06-051-1/+1
* Change Expr::isIntegerConstantExpr in two ways:Chris Lattner2007-06-051-52/+216
* Nothing currently wants to know if something is a constantexpr. SimplifyChris Lattner2007-06-051-14/+12
* Modify Expr::isConstantExpr and friends take a pointer to a SourceLoc insteadChris Lattner2007-06-021-19/+19
* Bug #:Steve Naroff2007-05-271-21/+33
* Accept parenthesized expressions like ((void*)0) and (void*)(0) as null pointerChris Lattner2007-05-241-24/+29
* minor simplificationChris Lattner2007-05-211-4/+3
* Bug #:Steve Naroff2007-05-201-1/+25
* Bug #:Steve Naroff2007-05-181-19/+35
* Bug #:Steve Naroff2007-05-171-2/+4
* Bug #:Steve Naroff2007-05-171-2/+5
* Bug #:Steve Naroff2007-05-151-72/+23
* Bug #:Steve Naroff2007-05-151-14/+83
* Bug #:Steve Naroff2007-05-141-9/+5
* Bug #:Steve Naroff2007-05-141-15/+39
* Bug #:Steve Naroff2007-05-081-0/+50
* Bug #:Steve Naroff2007-05-071-2/+3
* Bug #:Steve Naroff2007-05-041-0/+7
* Bug #:Steve Naroff2007-05-031-6/+7
* Bug #:Steve Naroff2007-04-261-2/+2
* Bug #:Steve Naroff2007-04-251-6/+3
* Bug #:Steve Naroff2007-04-191-0/+38
* Bug #:Steve Naroff2007-04-051-1/+1
* Bug #:Steve Naroff2007-04-051-1/+1
OpenPOWER on IntegriCloud