summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add VarDecl::isThisDeclarationADefinition(), which properly encapsulates the ...Sebastian Redl2010-01-311-5/+3
* (1) Rename getClangSubversionRevision() to getClangRevision(), andTed Kremenek2010-01-221-8/+7
* Rename pch::SVN_BRANCH_REVISION to pch::VERSION_CONTROL_BRANCH_REVISION.Ted Kremenek2010-01-221-3/+3
* Rename getClangSubversionPath() -> getClangRepositoryPath() and have it retur...Ted Kremenek2010-01-221-1/+1
* Use the llvm coding convention for indentation for switch.Mike Stump2010-01-201-1/+1
* Improve source-location information for builtin TypeLocs, from EneaDouglas Gregor2010-01-181-1/+7
* Encoding calling conventions in the type system, from Charles Davis!Douglas Gregor2010-01-181-0/+2
* Add type source information for both kinds of typeof types.John McCall2010-01-131-2/+7
* Generalize target weirdness handling having proper layering in mind:Anton Korobeynikov2010-01-101-1/+4
* Teach Preprocessor::macro_begin/macro_end to lazily load all macroDouglas Gregor2010-01-041-2/+0
* Get rid of FixedWidthIntType, as suggested by Chris and Eli.Anders Carlsson2009-12-291-10/+0
* Serialize the NoReturn bit on FunctionTypes for precompiled headersDouglas Gregor2009-12-221-0/+1
* Fix a few MSVC warnings.Daniel Dunbar2009-12-181-4/+4
* Implement runtime checks for undefined behavior. WIP.Mike Stump2009-12-121-0/+1
* DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...John McCall2009-12-071-5/+5
* Fix "using typename" and the instantiation of non-dependent using declarations.John McCall2009-12-041-0/+11
OpenPOWER on IntegriCloud