| Commit message (Expand) | Author | Age | Files | Lines |
| * | Start converting Action methods from Parse-prefix to ActOn-prefix. | Steve Naroff | 2007-09-15 | 1 | -2/+2 |
| * | Fix the following bug submitted by Justin Handville. | Steve Naroff | 2007-09-10 | 1 | -2/+19 |
| * | The goal of this commit is to get just enough Sema support to recognize Objec... | Steve Naroff | 2007-09-06 | 1 | -0/+4 |
| * | Final phase of array cleanup (for now), removing a FIXME from yesterday. | Steve Naroff | 2007-08-30 | 1 | -2/+22 |
| * | Polish yesterday's Array/ConstantArray/VariableArray rewrite, removing a coup... | Steve Naroff | 2007-08-30 | 1 | -2/+7 |
| * | Finish converting decls over to the new invalid decl API. | Steve Naroff | 2007-08-28 | 1 | -8/+10 |
| * | extwarn about VLAs in C89 mode. | Chris Lattner | 2007-08-28 | 1 | -2/+8 |
| * | c++'0x has long long also. | Chris Lattner | 2007-08-28 | 1 | -1/+1 |
| * | warn about long long when in c89 mode. | Chris Lattner | 2007-08-28 | 1 | -0/+6 |
| * | Implement more thoughful error recovery when dealing with bogus declarator ty... | Steve Naroff | 2007-08-28 | 1 | -1/+12 |
| * | Fix bogus warnings (noticed by Chris) with array-constraints.c. | Steve Naroff | 2007-08-26 | 1 | -4/+0 |
| * | add sema support for complex integer types | Chris Lattner | 2007-08-21 | 1 | -12/+21 |
| * | Two typeof() related changes... | Steve Naroff | 2007-08-01 | 1 | -1/+1 |
| * | remove more explicit accesses to the canonical type pointer. | Chris Lattner | 2007-07-31 | 1 | -2/+2 |
| * | rename isReferenceType to follow the new scheme. | Chris Lattner | 2007-07-31 | 1 | -2/+2 |
| * | Add parsing and AST support for GNU "typeof". | Steve Naroff | 2007-07-31 | 1 | -0/+12 |
| * | recover from void argument types more nicely. | Chris Lattner | 2007-07-21 | 1 | -2/+3 |
| * | better wording for an error, suggested by Neil. | Chris Lattner | 2007-07-21 | 1 | -1/+1 |
| * | improve and simplify error recovery for calls, fix a crash when diagnosing | Chris Lattner | 2007-07-21 | 1 | -11/+12 |
| * | Fix a crasher that Neil reported: Sema::GetTypeForDeclarator should never | Chris Lattner | 2007-07-19 | 1 | -16/+11 |
| * | Unspecified type specs default to int. This fixes a crash | Chris Lattner | 2007-07-13 | 1 | -0/+1 |
| * | Finally bite the bullet and make the major change: split the clang namespace | Chris Lattner | 2007-06-15 | 1 | -2/+1 |
| * | Submitted by: Bill Wendling | Bill Wendling | 2007-06-02 | 1 | -2/+20 |
| * | Bug #: | Bill Wendling | 2007-05-27 | 1 | -0/+3 |
| * | Rename type::getAsString to getAsStringInternal. Add a new | Chris Lattner | 2007-05-16 | 1 | -6/+3 |
| * | Bug #: | Steve Naroff | 2007-04-05 | 1 | -13/+13 |
| * | Bug #: | Steve Naroff | 2007-04-05 | 1 | -1/+1 |
| * | Bug #: | Steve Naroff | 2007-03-27 | 1 | -1/+3 |
| * | Bug #: | Steve Naroff | 2007-03-27 | 1 | -10/+13 |
| * | Bug #: | Steve Naroff | 2007-03-27 | 1 | -1/+10 |
| * | Added isa<> support for Statements and Expressions. This involved: | Steve Naroff | 2007-02-26 | 1 | -1/+2 |
| * | C++: Added support for bool types. | Bill Wendling | 2007-02-13 | 1 | -1/+1 |
| * | rename some classes, no functionality changes. | Chris Lattner | 2007-01-26 | 1 | -1/+1 |
| * | Enforce the rest of C99 6.7.2.1p2, emitting diagnostics like: | Chris Lattner | 2007-01-25 | 1 | -0/+11 |
| * | Add TaggedType, which represents tagged decls as types. Create these when | Chris Lattner | 2007-01-23 | 1 | -3/+11 |
| * | Generalize DeclSpec::TypedefRep to allow it to hold any type representation. | Chris Lattner | 2007-01-23 | 1 | -1/+1 |
| * | Enforce C99 6.7.5.3p3, rejecting code like: | Chris Lattner | 2006-12-03 | 1 | -0/+5 |
| * | Diagnose errors like: | Chris Lattner | 2006-12-03 | 1 | -5/+5 |
| * | reject int(const void). | Chris Lattner | 2006-12-03 | 1 | -0/+4 |
| * | move void argument checking from the parser to the semantic analysis stage. | Chris Lattner | 2006-12-03 | 1 | -3/+27 |
| * | implement AST representation for function types with and without a prototype. | Chris Lattner | 2006-12-02 | 1 | -1/+19 |
| * | implement ParseParamDeclaratorType in the ast builder | Chris Lattner | 2006-12-02 | 1 | -0/+12 |
| * | Next step of retaining information about function prototypes: actually retain | Chris Lattner | 2006-12-02 | 1 | -5/+5 |
| * | Finish converting DeclSpec to use accessors. | Chris Lattner | 2006-11-28 | 1 | -12/+13 |
| * | Convert more code to use DeclSpec accessors | Chris Lattner | 2006-11-28 | 1 | -1/+1 |
| * | add accessors to DeclSpec, start moving clients over to use them. | Chris Lattner | 2006-11-28 | 1 | -3/+3 |
| * | remember and pretty-print cast types | Chris Lattner | 2006-11-20 | 1 | -0/+3 |
| * | correctly handle stuff like: | Chris Lattner | 2006-11-20 | 1 | -2/+2 |
| * | Create a new TypeNameType class, which represents typedefs as types. This | Chris Lattner | 2006-11-20 | 1 | -4/+12 |
| * | remove #include of clang/Parse/DeclSpec.h from clang/AST/Decl.h | Chris Lattner | 2006-11-19 | 1 | -0/+1 |