summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix mangling for block literals.Eli Friedman2013-07-011-5/+2
* Delete dead code.Eli Friedman2013-06-271-9/+0
* Rewrite record layout for ms_struct structs.Eli Friedman2013-06-261-32/+0
* Don't try to get the layout of an invalid decl in getDeclAlign.Matt Beaumont-Gay2013-06-251-17/+20
* [AST] Introduce a new DecayedType sugar nodeReid Kleckner2013-06-241-16/+44
* Add an assert() suggested by Richard.Nico Weber2013-06-211-0/+1
* Fix a crash with __flaot128 noticed by Eli.Nico Weber2013-06-201-6/+6
* Lazily provide a __float128 dummy type in -std=gnu++11 mode.Nico Weber2013-06-201-1/+14
* [AST] Don't include RecursiveASTVisitor.h in ASTContext.hReid Kleckner2013-06-171-0/+95
* Use FPT::getArgTypes() instead of manually building ArrayRefsReid Kleckner2013-06-101-13/+4
* Revert "[Sema] Make FunctionType's TSI use unadjusted argument types"Reid Kleckner2013-06-081-15/+0
* [Sema] Make FunctionType's TSI use unadjusted argument typesReid Kleckner2013-06-081-0/+15
* Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith2013-06-051-0/+13
* Objective-C encoding. Fixes up encodeing forFariborz Jahanian2013-06-041-6/+3
* Fix memory leak for APValues that do memory allocation.Manuel Klimek2013-06-031-5/+7
* Remove unused field.Rafael Espindola2013-05-291-2/+1
* Patch to issue error when target of MacOS and iOS Fariborz Jahanian2013-05-281-0/+14
* Fix a crash when we were trying to compute the linkage too early.Rafael Espindola2013-05-281-2/+1
* In -ast-dump, only dump comments when dumping the actual Decl to which theyRichard Smith2013-05-211-0/+5
* Add static_cast to assertion to silence sign/unsigned comparison warning.Richard Trieu2013-05-141-1/+2
* When computing the size of large arrays, use char units instead of bits.Richard Trieu2013-05-141-2/+21
* Objective-C error recovery. This patch makes a quickFariborz Jahanian2013-05-131-0/+2
* Fix a gcc warning.Rafael Espindola2013-05-131-0/+2
* Cleanup handling of UniqueExternalLinkage.Rafael Espindola2013-05-131-45/+30
* C++1y deduced return types: when we deduce a return type for a function whichRichard Smith2013-05-111-2/+10
* 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
OpenPOWER on IntegriCloud