summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX
Commit message (Expand)AuthorAgeFilesLines
...
* [coroutines] Fix fallthrough diagnostics for coroutinesEric Fiselier2017-05-252-3/+110
* Revert "Sema: allow imaginary constants via GNU extension if UDL overloads no...Tim Northover2017-05-241-44/+0
* [coroutines] Improved diagnostics when unhandled_exception is missing in the ...Gor Nishanov2017-05-242-1/+5
* Sema: allow imaginary constants via GNU extension if UDL overloads not present.Tim Northover2017-05-231-0/+44
* [coroutines] Wrap the body of the coroutine in try-catchGor Nishanov2017-05-221-0/+37
* [coroutines] Build GRO declaration and return GRO statementGor Nishanov2017-05-221-0/+72
* Fix PR25627: constant expressions being odr-used in template arguments.Faisal Vali2017-05-202-2/+24
* Do not issue -Wnullability-completeness for dependent types that are not writ...Richard Smith2017-05-192-1/+11
* Fix an assertion failure in FormatASTNodeDiagnosticArgument.Alexander Kornienko2017-05-181-0/+7
* [modules] Switch from inferring owning modules based on source location toRichard Smith2017-05-181-1/+2
* Fix PR 10758: Infinite recursion when dealing with copy-initializationAlex Lorenz2017-05-161-0/+19
* Fix PR32933: crash on lambda capture of VLAFaisal Vali2017-05-151-0/+34
* [Sema] Support implicit scalar to vector conversionsSimon Dardis2017-05-121-1/+1
* Make tests from r302765 windows friendlyBruno Cardoso Lopes2017-05-111-1/+1
* [Sema] Improve redefinition errors pointing to the same headerBruno Cardoso Lopes2017-05-111-1/+2
* Improve diagnosis of unknown template name.Richard Smith2017-05-102-7/+8
* When we see a '<' operator, check whether it's a probable typo for a template...Richard Smith2017-05-101-4/+3
* [Sema] Implement Core 2094: Trivial copy/move constructor for class with vola...Eric Fiselier2017-05-091-1/+1
* Reland "Warn about unused static file scope function template declarations."Vassil Vassilev2017-05-091-3/+15
* Fix PR32638 : Make sure we switch Sema's CurContext to the substituted Functi...Faisal Vali2017-05-091-0/+7
* [Sema] Make typeof(OverloadedFunctionName) not a pointer.George Burgess IV2017-05-091-0/+14
* Warn that the [] spelling of uuid(...) is deprecated.Nico Weber2017-05-051-1/+1
* Introduce Wzero-as-null-pointer-constant.Nico Weber2017-05-051-0/+27
* Fix bugs checking va_start in lambdas and erroneous contextsReid Kleckner2017-05-041-4/+51
* [NFC] Add original test that triggered crash post r301735 Faisal Vali2017-05-021-1/+13
* Fix PR32831 (Try Again): 'this' capture while instantiating generic lambda ca...Faisal Vali2017-05-021-231/+300
* Revert r301822 (and dependent r301825), which tried to improve theDaniel Jasper2017-05-021-25/+0
* Revert r301735 (and subsequent r301786).Daniel Jasper2017-05-021-293/+231
* Revert r301785 (and r301787) because they caused PR32864.Nick Lewycky2017-05-021-4/+0
* Improve handling of arrays of unknown bound in constant expressions.Richard Smith2017-05-011-0/+25
* Fix line endings (dos -> unix) and clang-format while I'm hereDavid Blaikie2017-05-011-297/+293
* Handle expressions with non-literal types like ignored expressions if we are ...Nick Lewycky2017-05-011-0/+4
* Fix PR32831: 'this capture while instantiating generic lambda call operator s...Faisal Vali2017-04-291-0/+66
* [Sema] Avoid an invalid redefinition error that was presented forAlex Lorenz2017-04-281-0/+27
* [X86] Support of no_caller_saved_registers attributeOren Ben Simhon2017-04-272-0/+62
* Revert r301487: Replace HashString algorithm with xxHash64Rui Ueyama2017-04-261-6/+1
* Replace HashString algorithm with xxHash64Rui Ueyama2017-04-261-1/+6
* [Sema] Avoid using a null type pointer (fixes PR32750)Vedant Kumar2017-04-261-0/+8
* [modules ts] Diagnose 'export' declarations outside of a module interface.Richard Smith2017-04-241-7/+6
* P0629R0: Switch to latest proposal for distinguishing module interface from i...Richard Smith2017-04-211-2/+2
* [ms] Give -Wmicrosoft-enum-forward-reference a chance to fire in clang-cl, PR...Nico Weber2017-04-212-23/+24
* PR32673: Don't wrap parameter packs in SubstTemplateTypeParmPackType nodes wh...Richard Smith2017-04-201-0/+35
* Corrrect warn_unused_result attribute Erich Keane2017-04-191-0/+46
* mingw-w64: enable support for __declspec(selectany)Martell Malone2017-04-181-1/+1
* [coroutines] Fix building of new/delete expressions when get_return_object_on...Eric Fiselier2017-04-181-0/+52
* Rename coroutine warning when unhandled_exception() is missingEric Fiselier2017-04-171-1/+14
* Revert r300504 - [coroutines] Fix rebuilding of implicit and dependent corout...Eric Fiselier2017-04-171-52/+0
* [coroutines] Fix rebuilding of implicit and dependent coroutine statements.Eric Fiselier2017-04-171-0/+52
* Revert r300420 - [coroutines] Fix building of new/delete expressions when get...Eric Fiselier2017-04-161-52/+0
* [coroutines] Fix building of new/delete expressions when get_return_object_on...Eric Fiselier2017-04-161-0/+52