summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Switch TargetInfo to store an llvm::Triple.Daniel Dunbar2009-08-241-2/+3
* API changes to match llvm ToT.Chris Lattner2009-08-231-5/+5
* Add a -fno-elide-constructors option to clang-cc.Anders Carlsson2009-08-221-0/+1
* Make the new Objective-C "id" and "Class" redefinition types specialDouglas Gregor2009-08-211-0/+2
* map previously ignored __attribute((malloc)) to noalias attribute of llvm fun...Ryan Flynn2009-08-091-0/+1
* Introduce a new PragmaPack attribute, and use it for #pragma pack. The Packed...Anders Carlsson2009-08-081-2/+5
* Make longjmp a real builtin.Mike Stump2009-07-281-0/+2
* Remove the ObjCCategoryImpls vector from Sema class.Argyrios Kyrtzidis2009-07-211-11/+0
* Remove ObjCQualifiedInterfaceType:-)Steve Naroff2009-07-181-21/+13
* Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseu...Steve Naroff2009-07-151-0/+2
* Basic support for C++0x unicode types. Support for literals will follow in a...Alisdair Meredith2009-07-141-0/+2
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-1/+1
* Make ASTContext explicitly keep track of the declaration for the CDouglas Gregor2009-07-071-0/+1
* Introduce the notion of "Relocatable" precompiled headers, which are builtDouglas Gregor2009-07-071-35/+94
* Keep track of the Expr used to describe the size of an array type,Douglas Gregor2009-07-061-0/+19
* Add support for retrieving the Doxygen comment associated with a givenDouglas Gregor2009-07-021-2/+22
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-5/+4
* Implement enough of the 'auto' keyword so we can claim to support N2546.Anders Carlsson2009-06-261-0/+3
* OpenCL 1.0 support: attributesNate Begeman2009-06-261-0/+6
* Write/Read new Language OptionsNate Begeman2009-06-251-0/+2
* Add a DecltypeType type.Anders Carlsson2009-06-241-0/+5
* First step toward fixing <rdar://problem/6613046> refactor clang objc type re...Steve Naroff2009-06-171-4/+6
* Move CharIsSigned from TargetInfo to LangOptions.Eli Friedman2009-06-051-0/+2
* emit ORIGINAL_FILE_NAME record ID to blockinfo block.Zhongxing Xu2009-06-031-0/+1
* Reintroduce the home for exception specs, and make Sema fill it. However, kee...Sebastian Redl2009-05-271-0/+5
* Convert ObjC qualified type clients over to using iterators.Steve Naroff2009-05-271-4/+6
* Pull EmitRecord() out of loop. It should be called only once.Zhongxing Xu2009-05-221-1/+1
* implementation of format_arg for ObjC methods/functions.Fariborz Jahanian2009-05-201-0/+6
* Disable access control by default. It can be enabled with the -faccess-contro...Anders Carlsson2009-05-131-0/+2
* Some early declarations to support sentinel attribute onFariborz Jahanian2009-05-131-0/+7
* Make precompiled headers work with -E. When we're only preprocessingDouglas Gregor2009-05-121-11/+40
* Implement C++0x nullptr.Sebastian Redl2009-05-101-0/+1
* Add back Parse/Sema support for attributes cf_returns_retained andTed Kremenek2009-05-091-0/+2
* Remove experimental ownership attributes from Clang.Ted Kremenek2009-05-081-7/+0
* Back out r70506 (exception spec in AST) again. We won't have exception specs ...Sebastian Redl2009-05-061-5/+0
* Implement attribute 'ns_autorelease'.Ted Kremenek2009-05-051-0/+1
* Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned').Ted Kremenek2009-05-051-0/+1
* Remove experimental attribute 'ns_ownership_make_collectable.'Ted Kremenek2009-05-041-1/+0
* Rename attributes 'objc_ownership...' to 'ns_ownership...'.Ted Kremenek2009-05-041-4/+4
* Rename attributes:Ted Kremenek2009-05-041-2/+2
* Make a home for exception specs in the AST. Now Sema can hook them up.Sebastian Redl2009-04-301-0/+5
* initial support for __[u]int128_t, which should be basicallyChris Lattner2009-04-301-0/+2
* Implement ownership attribute 'objc_ownership_make_collectable'. This allows oneTed Kremenek2009-04-281-1/+2
* Optimize IdentifierInfo storage within the precompiled header. We'veDouglas Gregor2009-04-281-6/+6
* Implement a minor space optimization for the PCH identifier table,Douglas Gregor2009-04-281-10/+27
* Implement checking for macro definitions that occur on the commandDouglas Gregor2009-04-281-1/+11
* Revert r70075 and r70078, which reorganized the PCH on-disk hash tableDouglas Gregor2009-04-281-35/+4
* Remove unused LangOptions NoExtensions and Boolean.Eli Friedman2009-04-281-2/+0
* Add a header containing the Clang version; make the driver use thisDouglas Gregor2009-04-271-9/+18
* Add Sema::ExtVectorDecls and Sema::ObjCCategoryImpls to the PCH file. Since t...Douglas Gregor2009-04-271-0/+21
OpenPOWER on IntegriCloud