summaryrefslogtreecommitdiffstats
path: root/clang/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor code so that isIntegerConstantExpr has an ASTContext available.Chris Lattner2007-07-151-8/+9
* This is the final step/commit for implementing exlicit implicit casts. Unlike...Steve Naroff2007-07-151-22/+41
* A significant refactoring of the type size stuff to also Chris Lattner2007-07-141-5/+6
* More changes related to implementing ImplicitCastExpr.Steve Naroff2007-07-131-36/+64
* Removed some superfluous code. The getType() method and associatedSteve Naroff2007-07-131-11/+3
* Add (explicit) AST support for implicit casts. This should simplify the Steve Naroff2007-07-131-81/+82
* Implement codegen for + and - with pointers. Patch contributed by Chris Lattner2007-07-131-2/+3
* Two changes...Steve Naroff2007-07-121-8/+4
* Fix a release build of clang.Chris Lattner2007-07-111-1/+1
* Bug #:Steve Naroff2007-07-101-2/+4
* Bug #:Steve Naroff2007-07-101-15/+23
* Bug #:Steve Naroff2007-07-091-2/+3
* Bug #:Steve Naroff2007-07-091-2/+30
* Bug #:Steve Naroff2007-07-061-3/+4
* Rename ArithAssignBinaryOperator -> CompoundAssignOperator, implementChris Lattner2007-06-291-1/+1
* Record the intermediate computation type for compound assignments in the AST.Chris Lattner2007-06-281-38/+36
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-6/+6
* Bug #:Steve Naroff2007-06-131-11/+32
* Bug #:Steve Naroff2007-06-131-10/+17
* Bug #:Steve Naroff2007-06-091-21/+26
* factor casts together, add a case for __extension__Chris Lattner2007-06-081-12/+15
* add missing caseChris Lattner2007-06-081-1/+1
* Bug #:Steve Naroff2007-06-061-33/+32
* On bogus code like this:Chris Lattner2007-06-061-2/+14
* Fix semantic analysis of calls on stuff like:Chris Lattner2007-06-061-2/+4
* implement codegen of string literals.Chris Lattner2007-06-061-1/+0
* add some fixme's for incorrect semaChris Lattner2007-06-051-0/+3
* Bug #:Steve Naroff2007-06-041-22/+26
* Fix a fixme, produce diagnostics like this:Chris Lattner2007-06-021-6/+8
* Submitted by: Bill WendlingBill Wendling2007-06-021-0/+5
* When a function decays into its address, ensure the result type keeps anyChris Lattner2007-06-021-1/+1
* Correct the type of logical not.Chris Lattner2007-06-021-0/+2
* Bug #:Steve Naroff2007-05-301-2/+2
* Submitted by: Bill WendlingBill Wendling2007-05-301-5/+5
* Bug #:Steve Naroff2007-05-301-11/+13
* Bug #:Steve Naroff2007-05-301-26/+24
* Bug #:Steve Naroff2007-05-291-28/+16
* Bug #:Steve Naroff2007-05-281-3/+6
* Bug #:Steve Naroff2007-05-281-14/+32
* Bug #:Steve Naroff2007-05-281-5/+18
* implement full sema support for the GCC address-of-label extension.Chris Lattner2007-05-281-1/+17
* Bug #:Steve Naroff2007-05-271-17/+45
* Bug #:Steve Naroff2007-05-221-2/+2
* Implement Sema::ParseNumericConstant for integer constants in terms of APIntChris Lattner2007-05-211-21/+77
* Bug #:Steve Naroff2007-05-201-5/+5
* Bug #:Steve Naroff2007-05-201-4/+5
* fix some indentation funkinessChris Lattner2007-05-191-25/+24
* Bug #:Steve Naroff2007-05-181-29/+37
* Bug #:Steve Naroff2007-05-181-18/+28
* Bug #:Steve Naroff2007-05-171-3/+4
OpenPOWER on IntegriCloud