| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace TypeLoc llvm::cast support to be well-defined. | David Blaikie | 2013-02-18 | 1 | -2/+2 |
* | objective-C: Fixes a compiler crash when encoding | Fariborz Jahanian | 2013-02-15 | 1 | -4/+10 |
* | Add OpenCL samplers as Clang builtin types and check sampler related restrict... | Guy Benyei | 2013-02-07 | 1 | -0/+7 |
* | Constify ASTContext::getObjContainingInterface | Dmitri Gribenko | 2013-02-03 | 1 | -4/+8 |
* | Add support for AArch64 target. | Tim Northover | 2013-01-31 | 1 | -0/+83 |
* | Comment parsing: attach any tag type's documentation to its typedef if latter | Dmitri Gribenko | 2013-01-27 | 1 | -4/+12 |
* | Revert r173586 (and r173587) , "Attach any tag type's documentation to its ty... | NAKAMURA Takumi | 2013-01-27 | 1 | -4/+4 |
* | Fix comment. | Fariborz Jahanian | 2013-01-26 | 1 | -1/+1 |
* | Attach any tag type's documentation to its typedef if | Fariborz Jahanian | 2013-01-26 | 1 | -3/+3 |
* | Added ASTContext methods getIntPtrType and getUIntPtrType. | Enea Zaffanella | 2013-01-26 | 1 | -0/+8 |
* | simplify code by removing excessive bracing. | Fariborz Jahanian | 2013-01-25 | 1 | -20/+12 |
* | Attach enum's documentation to its typedef if | Fariborz Jahanian | 2013-01-25 | 1 | -0/+10 |
* | The standard ARM C++ ABI dictates that inline functions are | John McCall | 2013-01-25 | 1 | -7/+10 |
* | First pass at abstracting out a class for the target C++ ABI. | John McCall | 2013-01-25 | 1 | -9/+12 |
* | Add a new LangOpt NativeHalfType. This option allows for native half/fp16 | Joey Gouly | 2013-01-23 | 1 | -1/+1 |
* | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei | 2013-01-20 | 1 | -0/+4 |
* | In Objective-C ARC, completely ignore ownership qualifiers on the | Douglas Gregor | 2013-01-17 | 1 | -2/+17 |
* | Rework the traversal of Objective-C categories and extensions to | Douglas Gregor | 2013-01-16 | 1 | -10/+19 |
* | Disable caching of visibility. | Rafael Espindola | 2013-01-12 | 1 | -1/+0 |
* | comment parsing: when property accessors don't have comment | Fariborz Jahanian | 2013-01-12 | 1 | -1/+10 |
* | Suppress GCC -Wreturn warning. | David Blaikie | 2013-01-09 | 1 | -0/+1 |
* | Clear the LV cache when setting the instantiated from link. | Rafael Espindola | 2013-01-08 | 1 | -0/+1 |
* | Fix up various builtin declaration of objc_msgSend families | Fariborz Jahanian | 2013-01-04 | 1 | -1/+16 |
* | Convert an if that never happens to an assert. | Rafael Espindola | 2013-01-02 | 1 | -3/+2 |
* | Robustify the @encode code and add support for _Atomic. | John McCall | 2012-12-20 | 1 | -52/+109 |
* | Re-commit r170428 changes with Linux style file endings. | Guy Benyei | 2012-12-18 | 1 | -0/+19 |
* | Revert changes from r170428, as I accidentally changed the line endings of th... | Guy Benyei | 2012-12-18 | 1 | -19/+0 |
* | Add OpenCL images as clang builtin types. | Guy Benyei | 2012-12-18 | 1 | -0/+19 |
* | objective-C blocks: Check for record type when deciding if | Fariborz Jahanian | 2012-12-11 | 1 | -1/+1 |
* | Don't use dyn_cast on a Type* which might not be canonical. Fixes an extremel... | Richard Smith | 2012-12-06 | 1 | -1/+2 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
* | Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ... | Benjamin Kramer | 2012-12-01 | 1 | -5/+6 |
* | Merge function types in C. | Rafael Espindola | 2012-11-29 | 1 | -5/+5 |
* | objective-C blocks: Make sure that identical logic is used | Fariborz Jahanian | 2012-11-28 | 1 | -76/+36 |
* | Fix the definition of the vfork() builtin on Haiku. PR14378. | Eli Friedman | 2012-11-27 | 1 | -0/+9 |
* | block extended signatur option. Change previous option | Fariborz Jahanian | 2012-11-15 | 1 | -2/+2 |
* | Fix a trivial bool-related bug I spotted while skimming David Fang's | Eli Friedman | 2012-11-15 | 1 | -2/+2 |
* | objective-C blocks: under cc1 flag -encode-extended-block-signature, | Fariborz Jahanian | 2012-11-14 | 1 | -2/+12 |
* | objective-C blocks: Provide layout map for byref | Fariborz Jahanian | 2012-11-14 | 1 | -2/+32 |
* | Provide the correct mangling and linkage for certain unnamed nested classes. | David Blaikie | 2012-11-14 | 1 | -0/+17 |
* | Remove abuse of hasTrivial*, and fix miscompile wherein global arrays with | Richard Smith | 2012-11-12 | 1 | -19/+12 |
* | Remove a const_cast by propagating constness to the member function. | Dmitri Gribenko | 2012-11-03 | 1 | -8/+8 |
* | search for overridden methods with comment when overriding method | Fariborz Jahanian | 2012-10-11 | 1 | -13/+17 |
* | [Doc parsing] This patch searches overridden objc/c++ | Fariborz Jahanian | 2012-10-10 | 1 | -4/+56 |
* | Fix PR 11709: Change the definition of va_list to meet AAPCS requirement | Logan Chien | 2012-10-10 | 1 | -0/+61 |
* | Simplify the code using SmallVector::append(), as suggested by Benjamin Kramer. | Argyrios Kyrtzidis | 2012-10-09 | 1 | -10/+3 |
* | Move the functionality that looks for ObjC overridden methods from | Argyrios Kyrtzidis | 2012-10-09 | 1 | -167/+7 |
* | Move the logic that searches for overridden methods from libclang to | Argyrios Kyrtzidis | 2012-10-09 | 1 | -0/+186 |
* | When storing the C++ overridden methods, store them once for the | Argyrios Kyrtzidis | 2012-10-09 | 1 | -3/+4 |
* | Move the 'find macro by spelling' infrastructure to the Preprocessor class and | Dmitri Gribenko | 2012-09-29 | 1 | -3/+5 |