]> granicus.if.org Git - clang/history - include/clang/Parse/DeclSpec.h
move type attribute processing into the creatively named ProcessTypeAttributes method.
[clang] / include / clang / Parse / DeclSpec.h
2008-02-21 Chris Lattnermove type attribute processing into the creatively...
2008-02-14 Steve NaroffRemove DeclSpec::Invalid, a recently added bool that...
2008-02-12 Steve NaroffAllow the parser to detect invalid DeclSpec's. This...
2008-01-25 Steve NaroffAdd more support for Apple's "private extern" extension...
2008-01-17 Steve NaroffDeclarator::clear(): Null out variable after it's been...
2008-01-07 Ted KremenekSubstituted all instances of the string "Objc" for...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-12 Ted KremenekTargetInfo no longer includes a reference to SourceManager.
2007-12-11 Ted KremenekMega-patch: ripped SourceManager out of Diagnostic...
2007-12-02 Chris Lattnerimprove VC++ compatibility, patch by Cédric Venet.
2007-11-13 Nate BegemanGive AST-walk passes a way to access DeclSpec attribute...
2007-11-07 Fariborz JahanianFixed typo.
2007-11-06 Fariborz JahanianPatch for objc2's property ASTs, as well as pretty...
2007-10-31 Fariborz JahanianMore infrastructure to recognize objective-c's type...
2007-10-11 Fariborz JahanianPatch to create protocol conforming class types.
2007-09-27 Steve NaroffAdd SelectorInfo (similar in spirit to IdentifierInfo...
2007-09-17 Steve NaroffAdd a comment and remove unused constructors.
2007-09-17 Steve Naroff- Refactored ObjcKeywordInfo into ObjcKeywordInfo,...
2007-09-05 Steve NaroffStart implementing Actions interface for ObjC classes...
2007-09-03 Chris LattnerEliminate some VC++ warnings, patch by Hartmut Kaiser!
2007-08-28 Steve NaroffImplement more thoughful error recovery when dealing...
2007-07-31 Steve NaroffAdd parsing and AST support for GNU "typeof".
2007-07-25 Chris LattnerFix a couple of bugs, add some new cool stuff.
2007-07-11 Reid SpencerStage two of getting CFE top correct.