summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaType.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't invent a '$auto-x-y' name for auto types in generic lambdas. This is noRichard Smith2015-01-091-11/+2
* Wrap to 80 columns, no behavior change.Nico Weber2015-01-041-4/+7
* Document that GetTypeForDeclarator() cannot return a null type.Nico Weber2015-01-041-13/+12
* Crash less enthusiasticially on _Atomic or __restrict__ on invalid types.Nico Weber2015-01-041-0/+6
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-171-1/+9
* [OpenCL] Generic address space has been added in OpenCL v2.0.Anastasia Stulova2014-11-261-0/+3
* Testing commit access.Anastasia Stulova2014-11-201-1/+1
* PR21437, final part of DR1330: delay-parsing of exception-specifications. ThisRichard Smith2014-11-131-21/+21
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-11-121-1/+2
* First half of CWG1962: decltype(__func__) should not be a reference type,Richard Smith2014-11-111-0/+2
* Add frontend support for __vectorcallReid Kleckner2014-10-241-1/+6
* Add RestrictQualifierLoc to DeclaratorChunk::FunctionTypeInfoHal Finkel2014-10-201-3/+3
* Revert r219977, "Re-commit r217995 and follow-up patches (r217997, r218011, r...NAKAMURA Takumi2014-10-171-2/+1
* Re-commit r217995 and follow-up patches (r217997, r218011, r218053). These wereRichard Smith2014-10-161-1/+2
* Factor code into CXXRecordDecl::getTemplateInstantiationPattern() helperReid Kleckner2014-10-141-24/+2
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-0/+2
* Revert r217995 and follow-ups:Hans Wennborg2014-09-181-2/+1
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-09-171-1/+2
* Allow __fp16 as a function arg or return type for AArch64Oliver Stannard2014-08-271-4/+4
* C++1y is now C++14!Aaron Ballman2014-08-191-5/+5
* MS ABI: Don't force bases to have an inheritance modelDavid Majnemer2014-08-081-8/+0
* Factor out exception specification information fromRichard Smith2014-07-311-1/+1
* Delay check for prototype on __fastcall functions until after MergeFunctionDecl.Nico Weber2014-07-311-17/+6
* AArch64: update Clang for merged arm64/aarch64 triples.Tim Northover2014-07-231-6/+2
* rewrap to 80 cols, no behavior changeNico Weber2014-07-081-5/+5
* Sema: Don't allow CVR qualifiers before structorsDavid Majnemer2014-07-081-23/+25
* Rename static function to better describe its purposeAlp Toker2014-07-081-4/+4
* Import MutableArrayRef into clang namespace.Craig Topper2014-06-281-1/+1
* MS ABI: Fix forming pointers to members of a base classReid Kleckner2014-06-121-30/+40
* PR19966: don't crash/assert when __underlying_type is applied to an incompleteRichard Smith2014-06-121-1/+12
* [C++11] Use 'nullptr'.Craig Topper2014-06-091-2/+2
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-4/+4
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-32/+34
* PR19742: cv-qualifiers and ref-qualifiers aren't allowed on functions withinRichard Smith2014-05-141-64/+70
* Refactor and fix a latent bug (found by inspection) where an external ASTRichard Smith2014-05-131-21/+18
* Parameter/argument terminology fixesAlp Toker2014-05-111-25/+25
* Consolidate single void paramter checkingAlp Toker2014-05-111-1/+1
* If an instantiation of a template is required to be a complete type, checkRichard Smith2014-05-071-7/+70
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-031-5/+4
* [ARM64] Add arm64_be where it was accidentally missed from a bunch of if-cond...James Molloy2014-04-301-2/+4
* ARM64: initial clang support commit.Tim Northover2014-03-291-9/+15
* [C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() wit...Aaron Ballman2014-03-131-4/+3
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-131-5/+4
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-3/+3
* Fix uninitialized value in AttributedTypeLoc.Logan Chien2014-03-091-3/+10
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-081-3/+2
* argument -> parameter terminology fixes for FunctionTypeInfoAlp Toker2014-02-261-20/+20
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-251-1/+2
* Remove a C++11ism.Richard Smith2014-02-191-4/+5
* PR13110: Add a -Wignored-qualifiers warning when ignoring a const, volatile, orRichard Smith2014-02-191-8/+23