summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-181-2/+2
* objective-C: Fixes a compiler crash when encodingFariborz Jahanian2013-02-151-4/+10
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-071-0/+7
* Constify ASTContext::getObjContainingInterfaceDmitri Gribenko2013-02-031-4/+8
* Add support for AArch64 target.Tim Northover2013-01-311-0/+83
* Comment parsing: attach any tag type's documentation to its typedef if latterDmitri Gribenko2013-01-271-4/+12
* Revert r173586 (and r173587) , "Attach any tag type's documentation to its ty...NAKAMURA Takumi2013-01-271-4/+4
* Fix comment.Fariborz Jahanian2013-01-261-1/+1
* Attach any tag type's documentation to its typedef ifFariborz Jahanian2013-01-261-3/+3
* Added ASTContext methods getIntPtrType and getUIntPtrType.Enea Zaffanella2013-01-261-0/+8
* simplify code by removing excessive bracing.Fariborz Jahanian2013-01-251-20/+12
* Attach enum's documentation to its typedef ifFariborz Jahanian2013-01-251-0/+10
* The standard ARM C++ ABI dictates that inline functions areJohn McCall2013-01-251-7/+10
* First pass at abstracting out a class for the target C++ ABI.John McCall2013-01-251-9/+12
* Add a new LangOpt NativeHalfType. This option allows for native half/fp16Joey Gouly2013-01-231-1/+1
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+4
* In Objective-C ARC, completely ignore ownership qualifiers on theDouglas Gregor2013-01-171-2/+17
* Rework the traversal of Objective-C categories and extensions toDouglas Gregor2013-01-161-10/+19
* Disable caching of visibility.Rafael Espindola2013-01-121-1/+0
* comment parsing: when property accessors don't have commentFariborz Jahanian2013-01-121-1/+10
* Suppress GCC -Wreturn warning.David Blaikie2013-01-091-0/+1
* Clear the LV cache when setting the instantiated from link.Rafael Espindola2013-01-081-0/+1
* Fix up various builtin declaration of objc_msgSend familiesFariborz Jahanian2013-01-041-1/+16
* Convert an if that never happens to an assert.Rafael Espindola2013-01-021-3/+2
* Robustify the @encode code and add support for _Atomic.John McCall2012-12-201-52/+109
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-0/+19
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-19/+0
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-0/+19
* objective-C blocks: Check for record type when deciding if Fariborz Jahanian2012-12-111-1/+1
* Don't use dyn_cast on a Type* which might not be canonical. Fixes an extremel...Richard Smith2012-12-061-1/+2
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-011-5/+6
* Merge function types in C.Rafael Espindola2012-11-291-5/+5
* objective-C blocks: Make sure that identical logic is usedFariborz Jahanian2012-11-281-76/+36
* Fix the definition of the vfork() builtin on Haiku. PR14378.Eli Friedman2012-11-271-0/+9
* block extended signatur option. Change previous optionFariborz Jahanian2012-11-151-2/+2
* Fix a trivial bool-related bug I spotted while skimming David Fang'sEli Friedman2012-11-151-2/+2
* objective-C blocks: under cc1 flag -encode-extended-block-signature,Fariborz Jahanian2012-11-141-2/+12
* objective-C blocks: Provide layout map for byrefFariborz Jahanian2012-11-141-2/+32
* Provide the correct mangling and linkage for certain unnamed nested classes.David Blaikie2012-11-141-0/+17
* Remove abuse of hasTrivial*, and fix miscompile wherein global arrays withRichard Smith2012-11-121-19/+12
* Remove a const_cast by propagating constness to the member function.Dmitri Gribenko2012-11-031-8/+8
* search for overridden methods with comment when overriding methodFariborz Jahanian2012-10-111-13/+17
* [Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian2012-10-101-4/+56
* Fix PR 11709: Change the definition of va_list to meet AAPCS requirementLogan Chien2012-10-101-0/+61
* Simplify the code using SmallVector::append(), as suggested by Benjamin Kramer.Argyrios Kyrtzidis2012-10-091-10/+3
* Move the functionality that looks for ObjC overridden methods fromArgyrios Kyrtzidis2012-10-091-167/+7
* Move the logic that searches for overridden methods from libclang toArgyrios Kyrtzidis2012-10-091-0/+186
* When storing the C++ overridden methods, store them once for theArgyrios Kyrtzidis2012-10-091-3/+4
* Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko2012-09-291-3/+5
OpenPOWER on IntegriCloud