]> granicus.if.org Git - clang/history - Sema/SemaType.cpp
move type attribute processing into the creatively named ProcessTypeAttributes method.
[clang] / Sema / SemaType.cpp
2008-02-21 Chris Lattnermove type attribute processing into the creatively...
2008-02-21 Chris LattnerCorrectly handle address space qualifiers in declspecs...
2008-02-20 Chris Lattnermove ConvertDeclSpecToType into Sema
2008-02-20 Chris Lattneradd some code that will be used to remove processed...
2008-02-20 Chris LattnerChange ConvertDeclSpecToType to break out of switch...
2008-02-20 Chris LattnerAlternate address spaces work:
2008-02-15 Eli FriedmanSplit out incomplete arrays from VariableArrayType...
2008-01-14 Steve NaroffMake sure Sema::GetTypeForDeclarator() deals with abstr...
2008-01-07 Ted KremenekSubstituted all instances of the string "Objc" for...
2008-01-02 Chris LattnerWhen promoting array to pointer for argument, don't...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-19 Chris Lattnerreenable this code, fix the testcase.
2007-12-19 Chris Lattnerdisable my commit from yesterday, fixing a regression...
2007-12-19 Chris LattnerImplement C99 6.7.5.3p1
2007-12-18 Fariborz JahanianRefactoring work. ObjcQualifiedIdType is now derived...
2007-12-18 Steve NaroffFixe bogus error for variable argument methods. Sema...
2007-12-17 Fariborz JahanianPatch to implemented objective-c's dynamic object point...
2007-12-04 Fariborz JahanianSimplified setting up Method's scope before generating...
2007-11-13 Nate BegemanRename Sema method to follow class naming convention
2007-11-12 Steve NaroffRemove Sema::ObjcBuildMethodParameter().
2007-11-09 Fariborz JahanianSome code clean up in the form of name changes for...
2007-11-09 Fariborz JahanianAdded class context to method declarations. Provide...
2007-11-09 Fariborz JahanianInsert invisble arguments to method definition header.
2007-11-08 Fariborz JahanianFirst patch toward rewriting of method definitions...
2007-10-11 Fariborz JahanianPatch to create protocol conforming class types.
2007-10-07 Chris Lattnermove IdentifierTable.h from liblex to libbasic.
2007-10-01 Steve NaroffMove ObjC decls to DeclObjC.h, a new AST header.
2007-09-15 Steve NaroffStart converting Action methods from Parse-prefix to...
2007-09-10 Steve NaroffFix the following bug submitted by Justin Handville.
2007-09-06 Steve NaroffThe goal of this commit is to get just enough Sema...
2007-08-30 Steve NaroffFinal phase of array cleanup (for now), removing a...
2007-08-30 Steve NaroffPolish yesterday's Array/ConstantArray/VariableArray...
2007-08-28 Steve NaroffFinish converting decls over to the new invalid decl...
2007-08-28 Chris Lattnerextwarn about VLAs in C89 mode.
2007-08-28 Chris Lattnerc++'0x has long long also.
2007-08-28 Chris Lattnerwarn about long long when in c89 mode.
2007-08-28 Steve NaroffImplement more thoughful error recovery when dealing...
2007-08-26 Steve NaroffFix bogus warnings (noticed by Chris) with array-constr...
2007-08-21 Chris Lattneradd sema support for complex integer types
2007-08-01 Steve NaroffTwo typeof() related changes...
2007-07-31 Chris Lattnerremove more explicit accesses to the canonical type...
2007-07-31 Chris Lattnerrename isReferenceType to follow the new scheme.
2007-07-31 Steve NaroffAdd parsing and AST support for GNU "typeof".
2007-07-21 Chris Lattnerrecover from void argument types more nicely.
2007-07-21 Chris Lattnerbetter wording for an error, suggested by Neil.
2007-07-21 Chris Lattnerimprove and simplify error recovery for calls, fix...
2007-07-19 Chris LattnerFix a crasher that Neil reported: Sema::GetTypeForDecla...
2007-07-13 Chris LattnerUnspecified type specs default to int. This fixes...
2007-07-11 Reid SpencerStage two of getting CFE top correct.