Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Refactor code so that isIntegerConstantExpr has an ASTContext available. | Chris Lattner | 2007-07-15 | 1 | -8/+9 | |
* | This is the final step/commit for implementing exlicit implicit casts. Unlike... | Steve Naroff | 2007-07-15 | 1 | -22/+41 | |
* | A significant refactoring of the type size stuff to also | Chris Lattner | 2007-07-14 | 1 | -5/+6 | |
* | More changes related to implementing ImplicitCastExpr. | Steve Naroff | 2007-07-13 | 1 | -36/+64 | |
* | Removed some superfluous code. The getType() method and associated | Steve Naroff | 2007-07-13 | 1 | -11/+3 | |
* | Add (explicit) AST support for implicit casts. This should simplify the | Steve Naroff | 2007-07-13 | 1 | -81/+82 | |
* | Implement codegen for + and - with pointers. Patch contributed by | Chris Lattner | 2007-07-13 | 1 | -2/+3 | |
* | Two changes... | Steve Naroff | 2007-07-12 | 1 | -8/+4 | |
* | Fix a release build of clang. | Chris Lattner | 2007-07-11 | 1 | -1/+1 | |
* | Bug #: | Steve Naroff | 2007-07-10 | 1 | -2/+4 | |
* | Bug #: | Steve Naroff | 2007-07-10 | 1 | -15/+23 | |
* | Bug #: | Steve Naroff | 2007-07-09 | 1 | -2/+3 | |
* | Bug #: | Steve Naroff | 2007-07-09 | 1 | -2/+30 | |
* | Bug #: | Steve Naroff | 2007-07-06 | 1 | -3/+4 | |
* | Rename ArithAssignBinaryOperator -> CompoundAssignOperator, implement | Chris Lattner | 2007-06-29 | 1 | -1/+1 | |
* | Record the intermediate computation type for compound assignments in the AST. | Chris Lattner | 2007-06-28 | 1 | -38/+36 | |
* | Finally bite the bullet and make the major change: split the clang namespace | Chris Lattner | 2007-06-15 | 1 | -6/+6 | |
* | Bug #: | Steve Naroff | 2007-06-13 | 1 | -11/+32 | |
* | Bug #: | Steve Naroff | 2007-06-13 | 1 | -10/+17 | |
* | Bug #: | Steve Naroff | 2007-06-09 | 1 | -21/+26 | |
* | factor casts together, add a case for __extension__ | Chris Lattner | 2007-06-08 | 1 | -12/+15 | |
* | add missing case | Chris Lattner | 2007-06-08 | 1 | -1/+1 | |
* | Bug #: | Steve Naroff | 2007-06-06 | 1 | -33/+32 | |
* | On bogus code like this: | Chris Lattner | 2007-06-06 | 1 | -2/+14 | |
* | Fix semantic analysis of calls on stuff like: | Chris Lattner | 2007-06-06 | 1 | -2/+4 | |
* | implement codegen of string literals. | Chris Lattner | 2007-06-06 | 1 | -1/+0 | |
* | add some fixme's for incorrect sema | Chris Lattner | 2007-06-05 | 1 | -0/+3 | |
* | Bug #: | Steve Naroff | 2007-06-04 | 1 | -22/+26 | |
* | Fix a fixme, produce diagnostics like this: | Chris Lattner | 2007-06-02 | 1 | -6/+8 | |
* | Submitted by: Bill Wendling | Bill Wendling | 2007-06-02 | 1 | -0/+5 | |
* | When a function decays into its address, ensure the result type keeps any | Chris Lattner | 2007-06-02 | 1 | -1/+1 | |
* | Correct the type of logical not. | Chris Lattner | 2007-06-02 | 1 | -0/+2 | |
* | Bug #: | Steve Naroff | 2007-05-30 | 1 | -2/+2 | |
* | Submitted by: Bill Wendling | Bill Wendling | 2007-05-30 | 1 | -5/+5 | |
* | Bug #: | Steve Naroff | 2007-05-30 | 1 | -11/+13 | |
* | Bug #: | Steve Naroff | 2007-05-30 | 1 | -26/+24 | |
* | Bug #: | Steve Naroff | 2007-05-29 | 1 | -28/+16 | |
* | Bug #: | Steve Naroff | 2007-05-28 | 1 | -3/+6 | |
* | Bug #: | Steve Naroff | 2007-05-28 | 1 | -14/+32 | |
* | Bug #: | Steve Naroff | 2007-05-28 | 1 | -5/+18 | |
* | implement full sema support for the GCC address-of-label extension. | Chris Lattner | 2007-05-28 | 1 | -1/+17 | |
* | Bug #: | Steve Naroff | 2007-05-27 | 1 | -17/+45 | |
* | Bug #: | Steve Naroff | 2007-05-22 | 1 | -2/+2 | |
* | Implement Sema::ParseNumericConstant for integer constants in terms of APInt | Chris Lattner | 2007-05-21 | 1 | -21/+77 | |
* | Bug #: | Steve Naroff | 2007-05-20 | 1 | -5/+5 | |
* | Bug #: | Steve Naroff | 2007-05-20 | 1 | -4/+5 | |
* | fix some indentation funkiness | Chris Lattner | 2007-05-19 | 1 | -25/+24 | |
* | Bug #: | Steve Naroff | 2007-05-18 | 1 | -29/+37 | |
* | Bug #: | Steve Naroff | 2007-05-18 | 1 | -18/+28 | |
* | Bug #: | Steve Naroff | 2007-05-17 | 1 | -3/+4 |