summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add new checker-specific attribute 'objc_ownership_retain'. This isn't hooked upTed Kremenek2009-04-251-0/+1
* Add new checker-specific attribute 'objc_ownership_returns'. This isn't hookedTed Kremenek2009-04-241-0/+1
* Fix two small but very nasty bugs in the PCH writer for method pools:Douglas Gregor2009-04-241-5/+10
* PCH support for the global method pool (= instance and factory methodDouglas Gregor2009-04-241-0/+173
* Add PCH support for #import.Steve Naroff2009-04-241-1/+17
* Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's g...Douglas Gregor2009-04-241-1/+1
* Eliminate Sema::ObjCProtocols. Instead, we place ObjCProtocolDecls inDouglas Gregor2009-04-231-1/+1
* PCH support for categories in Objective-C interfaces.Douglas Gregor2009-04-231-1/+1
* PCH support for all of the predefined Objective-C types, such as id,Douglas Gregor2009-04-231-0/+6
* Fix handling of C99 "extern inline" semantics when dealing withDouglas Gregor2009-04-231-0/+1
* Add PCH read/write support for Objective-C Selectors.Steve Naroff2009-04-231-4/+37
* PCH (de-)serialization of the protocols in an ObjCInterfaceDeclDouglas Gregor2009-04-231-1/+6
* PCH support for ObjCPropertyImplDeclDouglas Gregor2009-04-231-1/+3
* The ivars in an ObjCImplementationDecl are now stored in theDouglas Gregor2009-04-231-1/+1
* PCH support for ObjCCategoryImplDecl (which can't be tested now).Douglas Gregor2009-04-231-1/+1
* PCH (de-)serialization for ObjCImplDecl. This can't be tested yet.Douglas Gregor2009-04-231-1/+2
* PCH support for Objective-C property declarations (UNTESTED!)Douglas Gregor2009-04-221-2/+17
* Add PCH statistics for the number/percent of lexical/visible declcontexts readDouglas Gregor2009-04-221-1/+6
* Support locally-declared external declarations in PCH filesDouglas Gregor2009-04-221-0/+15
* Support tentative definitions in precompiled headers. This isn't likelyDouglas Gregor2009-04-221-0/+14
* Minimize the number and kind of "external definitions" that the PCHDouglas Gregor2009-04-221-16/+1
* Lazy loading of builtins for precompiled headers.Douglas Gregor2009-04-221-8/+20
* ObjCQualifiedClass is dead, remove it.Chris Lattner2009-04-221-8/+0
* pch support for protocol qualified id's.Chris Lattner2009-04-221-0/+1
* add three new objc expression types. @selector doesn't work because we have no Chris Lattner2009-04-221-2/+27
* implement serialization support for @encode,Chris Lattner2009-04-221-0/+18
* Lazy deserialization of macro definitions for precompiled headers.Douglas Gregor2009-04-211-10/+23
* Don't bother writing a visible-declarations record for the translationDouglas Gregor2009-04-211-3/+5
* Lazy deserialization of the declaration chains associated withDouglas Gregor2009-04-211-13/+19
* Add pch reader/writer support for most of DeclObjC.h. Very close to reading/w...Steve Naroff2009-04-211-2/+94
* Write the identifier table into the PCH file as an on-disk hash tableDouglas Gregor2009-04-201-18/+98
* Add pch reader/writer support for ObjCContainerDecl, ObjCInterfaceDecl, & Obj...Steve Naroff2009-04-201-0/+33
* the __gnuc_inline__ attribute is actually named __gnu_inline__,Chris Lattner2009-04-201-1/+1
* Introduce the notion of a SemaConsumer, which is an ASTConsumer thatDouglas Gregor2009-04-201-1/+5
* Add pch reader/writer support for ObjCMethodDecl.Steve Naroff2009-04-201-0/+27
* Add location info for indirect goto.Chris Lattner2009-04-191-0/+1
* Don't emit name-lookup tables for functions or methods in the PCH filesDouglas Gregor2009-04-181-0/+5
* Store the type ID for __builtin_va_list in the PCH file, so that theDouglas Gregor2009-04-181-1/+8
* FunctionDecl::getBody() is getting an ASTContext argument for use inDouglas Gregor2009-04-181-4/+6
* Keep track of the number of statements/expressions written to and readDouglas Gregor2009-04-171-1/+8
* PCH support for inline assembly statements.Douglas Gregor2009-04-171-3/+34
* PCH support for blocksDouglas Gregor2009-04-171-1/+9
* PCH support for GNU statement expressionsDouglas Gregor2009-04-171-0/+9
* PCH support for indirect gotos and address-of-label expressions.Douglas Gregor2009-04-171-0/+16
* PCH support for labels and goto.Douglas Gregor2009-04-171-0/+31
* PCH support for declaration statements, and a test for PredefinedExprDouglas Gregor2009-04-171-0/+11
* PCH support for return statements.Douglas Gregor2009-04-171-0/+9
* PCH support for do-while and for loopsDouglas Gregor2009-04-171-0/+20
* PCH support for while and continue statementsDouglas Gregor2009-04-171-0/+16
* PCH support for the first batch of statements, including null,Douglas Gregor2009-04-171-1/+94
OpenPOWER on IntegriCloud