summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX
Commit message (Expand)AuthorAgeFilesLines
* Merging r311115:Hans Wennborg2017-08-181-0/+6
* Merging r310804:Hans Wennborg2017-08-145-18/+18
* Merging r310516:Hans Wennborg2017-08-141-0/+1
* Merging r310691:Hans Wennborg2017-08-111-0/+23
* Merging r309569:Hans Wennborg2017-08-111-0/+9
* Merging r309975: (except the docs/ part)Hans Wennborg2017-08-041-1/+24
* Add GCC's noexcept-type alias for c++1z-compat-manglingRaphael Isemann2017-07-181-0/+1
* Use ARC parsing rules for ns_returns_retained in MRC so that code canJohn McCall2017-07-151-1/+1
* [coroutines] Include the implicit object parameter type when looking up corou...Eric Fiselier2017-07-101-4/+261
* [MS] Don't statically initialize dllimport member function pointersReid Kleckner2017-07-071-0/+7
* [Sema] Don't allow -Wunguarded-availability to be silenced with redeclsErik Pilkington2017-07-051-4/+4
* Address comments that escaped D33333Erich Keane2017-07-051-42/+41
* [AMDGPU] Fix size and alignment of size_t and pointer typesYaxun Liu2017-07-051-0/+47
* [modules ts] Declarations from a module interface unit are only visible outsideRichard Smith2017-07-051-1/+7
* [Sema] Make BreakContinueFinder handle nested loops.Eli Friedman2017-07-041-0/+12
* [clang] Implement -Wcast-qual for C++Roman Lebedev2017-07-031-0/+140
* Fold exception-warnings.cpp into warn-throw-out-noexcept-func.cppStephan Bergmann2017-06-302-36/+37
* [Sema] Issue diagnostics if a new/delete expression generates a call toAkira Hatanaka2017-06-291-0/+109
* Fixed -Wexceptions derived-to-base false positivesStephan Bergmann2017-06-291-0/+36
* Fix crash in clang while handling __has_trivial_destructor.Karthik Bhat2017-06-281-2/+23
* Revert r301742, which caused us to try to evaluate all full-expressions.Richard Smith2017-06-261-0/+56
* Check that the initializer of a non-dependent constexpr variable is constant ...Richard Smith2017-06-261-3/+13
* [Sema] Fix a crash-on-invalid when a template parameter list has a classAkira Hatanaka2017-06-262-3/+25
* Add test for 306149, warn on throw from noexceptErich Keane2017-06-231-0/+265
* Function with unparsed body is a definitionSerge Pavlov2017-06-211-0/+37
* Fix for Bug 33471: Preventing operator auto from resolving to a template oper...Erich Keane2017-06-201-0/+19
* Add a subgroup of c++1z-compat to enable and disable the warning aboutAkira Hatanaka2017-06-201-1/+2
* Reverted 305379 (Function with unparsed body is a definition)Serge Pavlov2017-06-141-12/+0
* Function with unparsed body is a definitionSerge Pavlov2017-06-141-0/+12
* [coroutines] Fix co_await for range statementEric Fiselier2017-06-141-0/+165
* Fix spurious Wunused-lambda-capture warningYi Kong2017-06-131-0/+5
* [Sema][C++1z] Ensure binding in dependent range for have non-null typeErik Pilkington2017-06-121-0/+6
* Don't crash when forming a destructor name on an incomplete type.John McCall2017-06-111-0/+7
* Revert "[clang] Implement -Wcast-qual for C++"Roman Lebedev2017-06-101-140/+0
* [clang] Implement -Wcast-qual for C++Roman Lebedev2017-06-101-0/+140
* 27037: Use correct CVR qualifier on an upcast on method pointer callRichard Smith2017-06-091-0/+13
* Weaken restriction in r304862 to allow implicit deduction guides to referenceRichard Smith2017-06-081-0/+8
* [c++1z] Support deducing B in noexcept(B).Richard Smith2017-06-071-1/+1
* Fix a couple of class template argument deduction crashes with libc++'s tuple.Richard Smith2017-06-071-0/+24
* PR33318: Add missing full-expression checking to static_assert expression.Richard Smith2017-06-061-0/+4
* Implement isDefined by call to isThisDeclarationADefinition.Serge Pavlov2017-06-041-3/+3
* [coroutines] Fix rebuilding of dependent coroutine parametersEric Fiselier2017-06-031-0/+13
* [SemaCXX] Add diagnostics to require_constant_initializationKeno Fischer2017-06-011-9/+63
* PR33232: implement support for MSVC's __is_trivially_destructible trait.Richard Smith2017-06-011-0/+96
* [coroutines] Fix checking for prvalue-ness of `await_suspend` return typeEric Fiselier2017-05-311-2/+20
* [coroutines] Fix assertion during -Wuninitialized analysisEric Fiselier2017-05-312-1/+45
* [coroutines] Diagnose invalid result types for `await_resume` and `await_sus...Eric Fiselier2017-05-281-0/+37
* Create valid LValue to represent null pointers in constant exprsTim Northover2017-05-261-0/+8
* Switch from using a DiagnosticTrap and a note for "while defining a specialRichard Smith2017-05-254-20/+14
* [coroutines] Diagnose when promise types fail to declare either return_void o...Eric Fiselier2017-05-252-22/+17