summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add DeclarationName support for C++0x operator literals. They should now work asAlexis Hunt2009-11-291-0/+4
* Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.Benjamin Kramer2009-11-281-5/+4
* Allow user re-definition of SEL as well as accessing its fields.Fariborz Jahanian2009-11-251-1/+1
* Parse C++ member check attributes - base_check, hiding, and override.Alexis Hunt2009-11-251-0/+5
* This patch implements objective-c's 'SEL' type as a built-inFariborz Jahanian2009-11-211-0/+5
* Added rudimentary C++0x attribute support.Alexis Hunt2009-11-211-0/+1
* First part of changes to eliminate problems with cv-qualifiers andDouglas Gregor2009-11-161-6/+6
* Introduce a new representation for template templateDouglas Gregor2009-11-111-0/+6
* Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGenEli Friedman2009-11-091-0/+3
* Adding -fshort-wchar option.John Thompson2009-11-051-0/+1
* Track source information for template arguments and template specializationJohn McCall2009-10-291-1/+22
* Remove OriginalTypeParmDecl; the original type is the one specifiedJohn McCall2009-10-231-1/+0
* When building types from declarators, instead of building two types (one forJohn McCall2009-10-221-14/+9
* Extend out the block descriptor structure for debug information withMike Stump2009-10-221-0/+1
* Refine the type of the first parameter to block invoke functions.Mike Stump2009-10-201-0/+1
* Move clients to use IdentifierInfo::getNameStart() instead of getName()Daniel Dunbar2009-10-181-2/+2
* When performing template-substitution into a type, don't just replace theJohn McCall2009-10-181-0/+12
* Clone the full Type hierarchy into the TypeLoc hierarchy. NormalizeJohn McCall2009-10-181-38/+109
* Switch to llvm::HashString.Daniel Dunbar2009-10-171-3/+4
* Write the preprocessor block after we write out types + declarations,Douglas Gregor2009-10-171-1/+2
* Merge the "types" and "declarations" blocks in the precompiled headerDouglas Gregor2009-10-171-35/+19
* While writing source-location entries to a PCH file, go through anDouglas Gregor2009-10-161-7/+6
* Factor out routines to encode/decode DeclaratorInfos and move them into theJohn McCall2009-10-161-0/+79
OpenPOWER on IntegriCloud