summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseu...Steve Naroff2009-07-151-0/+2
* Basic support for C++0x unicode types. Support for literals will follow in a...Alisdair Meredith2009-07-141-0/+2
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-3/+3
* Make ASTContext explicitly keep track of the declaration for the CDouglas Gregor2009-07-071-0/+11
* Introduce the notion of "Relocatable" precompiled headers, which are builtDouglas Gregor2009-07-071-11/+48
* Fix PR 4489, a crash in PCH loading that occurs when loading the nameDouglas Gregor2009-07-061-20/+78
* Keep track of the Expr used to describe the size of an array type,Douglas Gregor2009-07-061-2/+30
* Add support for retrieving the Doxygen comment associated with a givenDouglas Gregor2009-07-021-1/+13
* Write/Read new Language OptionsNate Begeman2009-06-251-0/+2
* PCH support for OpenCL language optionsNate Begeman2009-06-251-0/+2
* Add a DecltypeType type.Anders Carlsson2009-06-241-1/+4
* Fix bug in the new PCHReader constructor. PP and Context should be initialize...Argyrios Kyrtzidis2009-06-191-1/+1
* Make changes to PCHReader to allow reading a PCH file without having a pre-in...Argyrios Kyrtzidis2009-06-191-341/+458
* First step toward fixing <rdar://problem/6613046> refactor clang objc type re...Steve Naroff2009-06-171-2/+4
* If PCH refers to a file that doesn't exist anymore, emit a nice errorChris Lattner2009-06-151-3/+10
* Move CharIsSigned from TargetInfo to LangOptions.Eli Friedman2009-06-051-0/+1
* Reintroduce the home for exception specs, and make Sema fill it. However, kee...Sebastian Redl2009-05-271-1/+9
* Fix lots of PCH crashes caused by the new assertions inDouglas Gregor2009-05-221-4/+4
* Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad2009-05-211-2/+2
* Disable access control by default. It can be enabled with the -faccess-contro...Anders Carlsson2009-05-131-0/+1
* Make precompiled headers work with -E. When we're only preprocessingDouglas Gregor2009-05-121-0/+85
* Implement C++0x nullptr.Sebastian Redl2009-05-101-0/+1
* Back out r70506 (exception spec in AST) again. We won't have exception specs ...Sebastian Redl2009-05-061-9/+1
* Make a home for exception specs in the AST. Now Sema can hook them up.Sebastian Redl2009-04-301-1/+9
* initial support for __[u]int128_t, which should be basicallyChris Lattner2009-04-301-0/+2
* Make all PCH-incompatibility warnings into errors, and abortDouglas Gregor2009-04-281-10/+1
OpenPOWER on IntegriCloud