summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure we have a code in the node:-)Steve Naroff2009-04-261-0/+4
* When writing a PCH file, write multiple type and declaration blocks asDouglas Gregor2009-04-261-12/+21
* split ObjC and C++ Statements out into their own headers.Chris Lattner2009-04-261-1/+0
* implement PCH support for the rest of ExprObjC.h, includingChris Lattner2009-04-261-3/+45
* Don't read all of the records in the PCH file's preprocessor block,Douglas Gregor2009-04-261-27/+28
* PCH optimization for the identifier table, where we separateDouglas Gregor2009-04-251-2/+36
* Revert my changes that try to avoid creating StringMap entries forDouglas Gregor2009-04-251-7/+1
* Tweak the data layout for the on-disk hash table of identifiers in the PCH fi...Douglas Gregor2009-04-251-1/+7
OpenPOWER on IntegriCloud