summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaType.cpp
Commit message (Expand)AuthorAge
* MS ABI: Fix forming pointers to members of a base classReid Kleckner2014-06-12
* PR19966: don't crash/assert when __underlying_type is applied to an incompleteRichard Smith2014-06-12
* [C++11] Use 'nullptr'.Craig Topper2014-06-09
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-29
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-26
* PR19742: cv-qualifiers and ref-qualifiers aren't allowed on functions withinRichard Smith2014-05-14
* Refactor and fix a latent bug (found by inspection) where an external ASTRichard Smith2014-05-13
* Parameter/argument terminology fixesAlp Toker2014-05-11
* Consolidate single void paramter checkingAlp Toker2014-05-11
* If an instantiation of a template is required to be a complete type, checkRichard Smith2014-05-07
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-03
* [ARM64] Add arm64_be where it was accidentally missed from a bunch of if-cond...James Molloy2014-04-30
* ARM64: initial clang support commit.Tim Northover2014-03-29
* [C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() wit...Aaron Ballman2014-03-13
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-13
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-12
* Fix uninitialized value in AttributedTypeLoc.Logan Chien2014-03-09
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-08
* argument -> parameter terminology fixes for FunctionTypeInfoAlp Toker2014-02-26
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-25
* Remove a C++11ism.Richard Smith2014-02-19
* PR13110: Add a -Wignored-qualifiers warning when ignoring a const, volatile, orRichard Smith2014-02-19
* Fix crash-on-invalid if decltype(auto) is used as a deduced return type inRichard Smith2014-02-14
* MS ABI: Add support for the -vm{b,g,s,m,v} flagsDavid Majnemer2014-02-11
* MS ABI: Add support for #pragma pointers_to_membersDavid Majnemer2014-02-10
* PR18581: Attempt to complete the type in a VLA declaration before checkingRichard Smith2014-02-08
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Update FunctionTypeLoc and related names to match r199686Alp Toker2014-01-21
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-20
* Fix a build-bot breakage for clang-modernize when run with the MSVC ABIDavid Majnemer2014-01-17
* Revert "Revert r199416, "MS ABI: Improve selection of an inheritance model""David Majnemer2014-01-17
* Revert r199416, "MS ABI: Improve selection of an inheritance model"NAKAMURA Takumi2014-01-17
* MS ABI: Improve selection of an inheritance modelDavid Majnemer2014-01-16
* Fix for PR9812: warn about bool instead of _Bool.Erik Verbruggen2014-01-15
* Simplifying the OpenCL image attribute. It does not need a semantic integer p...Aaron Ballman2014-01-14
* Removing some attribute magic related to the OpenCL keyword attributes. Inste...Aaron Ballman2014-01-14
* For AArch64, support builtin neon vector type with 'long' as base element type.Jiangning Liu2014-01-08
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* Using the proper helper function instead of manually doing this work. No func...Aaron Ballman2014-01-03
* It turns out the problem was a bit more wide-spread. Removing a lot of unneed...Aaron Ballman2014-01-03
* Refactor the Microsoft inheritance attribute handling so that it no longer ha...Aaron Ballman2013-12-18
* Remove OpenCL-specific type keywords and specifiersAlp Toker2013-12-18
* Take into consideration calling convention when processing specializations.Rafael Espindola2013-12-10
* Turning the __w64 attribute into an ignored attribute to match other Microsof...Aaron Ballman2013-12-06
* Fix non-MSVC build error in ASTContext::getAdjustedTypeReid Kleckner2013-12-05
* Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner2013-12-05
* Remove a whole lot of unused variablesAlp Toker2013-11-27
* PR9547: If we're parsing a simple-declaration that contains a tag definition,Richard Smith2013-11-19
* Further fixes when thiscall is the default for methods.Rafael Espindola2013-11-19
* The attached patch is a follow up from my previous one. The existingRafael Espindola2013-11-18