summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* PCH: When deserializing an explicit "external definition", don't pass it to H...Daniel Dunbar2009-09-171-3/+3
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-151/+151
* Fix PR4922, where Sema would complete tentative definitions in nondeterminsticChris Lattner2009-09-081-0/+1
* Basic support for representing elaborated type specifiersJohn McCall2009-09-051-0/+7
* Save/load POSIXThreads flag for PCHDouglas Gregor2009-09-031-0/+1
* Add basic support for -pthread.Daniel Dunbar2009-09-031-0/+1
* Switch TargetInfo to store an llvm::Triple.Daniel Dunbar2009-08-241-2/+2
* Add a -fno-elide-constructors option to clang-cc.Anders Carlsson2009-08-221-0/+1
* Make the new Objective-C "id" and "Class" redefinition types specialDouglas Gregor2009-08-211-0/+6
* Introduce the canonical type smart pointers, and use them in a few places toDouglas Gregor2009-08-051-3/+3
* Change uses of:Ted Kremenek2009-07-291-3/+3
* Make longjmp a real builtin.Mike Stump2009-07-281-0/+22
* Remove the ObjCCategoryImpls vector from Sema class.Argyrios Kyrtzidis2009-07-211-15/+0
* Remove ObjCQualifiedInterfaceType:-)Steve Naroff2009-07-181-8/+3
* Fix a comment.Zhongxing Xu2009-07-181-1/+1
* Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek2009-07-171-1/+1
* Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...Ted Kremenek2009-07-171-1/+1
OpenPOWER on IntegriCloud