| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | PCH: When deserializing an explicit "external definition", don't pass it to H... | Daniel Dunbar | 2009-09-17 | 1 | -3/+3 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -151/+151 |
* | Fix PR4922, where Sema would complete tentative definitions in nondeterminstic | Chris Lattner | 2009-09-08 | 1 | -0/+1 |
* | Basic support for representing elaborated type specifiers | John McCall | 2009-09-05 | 1 | -0/+7 |
* | Save/load POSIXThreads flag for PCH | Douglas Gregor | 2009-09-03 | 1 | -0/+1 |
* | Add basic support for -pthread. | Daniel Dunbar | 2009-09-03 | 1 | -0/+1 |
* | Switch TargetInfo to store an llvm::Triple. | Daniel Dunbar | 2009-08-24 | 1 | -2/+2 |
* | Add a -fno-elide-constructors option to clang-cc. | Anders Carlsson | 2009-08-22 | 1 | -0/+1 |
* | Make the new Objective-C "id" and "Class" redefinition types special | Douglas Gregor | 2009-08-21 | 1 | -0/+6 |
* | Introduce the canonical type smart pointers, and use them in a few places to | Douglas Gregor | 2009-08-05 | 1 | -3/+3 |
* | Change uses of: | Ted Kremenek | 2009-07-29 | 1 | -3/+3 |
* | Make longjmp a real builtin. | Mike Stump | 2009-07-28 | 1 | -0/+22 |
* | Remove the ObjCCategoryImpls vector from Sema class. | Argyrios Kyrtzidis | 2009-07-21 | 1 | -15/+0 |
* | Remove ObjCQualifiedInterfaceType:-) | Steve Naroff | 2009-07-18 | 1 | -8/+3 |
* | Fix a comment. | Zhongxing Xu | 2009-07-18 | 1 | -1/+1 |
* | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek | 2009-07-17 | 1 | -1/+1 |
* | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek | 2009-07-17 | 1 | -1/+1 |
* | Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseu... | Steve Naroff | 2009-07-15 | 1 | -0/+2 |
* | Basic support for C++0x unicode types. Support for literals will follow in a... | Alisdair Meredith | 2009-07-14 | 1 | -0/+2 |
* | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff | 2009-07-10 | 1 | -3/+3 |
* | Make ASTContext explicitly keep track of the declaration for the C | Douglas Gregor | 2009-07-07 | 1 | -0/+11 |
* | Introduce the notion of "Relocatable" precompiled headers, which are built | Douglas Gregor | 2009-07-07 | 1 | -11/+48 |
* | Fix PR 4489, a crash in PCH loading that occurs when loading the name | Douglas Gregor | 2009-07-06 | 1 | -20/+78 |
* | Keep track of the Expr used to describe the size of an array type, | Douglas Gregor | 2009-07-06 | 1 | -2/+30 |
* | Add support for retrieving the Doxygen comment associated with a given | Douglas Gregor | 2009-07-02 | 1 | -1/+13 |
* | Write/Read new Language Options | Nate Begeman | 2009-06-25 | 1 | -0/+2 |
* | PCH support for OpenCL language options | Nate Begeman | 2009-06-25 | 1 | -0/+2 |
* | Add a DecltypeType type. | Anders Carlsson | 2009-06-24 | 1 | -1/+4 |
* | Fix bug in the new PCHReader constructor. PP and Context should be initialize... | Argyrios Kyrtzidis | 2009-06-19 | 1 | -1/+1 |
* | Make changes to PCHReader to allow reading a PCH file without having a pre-in... | Argyrios Kyrtzidis | 2009-06-19 | 1 | -341/+458 |
* | First step toward fixing <rdar://problem/6613046> refactor clang objc type re... | Steve Naroff | 2009-06-17 | 1 | -2/+4 |
* | If PCH refers to a file that doesn't exist anymore, emit a nice error | Chris Lattner | 2009-06-15 | 1 | -3/+10 |
* | Move CharIsSigned from TargetInfo to LangOptions. | Eli Friedman | 2009-06-05 | 1 | -0/+1 |
* | Reintroduce the home for exception specs, and make Sema fill it. However, kee... | Sebastian Redl | 2009-05-27 | 1 | -1/+9 |
* | Fix lots of PCH crashes caused by the new assertions in | Douglas Gregor | 2009-05-22 | 1 | -4/+4 |
* | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad | 2009-05-21 | 1 | -2/+2 |
* | Disable access control by default. It can be enabled with the -faccess-contro... | Anders Carlsson | 2009-05-13 | 1 | -0/+1 |
* | Make precompiled headers work with -E. When we're only preprocessing | Douglas Gregor | 2009-05-12 | 1 | -0/+85 |
* | Implement C++0x nullptr. | Sebastian Redl | 2009-05-10 | 1 | -0/+1 |
* | Back out r70506 (exception spec in AST) again. We won't have exception specs ... | Sebastian Redl | 2009-05-06 | 1 | -9/+1 |
* | Make a home for exception specs in the AST. Now Sema can hook them up. | Sebastian Redl | 2009-04-30 | 1 | -1/+9 |
* | initial support for __[u]int128_t, which should be basically | Chris Lattner | 2009-04-30 | 1 | -0/+2 |
* | Make all PCH-incompatibility warnings into errors, and abort | Douglas Gregor | 2009-04-28 | 1 | -10/+1 |
* | Make the PCH reader use the diagnostics system for its complaints. | Douglas Gregor | 2009-04-28 | 1 | -44/+44 |
* | Optimize IdentifierInfo storage within the precompiled header. We've | Douglas Gregor | 2009-04-28 | 1 | -9/+4 |
* | Implement a minor space optimization for the PCH identifier table, | Douglas Gregor | 2009-04-28 | 1 | -2/+18 |
* | Replace a lame fprintf with a slightly-less lame diagnostic | Douglas Gregor | 2009-04-28 | 1 | -4/+4 |
* | Implement checking for macro definitions that occur on the command | Douglas Gregor | 2009-04-28 | 1 | -7/+22 |
* | Revert r70075 and r70078, which reorganized the PCH on-disk hash table | Douglas Gregor | 2009-04-28 | 1 | -41/+8 |
* | Allow some differences between the predefines buffer used to build a | Douglas Gregor | 2009-04-28 | 1 | -42/+182 |