summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove the ConstantArrayType subtypes. This information is preserved in theJohn McCall2009-10-161-17/+0
* Encode the Clang branch and Subversion revision into a PCH file, andDouglas Gregor2009-10-051-1/+13
* Introduce ObjCProtocolListType type subclass.Argyrios Kyrtzidis2009-09-291-0/+10
* Refactor the representation of qualifiers to bring ExtQualType out of theJohn McCall2009-09-241-24/+44
* Add missing PCH support for -fstack-protector.Daniel Dunbar2009-09-211-0/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-115/+115
* Fix PR4922, where Sema would complete tentative definitions in nondeterminsticChris Lattner2009-09-081-7/+10
* Basic support for representing elaborated type specifiersJohn McCall2009-09-051-0/+6
* Save/load POSIXThreads flag for PCHDouglas Gregor2009-09-031-0/+1
* Regularize the case and sort.Mike Stump2009-08-261-2/+2
* Switch to StringRef based BitstreamWriter APIs, where appropriate.Daniel Dunbar2009-08-241-21/+13
OpenPOWER on IntegriCloud