summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a documentation paste-o and eliminate a useless function parameter, both ...Douglas Gregor2010-07-121-4/+2
* Split the normal and chained PCH writing paths and add a tiny bit of implemen...Sebastian Redl2010-07-121-8/+73
* When given the -chained-pch option and a previous PCH file, have the PCHWrite...Sebastian Redl2010-07-091-8/+14
* Introduce -f{no-}spell-checking options to enable/disableDouglas Gregor2010-07-091-0/+1
* Some preparatory work for chained PCH. No functionality change.Sebastian Redl2010-07-081-1/+2
* For TagType and TemplateSpecializationType, isDependent calculation may be in...Argyrios Kyrtzidis2010-07-081-0/+2
* Add to PCH missing Sema information about VTable uses and dynamic classes.Argyrios Kyrtzidis2010-07-061-0/+22
* Don't try to install the __[u]int128_t identifier if it is already installed ...Argyrios Kyrtzidis2010-07-041-0/+1
* Read/write CastExpr's CXXBaseSpecifierArray for PCH.Argyrios Kyrtzidis2010-07-021-0/+9
* Fully read/write CXXRecordDecl for PCH.Argyrios Kyrtzidis2010-07-021-0/+11
* Fix reading of DependentNameType.Argyrios Kyrtzidis2010-07-021-0/+3
* - Allow a typedef type to be read from PCH even if its decl is currently init...Argyrios Kyrtzidis2010-07-021-2/+5
* Support DependentSizedArrayType for PCH.Argyrios Kyrtzidis2010-06-301-2/+4
* Support C++ friend declarations for PCH.Argyrios Kyrtzidis2010-06-291-5/+10
* Modify the way sub-statements are stored and retrieved from PCH.Argyrios Kyrtzidis2010-06-281-2/+2
* Fix PCH emitting/reading for template arguments that contain expressions.Argyrios Kyrtzidis2010-06-281-5/+11
* Implement support for -fwrapv, rdar://7221421Chris Lattner2010-06-261-5/+2
* Support DependentTemplateSpecializationType and ElaboratedType for PCH.Argyrios Kyrtzidis2010-06-251-5/+10
* Support a couple more C++ Exprs for PCH.Argyrios Kyrtzidis2010-06-241-2/+4
* Support C++ class template specializations and partial specializations for PCH.Argyrios Kyrtzidis2010-06-231-0/+26
* improve altivec vector bool/pixel support, patch by Anton YartsevChris Lattner2010-06-231-2/+1
* -Introduce PCHReader::ReadTemplateArgumentLoc()Argyrios Kyrtzidis2010-06-221-7/+17
* Initial support for writing templates to PCH.Argyrios Kyrtzidis2010-06-191-15/+109
* Implement first TD-based usage of attributes.Alexis Hunt2010-06-161-57/+57
* Split DependentNameType into two types. DependentNameType represents theJohn McCall2010-06-111-0/+10
* AST: Add AlignMac68kAttr, not yet used.Daniel Dunbar2010-05-271-0/+3
* AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate.Daniel Dunbar2010-05-271-2/+2
* Added basic source locations to Elaborated and DependentName types.Abramo Bagnara2010-05-191-1/+4
* Add clang support for IBOutletCollection.Ted Kremenek2010-05-191-0/+6
* Emit a type record for TYPE_OBJC_OBJECT in the PCH file. I'm notJohn McCall2010-05-161-0/+1
* Substantially alter the design of the Objective C type AST by introducingJohn McCall2010-05-151-13/+10
* Revert r103770, "Added basic source locations to Elaborated and DependentNameDaniel Dunbar2010-05-141-2/+1
* Added basic source locations to Elaborated and DependentName types.Abramo Bagnara2010-05-141-1/+2
* Merged Elaborated and QualifiedName types.Abramo Bagnara2010-05-111-13/+7
* pchify CXXTemporary, CXXBindTemporaryExpr, and Chris Lattner2010-05-101-0/+4
* add PCH support for a bunch of C++ Decls, patch byChris Lattner2010-05-071-0/+44
* Make the InjectedClassNameType the canonical type of the current instantiationJohn McCall2010-04-271-1/+2
* More work toward implementingFariborz Jahanian2010-04-231-4/+2
* Check for -fno-constant-cfstrings consistencyFariborz Jahanian2010-04-221-0/+1
* push some source location information down through the compiler,Chris Lattner2010-04-201-2/+2
* Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are notChandler Carruth2010-04-171-0/+1
* Rename TypenameType to DependentNameType in anticipation of someDouglas Gregor2010-03-311-1/+1
* Remember the regparm attribute in FunctionType::ExtInfo.Rafael Espindola2010-03-301-0/+1
* the big refactoring bits of PR3782.Rafael Espindola2010-03-301-2/+3
* Keep track of the size/modification time of each file source-locationDouglas Gregor2010-03-211-0/+7
* Remove the capture, serialization, and deserialization of commentDouglas Gregor2010-03-191-20/+0
* Implement serialization and lazy deserialization of the preprocessingDouglas Gregor2010-03-191-3/+86
* Fix header-search problems with precompiled headers, where theDouglas Gregor2010-03-161-15/+15
* Use SourceManager's Diagnostic object for all file-reading errors,Douglas Gregor2010-03-161-1/+2
* Path related cleanup. Remove unnecessary variables.Kovarththanan Rajaratnam2010-03-141-6/+2
OpenPOWER on IntegriCloud