summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use makeAbsolute()Kovarththanan Rajaratnam2010-03-141-25/+17
* Create a new InjectedClassNameType to represent bare-word references to the John McCall2010-03-101-0/+9
* Add support for the weakref attribute. We still produce "alias weak" as llvm-...Rafael Espindola2010-02-231-1/+1
* Sort cases.Ted Kremenek2010-02-181-2/+2
* Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes toTed Kremenek2010-02-181-2/+4
* Add IBAction attribute to keep the IBOutlet attribute company.Ted Kremenek2010-02-171-0/+1
* Implementing unused function warning.Tanya Lattner2010-02-121-0/+10
* clang -cc1: Add -fsjlj-exceptions, which requires far too much button pushing.Daniel Dunbar2010-02-101-0/+1
* Implement synthesizing properties by default.Fariborz Jahanian2010-02-091-1/+4
* Roll r95513 back in.Sam Weinig2010-02-071-0/+9
* Roll out r95513, it seems to have broken self hosting.Sam Weinig2010-02-071-9/+0
* Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr.Sam Weinig2010-02-071-0/+9
* First stage of adding AltiVec supportJohn Thompson2010-02-051-0/+2
OpenPOWER on IntegriCloud