summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* PCH support for blocksDouglas Gregor2009-04-171-0/+13
* PCH support for GNU statement expressionsDouglas Gregor2009-04-171-0/+13
* PCH support for indirect gotos and address-of-label expressions.Douglas Gregor2009-04-171-0/+54
* PCH support for labels and goto.Douglas Gregor2009-04-171-1/+64
* PCH support for declaration statements, and a test for PredefinedExprDouglas Gregor2009-04-171-1/+24
* PCH support for return statements.Douglas Gregor2009-04-171-0/+13
* PCH support for do-while and for loopsDouglas Gregor2009-04-171-0/+28
* PCH support for while and continue statementsDouglas Gregor2009-04-171-0/+24
* PCH support for the first batch of statements, including null,Douglas Gregor2009-04-171-2/+133
* Clean up the declaration-decoding step in the PCH reader, using theDouglas Gregor2009-04-161-59/+26
* Prepare PCH reader and writer for (de-)serialization of statements. NoDouglas Gregor2009-04-161-74/+79
* Eliminate pch::TYPE_ATTR, which is never usedDouglas Gregor2009-04-161-4/+0
* PCH support for CompoundLiteralExpr. This is the last C expressionDouglas Gregor2009-04-161-0/+13
* PCH support for InitListExpr, DesignatedInitExpr, and ImplicitValueInitExpr.Douglas Gregor2009-04-161-0/+102
* PCH support for ShuffleVectorExpr and BlockDeclRefExprDouglas Gregor2009-04-161-0/+28
* PCH support for TypesCompatibleExpr, ChooseExpr, and GNUNullExpr.Douglas Gregor2009-04-151-0/+39
* PCH support for ExtVectorElementExpr and VAArgExpr.Douglas Gregor2009-04-151-0/+28
* PCH support for CompoundAssignOperator and ConditionalOperatorDouglas Gregor2009-04-151-0/+25
* PCH support for ImaginaryLiteral and ArraySubscriptExprDouglas Gregor2009-04-151-2/+25
* PCH support for ExtQualTypeDouglas Gregor2009-04-151-4/+14
* PCH support for declaration attributesDouglas Gregor2009-04-151-5/+152
* PCH support for the string literal of a FileScopeAsmDecl.Douglas Gregor2009-04-151-1/+4
* For source location entries that describe instantiations, encode theDouglas Gregor2009-04-151-3/+1
* PCH support for MemberExpr and CallExpr.Douglas Gregor2009-04-151-0/+29
* PCH support for string literalsDouglas Gregor2009-04-151-0/+31
* PCH support for UnaryOperator, SizeOfAlignOfExprDouglas Gregor2009-04-151-0/+32
* Don't tip-to around BitstreamReader::JumpToBit jumping to the end of the stre...Douglas Gregor2009-04-151-5/+2
* PCH support for CStyleCastExpr and BinaryOperator expression kinds.Douglas Gregor2009-04-151-0/+33
OpenPOWER on IntegriCloud