summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prepare PCH reader and writer for (de-)serialization of statements. NoDouglas Gregor2009-04-161-112/+113
* Eliminate pch::TYPE_ATTR, which is never usedDouglas Gregor2009-04-161-2/+0
* PCH support for CompoundLiteralExpr. This is the last C expressionDouglas Gregor2009-04-161-0/+9
* PCH support for InitListExpr, DesignatedInitExpr, and ImplicitValueInitExpr.Douglas Gregor2009-04-161-0/+58
* PCH support for ShuffleVectorExpr and BlockDeclRefExprDouglas Gregor2009-04-161-0/+20
* PCH support for TypesCompatibleExpr, ChooseExpr, and GNUNullExpr.Douglas Gregor2009-04-151-0/+28
* PCH support for ExtVectorElementExpr and VAArgExpr.Douglas Gregor2009-04-151-0/+18
* PCH support for CompoundAssignOperator and ConditionalOperatorDouglas Gregor2009-04-151-0/+17
* PCH support for ImaginaryLiteral and ArraySubscriptExprDouglas Gregor2009-04-151-0/+16
* PCH support for declaration attributesDouglas Gregor2009-04-151-1/+133
* PCH support for the string literal of a FileScopeAsmDecl.Douglas Gregor2009-04-151-4/+4
* For source location entries that describe instantiations, encode theDouglas Gregor2009-04-151-0/+8
* PCH support for MemberExpr and CallExpr.Douglas Gregor2009-04-151-0/+22
* PCH support for string literalsDouglas Gregor2009-04-151-0/+17
* PCH support for UnaryOperator, SizeOfAlignOfExprDouglas Gregor2009-04-151-0/+24
* PCH support for CStyleCastExpr and BinaryOperator expression kinds.Douglas Gregor2009-04-151-0/+24
* PCH support for ParenExprDouglas Gregor2009-04-141-0/+9
* Add PCH support for ImplicitCastExprs. This is the first expressionDouglas Gregor2009-04-141-4/+44
* Add PCH support for PredefinedExpr and FloatingLiteral expressionsDouglas Gregor2009-04-141-0/+23
* PCH support for a few very, very simple kinds of expressions. Hook upDouglas Gregor2009-04-141-9/+93
* When writing a PCH file, keep track of all of the non-static,Douglas Gregor2009-04-141-2/+25
* Partial PCH support for FileScopeAsmDecl and BlockDecl. Both requireDouglas Gregor2009-04-131-0/+18
* PCH support for functions and their parameters.Douglas Gregor2009-04-131-1/+38
* PCH support for record decls/types and their fields. Now that we canDouglas Gregor2009-04-131-0/+19
* Add PCH support for enumerations and enumerators.Douglas Gregor2009-04-131-1/+28
* Include the SourceManager's line table in the PCH file. We can nowDouglas Gregor2009-04-131-2/+38
* implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310Chris Lattner2009-04-131-3/+7
* now that we have an identifier table in the PCH file, finish hooking upChris Lattner2009-04-111-15/+3
* add some #includes for better compatibility with gcc 4.4,Chris Lattner2009-04-111-1/+1
* Store unique IDs for identifiers in the PCH file. Use some bitmanglingDouglas Gregor2009-04-111-5/+60
* Compare the predefines buffer in the PCH file with the predefinesDouglas Gregor2009-04-101-1/+1
* add support for reading macros. This does all the reading (with a bunch ofChris Lattner2009-04-101-0/+2
* Encode the target triple in the PCH file, and check that target triple when u...Douglas Gregor2009-04-101-1/+18
* Implement serialization/deserialization of LangOptions in the PCHDouglas Gregor2009-04-101-6/+64
* add a new PP_MACRO_NAME hack so that I can test object-like macros.Chris Lattner2009-04-101-0/+7
* emit tokens, constify the Preprocessor passed down into PCH writer.Chris Lattner2009-04-101-3/+25
* emit function-like and object-like macros to the PCH file.Chris Lattner2009-04-101-0/+50
* Various minor fixes to PCH reading and writing, with generalDouglas Gregor2009-04-101-12/+8
* improve punctuationChris Lattner2009-04-101-4/+11
* Arrange for the preprocessor to be passed down into the PCH writer.Chris Lattner2009-04-101-1/+9
OpenPOWER on IntegriCloud