summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add an option to parse all comments as documentation commentsDmitri Gribenko2013-04-101-1/+3
* Don't eagerly deserialize every templated function (and every static dataRichard Smith2013-04-011-1/+9
* [ms-cxxabi] Correctly compute the size of member pointersReid Kleckner2013-03-281-4/+1
* Further weaken block conversion rules to permit blocks withJohn McCall2013-03-211-10/+25
* Revert "Remove a pointless assertion."Bob Wilson2013-03-151-1/+5
* Remove a pointless assertion.Nico Weber2013-03-151-5/+1
* Remove a bogus assert so we don't crash inRafael Espindola2013-03-121-2/+0
* ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose2013-03-081-15/+21
* Promote atomic type sizes up to a power of two, capped byJohn McCall2013-03-071-8/+11
* Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...Benjamin Kramer2013-02-221-4/+2
* Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko2013-02-221-1/+1
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-201-1/+1
* 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
OpenPOWER on IntegriCloud