aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/PCHBitCodes.h
AgeCommit message (Expand)Author
2009-10-26Update location of DataTypes.h to reflect move in LLVM with r85086.Chandler Carruth
2009-10-23Remove OriginalTypeParmDecl; the original type is the one specifiedJohn McCall
2009-10-22When building types from declarators, instead of building two types (one forJohn McCall
2009-10-22Extend out the block descriptor structure for debug information withMike Stump
2009-10-20Refine the type of the first parameter to block invoke functions.Mike Stump
2009-10-18When performing template-substitution into a type, don't just replace theJohn McCall
2009-10-17Merge the "types" and "declarations" blocks in the precompiled headerDouglas Gregor
2009-10-16Remove the ConstantArrayType subtypes. This information is preserved in theJohn McCall
2009-10-05Encode the Clang branch and Subversion revision into a PCH file, andDouglas Gregor
2009-09-29Introduce ObjCProtocolListType type subclass.Argyrios Kyrtzidis
2009-09-09Improve handling of initialization by constructor, by ensuring thatDouglas Gregor
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-05Basic support for representing elaborated type specifiersJohn McCall
2009-08-21Remove comma at the end of enumerator list.Daniel Dunbar
2009-08-21Make the new Objective-C "id" and "Class" redefinition types specialDouglas Gregor
2009-08-20Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...Fariborz Jahanian
2009-08-18Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.Fariborz Jahanian
2009-07-28Make longjmp a real builtin.Mike Stump
2009-07-24Allow front-end 'isa' access on object's of type 'id'.Steve Naroff
2009-07-21Remove the ObjCCategoryImpls vector from Sema class.Argyrios Kyrtzidis
2009-07-18Remove ObjCQualifiedInterfaceType:-)Steve Naroff
2009-07-15Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseu...Steve Naroff
2009-07-14Basic support for C++0x unicode types. Support for literals will follow in a...Alisdair Meredith
2009-07-14Read/write a CXXOperatorCallExpr from/to PCH files.Argyrios Kyrtzidis
2009-07-08Bump the PCH version numberDouglas Gregor
2009-07-07Make ASTContext explicitly keep track of the declaration for the CDouglas Gregor
2009-07-06Keep track of the Expr used to describe the size of an array type,Douglas Gregor
2009-07-02Add support for retrieving the Doxygen comment associated with a givenDouglas Gregor
2009-06-24Add a DecltypeType type.Anders Carlsson
2009-06-17First step toward fixing <rdar://problem/6613046> refactor clang objc type re...Steve Naroff
2009-05-12Make precompiled headers work with -E. When we're only preprocessingDouglas Gregor
2009-05-10Implement C++0x nullptr.Sebastian Redl
2009-04-30initial support for __[u]int128_t, which should be basicallyChris Lattner
2009-04-27Add a header containing the Clang version; make the driver use thisDouglas Gregor
2009-04-27Add Sema::ExtVectorDecls and Sema::ObjCCategoryImpls to the PCH file. Since t...Douglas Gregor
2009-04-27Implement caching of stat() calls for precompiled headers, which isDouglas Gregor
2009-04-27Load most of the source manager's information lazily from the PCHDouglas Gregor
2009-04-27fix a comment by starting stmts/exprs after types and decls.Chris Lattner
2009-04-26Some fixes for PCH (de-)serialization of Objective-C AST nodes:Douglas Gregor
2009-04-26Add PCH read/write support for ObjC statements.Steve Naroff
2009-04-26implement PCH support for the rest of ExprObjC.h, includingChris Lattner
2009-04-26Don't read all of the records in the PCH file's preprocessor block,Douglas Gregor
2009-04-25Load the selector table lazily from the PCH file. Douglas Gregor
2009-04-25Add PCH support for ObjCMessageExpr (needed to build Mail).Steve Naroff
2009-04-24PCH support for the global method pool (= instance and factory methodDouglas Gregor
2009-04-24Add PCH support for #import.Steve Naroff
2009-04-23PCH support for all of the predefined Objective-C types, such as id,Douglas Gregor
2009-04-23Add PCH read/write support for Objective-C Selectors.Steve Naroff
2009-04-22Support locally-declared external declarations in PCH filesDouglas Gregor
2009-04-22Support tentative definitions in precompiled headers. This isn't likelyDouglas Gregor