summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a major bug in PCHReader::ReadSelectorBlock().Steve Naroff2009-04-251-2/+3
* Make sure that the consumer sees all interested decls. This fixes PreviewDouglas Gregor2009-04-251-15/+26
* Add new checker-specific attribute 'objc_ownership_retain'. This isn't hooked upTed Kremenek2009-04-251-0/+1
* When we de-serialize an Objective-C protocol, hand it to the AST consumer so ...Douglas Gregor2009-04-241-0/+3
* Add new checker-specific attribute 'objc_ownership_returns'. This isn't hookedTed Kremenek2009-04-241-0/+1
* Once the protocol list has been loaded from the PCH file, add it toDouglas Gregor2009-04-241-0/+1
* PCH support for the global method pool (= instance and factory methodDouglas Gregor2009-04-241-1/+134
* Add PCH support for #import.Steve Naroff2009-04-241-3/+16
* Use cast_or_null instead of ternary operator (suggested by Doug).Steve Naroff2009-04-241-3/+1
* Allow the next catoregory slot to be null.Steve Naroff2009-04-241-1/+3
* Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's g...Douglas Gregor2009-04-241-1/+1
* PCH support for categories in Objective-C interfaces.Douglas Gregor2009-04-231-2/+2
* PCH support for all of the predefined Objective-C types, such as id,Douglas Gregor2009-04-231-1/+13
* Fix handling of C99 "extern inline" semantics when dealing withDouglas Gregor2009-04-231-0/+1
* More PushOnScopeChain() FIXME's.Steve Naroff2009-04-231-1/+0
* Sema::ActOnStartClassInterface(): Use PushOnScopeChains().Steve Naroff2009-04-231-1/+1
* Add PCH read/write support for Objective-C Selectors.Steve Naroff2009-04-231-5/+104
* PCH (de-)serialization of the protocols in an ObjCInterfaceDeclDouglas Gregor2009-04-231-1/+6
* Add the PCH reader stub for ObjCCompatibleAliasDeclDouglas Gregor2009-04-231-1/+1
* PCH support for ObjCPropertyImplDeclDouglas Gregor2009-04-231-2/+8
* The ivars in an ObjCImplementationDecl are now stored in theDouglas Gregor2009-04-231-2/+3
* PCH support for ObjCCategoryImplDecl (which can't be tested now).Douglas Gregor2009-04-231-2/+2
* PCH (de-)serialization for ObjCImplDecl. This can't be tested yet.Douglas Gregor2009-04-231-1/+3
* PCH support for Objective-C property declarations (UNTESTED!)Douglas Gregor2009-04-221-2/+16
* Add PCH statistics for the number/percent of lexical/visible declcontexts readDouglas Gregor2009-04-221-0/+12
* Support locally-declared external declarations in PCH filesDouglas Gregor2009-04-221-0/+16
* Support tentative definitions in precompiled headers. This isn't likelyDouglas Gregor2009-04-221-0/+14
* Eliminate some FIXMEs in the PCH reader that were either already fixed or are...Douglas Gregor2009-04-221-15/+9
* Minimize the number and kind of "external definitions" that the PCHDouglas Gregor2009-04-221-3/+20
* Lazy loading of builtins for precompiled headers.Douglas Gregor2009-04-221-3/+28
* Remove some debugging output from the PCH readerDouglas Gregor2009-04-221-3/+0
* ObjCQualifiedClass is dead, remove it.Chris Lattner2009-04-221-6/+0
* deserialization support for qualified interfacesChris Lattner2009-04-221-4/+9
* pch support for protocol qualified id's.Chris Lattner2009-04-221-4/+8
* add three new objc expression types. @selector doesn't work because we have no Chris Lattner2009-04-221-0/+38
* implement serialization support for @encode,Chris Lattner2009-04-221-4/+20
* Reorganize built-in initialization to separate the creation of target builtin...Douglas Gregor2009-04-221-0/+3
* Lazy deserialization of macro definitions for precompiled headers.Douglas Gregor2009-04-211-43/+108
* Lazy deserialization of the declaration chains associated withDouglas Gregor2009-04-211-39/+224
* Add pch reader/writer support for most of DeclObjC.h. Very close to reading/w...Steve Naroff2009-04-211-3/+144
* Write the identifier table into the PCH file as an on-disk hash tableDouglas Gregor2009-04-201-2/+3
* Add pch reader/writer support for ObjCContainerDecl, ObjCInterfaceDecl, & Obj...Steve Naroff2009-04-201-0/+43
* the __gnuc_inline__ attribute is actually named __gnu_inline__,Chris Lattner2009-04-201-1/+1
* Add pch reader/writer support for ObjCMethodDecl.Steve Naroff2009-04-201-0/+31
* Add location info for indirect goto.Chris Lattner2009-04-191-0/+1
* Store the type ID for __builtin_va_list in the PCH file, so that theDouglas Gregor2009-04-181-0/+8
* Lazy deserialization of function bodies for PCH files. For the CarbonDouglas Gregor2009-04-181-1/+10
* Keep track of the number of statements/expressions written to and readDouglas Gregor2009-04-171-1/+11
* PCH support for inline assembly statements.Douglas Gregor2009-04-171-0/+41
* PCH tests for va_arg expressions. Verified that the blocks test does create a...Douglas Gregor2009-04-171-2/+0
OpenPOWER on IntegriCloud