summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add two new checker-specific attributes: 'objc_ownership_release' andTed Kremenek2009-04-271-0/+2
* make these be unsigned now that they are eagerly created.Chris Lattner2009-04-271-4/+4
* shrink SOURCE_LOCATION_OFFSETS to use 4-byte entries instead of 8-byteChris Lattner2009-04-271-2/+2
* Implement caching of stat() calls for precompiled headers, which isDouglas Gregor2009-04-271-2/+123
* Add new checker-specific attribute 'objc_ownership_cfretain'. This is the sameTed Kremenek2009-04-271-0/+1
* encode the type and decl offsets with 32-bits for entry insteadChris Lattner2009-04-271-2/+2
* add an abbreviation for common PARM_VAR_DECL. All but 9 of the Chris Lattner2009-04-271-3/+3
* Load most of the source manager's information lazily from the PCHDouglas Gregor2009-04-271-68/+98
* split expr/stmt writing out to PCHWriterStmt.cppChris Lattner2009-04-271-799/+0
* split decl writing out to its own PCHWriterDecl.cpp file.Chris Lattner2009-04-271-445/+1
* add stmt/expr names to BlockInfo block.Chris Lattner2009-04-271-3/+77
* drop the _ID suffixes from block names.Chris Lattner2009-04-271-6/+6
* add the decl names.Chris Lattner2009-04-261-2/+26
* make llvm-bcanalyzer dump out PCH files symbolically. We should probablyChris Lattner2009-04-261-0/+107
* Some fixes for PCH (de-)serialization of Objective-C AST nodes:Douglas Gregor2009-04-261-9/+17
* Add PCH read/write support for ObjC statements.Steve Naroff2009-04-261-1/+54
OpenPOWER on IntegriCloud