aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/PCHWriter.cpp
AgeCommit message (Expand)Author
2009-11-16First part of changes to eliminate problems with cv-qualifiers andDouglas Gregor
2009-11-11Introduce a new representation for template templateDouglas Gregor
2009-11-09Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGenEli Friedman
2009-11-05Adding -fshort-wchar option.John Thompson
2009-10-29Track source information for template arguments and template specializationJohn McCall
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-18Move clients to use IdentifierInfo::getNameStart() instead of getName()Daniel Dunbar
2009-10-18When performing template-substitution into a type, don't just replace theJohn McCall
2009-10-18Clone the full Type hierarchy into the TypeLoc hierarchy. NormalizeJohn McCall
2009-10-17Switch to llvm::HashString.Daniel Dunbar
2009-10-17Write the preprocessor block after we write out types + declarations,Douglas Gregor
2009-10-17Merge the "types" and "declarations" blocks in the precompiled headerDouglas Gregor
2009-10-16While writing source-location entries to a PCH file, go through anDouglas Gregor
2009-10-16Factor out routines to encode/decode DeclaratorInfos and move them into theJohn McCall
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-24Refactor the representation of qualifiers to bring ExtQualType out of theJohn McCall
2009-09-21Add missing PCH support for -fstack-protector.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-08Fix PR4922, where Sema would complete tentative definitions in nondeterminsticChris Lattner
2009-09-05Basic support for representing elaborated type specifiersJohn McCall
2009-09-03Save/load POSIXThreads flag for PCHDouglas Gregor
2009-08-26Regularize the case and sort.Mike Stump
2009-08-24Switch to StringRef based BitstreamWriter APIs, where appropriate.Daniel Dunbar
2009-08-24Switch TargetInfo to store an llvm::Triple.Daniel Dunbar
2009-08-23API changes to match llvm ToT.Chris Lattner
2009-08-22Add a -fno-elide-constructors option to clang-cc.Anders Carlsson
2009-08-21Make the new Objective-C "id" and "Class" redefinition types specialDouglas Gregor
2009-08-09map previously ignored __attribute((malloc)) to noalias attribute of llvm fun...Ryan Flynn
2009-08-08Introduce a new PragmaPack attribute, and use it for #pragma pack. The Packed...Anders Carlsson
2009-07-28Make longjmp a real builtin.Mike Stump
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-10This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff
2009-07-07Make ASTContext explicitly keep track of the declaration for the CDouglas Gregor
2009-07-07Introduce the notion of "Relocatable" precompiled headers, which are builtDouglas 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-30De-ASTContext-ify DeclContext.Argyrios Kyrtzidis
2009-06-26Implement enough of the 'auto' keyword so we can claim to support N2546.Anders Carlsson
2009-06-26OpenCL 1.0 support: attributesNate Begeman
2009-06-25Write/Read new Language OptionsNate Begeman
2009-06-24Add a DecltypeType type.Anders Carlsson
2009-06-17First step toward fixing <rdar://problem/6613046> refactor clang objc type re...Steve Naroff