]> granicus.if.org Git - clang/history - include/clang/AST/Decl.h
fix const correctness.
[clang] / include / clang / AST / Decl.h
2008-02-26 Chris Lattnerfix const correctness.
2008-02-25 Ted Kremenekdoxygenify some comments.
2008-02-25 Chris Lattnerconvert tabs to spaces, patch by Mike Stump!
2008-02-24 Ted KremenekTwo more Windows-related fixes:
2008-02-16 Anders CarlssonMake sizeof and __alignof work correctly with packed...
2008-02-16 Anders CarlssonAddress comments from Chris.
2008-02-15 Anders CarlssonStore attributes in a global hash map instead.
2008-02-15 Anders CarlssonStore attributes in a global hash map instead.
2008-02-15 Anders CarlssonGet rid of AttributeList in the AST and use the new...
2008-02-11 Steve NaroffAfter yesterday's discussion (http://lists.cs.uiuc...
2008-02-08 Anders CarlssonPut back the top-level asm code; all tests pass now.
2008-02-08 Anders CarlssonBack out 46855 for now, it causes test failures on...
2008-02-07 Anders CarlssonHandle top-level asm declarations.
2008-01-28 Steve NaroffImplement "private extern" on function decls!
2008-01-25 Steve NaroffAdd more support for Apple's "private extern" extension...
2008-01-16 Steve NaroffType::isArithmeticType(): disallow incomplete enum...
2008-01-12 Chris LattnerAdd first pieces of support for parsing and representing
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-19 Chris LattnerAdd iterator interface to function/method parameters.
2007-12-13 Ted KremenekUpdated serialization of ParmVarDecl to serialize out...
2007-12-13 Fariborz JahanianMoved ObjcDeclQualifier to ParmVarDecl from VarDecl.
2007-12-02 Chris Lattnerall filevar's have static storage. Previously a global...
2007-11-14 Ted KremenekImplemented serialization of EnumDecl and EnumConstantDecl.
2007-11-14 Ted KremenekImplemented serialization of FieldDecls.
2007-11-14 Ted KremenekImplemented serialization of RecordDecls. Changed seria...
2007-11-13 Nate BegemanGive AST-walk passes a way to access DeclSpec attribute...
2007-11-13 Ted KremenekRenamed all serialization "Materialize" methods to...
2007-11-13 Ted KremenekRestructured serialization code for decls to make it...
2007-11-06 Fariborz JahanianPatch for objc2's property ASTs, as well as pretty...
2007-11-02 Ted KremenekAdded most of the boilerplate code for Decl serializati...
2007-11-01 Ted KremenekSimplified Serialization code for SourceLocation and...
2007-11-01 Fariborz JahanianRemaining work to collect objective-c's type qualifiers...
2007-11-01 Devang PatelPropagate bitfield info.
2007-10-31 Fariborz JahanianAdded new type and bitfield fields in some decl types...
2007-10-30 Chris Lattnershrinkify storage class to a bitfield, add a fixme...
2007-10-25 Ted KremenekModified StmtIterator to now include visiting the initi...
2007-10-25 Ted KremenekAdded skeleton for Decl serialization.
2007-10-24 Ted KremenekModified operator* for StmtIterator to return Stmt...
2007-10-19 Hartmut KaiserSilenced a VC++ warning.
2007-10-18 Ted KremenekImplemented 90% functionality of new child_iterator...
2007-10-11 Fariborz JahanianThis patch implementa objective-c's @compatibilty-alias...
2007-10-09 Fariborz JahanianRemove comment about protocols and namespace no longer...
2007-10-09 Chris LattnerUpdate DeclKind enums to reflect ObjcProtocolDecl's...
2007-10-09 Fariborz JahanianRemove addition of protocol names to declaration scopes...
2007-10-08 Steve NaroffRemoved unused instance variable from FieldDecl.
2007-10-08 Chris LattnerRename FileVariable -> FileVar for consistency with...
2007-10-07 Chris Lattnermove IdentifierTable.h from liblex to libbasic.
2007-10-07 Chris Lattnerclassof isn't right. This is causing assertion failure...
2007-10-06 Chris Lattneradd comments.
2007-10-06 Chris Lattnerintroduce a new NamedDecl class, switch a couple of...
2007-10-06 Chris LattnerEvery decl has a SourceLocation, move the location...
2007-10-02 Fariborz JahanianThis patch introduces the ObjcCategoryImplDecl class...
2007-10-01 Steve NaroffMove ObjC decls to DeclObjC.h, a new AST header.
2007-10-01 Fariborz JahanianMoved two bitfields back to top of class ObjcMethodDecl...
2007-09-30 Fariborz JahanianUnused ObjcProtoMethod is removed.
2007-09-30 Chris Lattnerimprove comment.
2007-09-29 Fariborz JahanianThis patch fixes all issues mentioned in clattner's...
2007-09-29 Fariborz JahanianPatch to remove use of has table for protocol name...
2007-09-28 Steve NaroffYesterday I discovered that 78% of all selectors in...
2007-09-28 Fariborz JahanianPatch to warn on umimplemented methods coming from...
2007-09-27 Fariborz JahanianPatch for method implementation. It populates ObjcImple...
2007-09-27 Steve NaroffAdd SelectorInfo (similar in spirit to IdentifierInfo...
2007-09-26 Fariborz JahanianThis patch inserts ivars declared in @implementation...
2007-09-25 Fariborz JahanianPatch to make ObjcImplementationDecl derived from TypeD...
2007-09-25 Fariborz JahanianThis patch introduces a new class to keep track of...
2007-09-22 Fariborz JahanianThis patch adds to new things to clang:
2007-09-21 Fariborz JahanianThis patch instantiates objects for forward protocols...
2007-09-20 Fariborz JahanianHandle forward declaration of classes and prevent re...
2007-09-19 Steve NaroffRemove SelectorTable/SelectorInfo, simply store all...
2007-09-18 Fariborz JahanianPatch for object creation and handling of category...
2007-09-17 Fariborz JahanianPatch to remove ObjcProtoMethodDecl and use ObjcMethodDecl
2007-09-17 Fariborz JahanianPatch to add objective-c's @protocl type declaration.
2007-09-17 Steve NaroffAdd const to debug hook...
2007-09-17 Steve NaroffAdd support for ObjC keyword selectors.
2007-09-16 Chris LattnerFix a GCC warning, patch by Justin Handville
2007-09-16 Steve NaroffFixes/tweaks that prevent "defaults-i.m" from compiling.
2007-09-15 Steve NaroffStart converting Action methods from Parse-prefix to...
2007-09-15 Fariborz JahanianCouple of new classes for objective-c's @protocol typings.
2007-09-14 Steve NaroffSeveral improvement to Sema::ParseRecordBody()...
2007-09-14 Fariborz JahanianPatch to store ivars into interface class object.
2007-09-14 Steve NaroffNow that the dust has settled on the Decl refactoring...
2007-09-13 Steve NaroffMove Decl::NextDeclarator (w/ setters/getters) down...
2007-09-13 Steve NaroffPhase 2 of making the Decl class more lightweight...
2007-09-13 Steve NaroffAdd "ScopedDecl" AST, used by ValueDecl and TypeDecl.
2007-09-12 Fariborz JahanianPatch for building method declaration nodes. Also fixed...
2007-09-11 Steve Naroff- Add an ObjcIvarDecl AST node (a subclass of FieldDecl).
2007-09-11 Fariborz JahanianChange ObjcMethodDecl class derivation.
2007-09-10 Fariborz JahanianEarly patch to collect objective-c methods inserts...
2007-09-07 Hartmut KaiserFixed compilation on Windows.
2007-09-06 Steve NaroffThe goal of this commit is to get just enough Sema...
2007-08-29 Chris Lattneradd some accessors
2007-08-28 Steve NaroffFinish converting decls over to the new invalid decl...
2007-08-28 Steve NaroffMove the "invalid decl" idiom up to Decl (where we...
2007-08-28 Chris LattnerChange EnumDecl to store its corresponding integer...
2007-08-28 Steve NaroffImplement more thoughful error recovery when dealing...
2007-08-27 Chris Lattneradd some accessors.
2007-08-26 Chris LattnerWhy didn't gcc catch this? :(
2007-08-26 Chris LattnerMake parse-ast-print print the storage class and inline
2007-08-25 Chris LattnerFix clang -parse-ast-dump carbon.c
next