summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* (1) Rename getClangSubversionRevision() to getClangRevision(), andTed Kremenek2010-01-221-8/+1
* Rename pch::SVN_BRANCH_REVISION to pch::VERSION_CONTROL_BRANCH_REVISION.Ted Kremenek2010-01-221-1/+1
* Rename getClangSubversionPath() -> getClangRepositoryPath() and have it retur...Ted Kremenek2010-01-221-3/+3
* 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-4/+6
* Add type source information for both kinds of typeof types.John McCall2010-01-131-2/+7
* Teach Preprocessor::macro_begin/macro_end to lazily load all macroDouglas Gregor2010-01-041-1/+61
* Get rid of FixedWidthIntType, as suggested by Chris and Eli.Anders Carlsson2009-12-291-8/+0
* Serialize the NoReturn bit on FunctionTypes for precompiled headersDouglas Gregor2009-12-221-4/+5
* Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gaveJeffrey Yasskin2009-12-121-1/+1
* Implement runtime checks for undefined behavior. WIP.Mike Stump2009-12-121-0/+3
* 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/+7
* Switch PCHReader::getOriginalSourceFile to use proper diagnostics.Daniel Dunbar2009-12-031-8/+7
* 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-6/+5
* Allow user re-definition of SEL as well as accessing its fields.Fariborz Jahanian2009-11-251-1/+1
* This patch implements objective-c's 'SEL' type as a built-inFariborz Jahanian2009-11-211-0/+7
* Use llvm::sys::Path to check isAbsolute, instead of hard coding. Also, remove...Daniel Dunbar2009-11-181-3/+2
* Remove local splitLines reimplementation.Daniel Dunbar2009-11-131-29/+7
* Tweak PCH -include handling to make sure it matches the name as would be presentDaniel Dunbar2009-11-111-4/+6
* Redo how PCH handles its implicit include. Instead of treating this specially inDaniel Dunbar2009-11-111-4/+23
* More StringRef simplification to PCHValidator::ReadPredefinesBuffer.Daniel Dunbar2009-11-111-27/+22
* Rewrite splitLines using StringRef; this is much simpler, and also now avoidsDaniel Dunbar2009-11-111-26/+26
* Introduce a new representation for template templateDouglas Gregor2009-11-111-0/+8
* StringRefify some PCH interfaces.Daniel Dunbar2009-11-111-28/+22
* Replace startsWith functions with StringRef.Daniel Dunbar2009-11-111-25/+4
* Switch to getFileOrSTDIN().Daniel Dunbar2009-11-101-4/+1
* Adding -fshort-wchar option.John Thompson2009-11-051-0/+2
* Track source information for template arguments and template specializationJohn McCall2009-10-291-1/+27
* Add comment.Ted Kremenek2009-10-231-0/+3
* Fix integer overflow in PCHReader when reading the length of anTed Kremenek2009-10-231-1/+1
* FunctionTypeLocs don't necessarily provide ParmVarDecls, so don't crash ifJohn McCall2009-10-231-1/+1
* 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/+3
* Refine the type of the first parameter to block invoke functions.Mike Stump2009-10-201-0/+2
* Move clients to use IdentifierInfo::getNameStart() instead of getName()Daniel Dunbar2009-10-181-1/+1
* When performing template-substitution into a type, don't just replace theJohn McCall2009-10-181-0/+13
* Clone the full Type hierarchy into the TypeLoc hierarchy. NormalizeJohn McCall2009-10-181-36/+111
* Switch to llvm::HashString.Daniel Dunbar2009-10-171-3/+4
* Merge the "types" and "declarations" blocks in the precompiled headerDouglas Gregor2009-10-171-15/+9
* Factor out routines to encode/decode DeclaratorInfos and move them into theJohn McCall2009-10-161-0/+80
* Add support for a chain of stat caches in the FileManager, rather thanDouglas Gregor2009-10-161-12/+14
* Remove the ConstantArrayType subtypes. This information is preserved in theJohn McCall2009-10-161-24/+0
* Encode the Clang branch and Subversion revision into a PCH file, andDouglas Gregor2009-10-051-3/+19
* Introduce ObjCProtocolListType type subclass.Argyrios Kyrtzidis2009-09-291-0/+10
* Refactor the representation of qualifiers to bring ExtQualType out of theJohn McCall2009-09-241-17/+10
* Allow PCH files to be read from stdin.Daniel Dunbar2009-09-221-1/+6
* Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall2009-09-211-3/+3
* Add missing PCH support for -fstack-protector.Daniel Dunbar2009-09-211-1/+6
OpenPOWER on IntegriCloud