summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for __wchar_t in -fms-extensions mode.Hans Wennborg2013-05-101-7/+11
* Objective-C: Correctly encode 'retain' and 'copy' for readonly properties.Nico Weber2013-05-081-0/+4
* Grab-bag of bit-field fixes:John McCall2013-05-061-1/+1
* Add SystemZ supportUlrich Weigand2013-05-061-0/+76
* Allow targets to define minimum alignment for global variablesUlrich Weigand2013-05-061-0/+16
* Reverting r181004 since it has broken test/Sema/wchar.c.Aaron Ballman2013-05-041-3/+2
* Implement most of N3638 (return type deduction for normal functions).Richard Smith2013-05-041-12/+26
* Support __wchar_t in -fms-extensions and -fms-compatibility modes.Hans Wennborg2013-05-031-2/+3
* [document parsing]: support c++11 type aliasesFariborz Jahanian2013-05-021-1/+1
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-301-4/+13
* documenttion parsing. Provide a c-index testFariborz Jahanian2013-04-261-1/+3
* document parsing. When a sub-class (c++ Objective-C) missing Fariborz Jahanian2013-04-261-0/+45
* Implement C++1y decltype(auto).Richard Smith2013-04-261-4/+6
* [document parsing]: When tag declaration (but not definition!) Fariborz Jahanian2013-04-171-1/+6
* In ASTContext::getOverriddenMethods, call overridden_methods_begin/overridden...Argyrios Kyrtzidis2013-04-171-2/+2
* Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()."Argyrios Kyrtzidis2013-04-151-35/+2
* Speed-up ObjCMethodDecl::getOverriddenMethods().Argyrios Kyrtzidis2013-04-131-2/+35
* 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
OpenPOWER on IntegriCloud