]> granicus.if.org Git - clang/history - test/SemaCXX
clang/test/CodeGenObjC/ivar-type-encoding.m: Tweak to satisfy -m32.
[clang] / test / SemaCXX /
2017-06-26 Richard SmithRevert r301742, which caused us to try to evaluate...
2017-06-26 Richard SmithCheck that the initializer of a non-dependent constexpr...
2017-06-26 Akira Hatanaka[Sema] Fix a crash-on-invalid when a template parameter...
2017-06-23 Erich KeaneAdd test for 306149, warn on throw from noexcept
2017-06-21 Serge PavlovFunction with unparsed body is a definition
2017-06-20 Erich KeaneFix for Bug 33471: Preventing operator auto from resolv...
2017-06-20 Akira HatanakaAdd a subgroup of c++1z-compat to enable and disable...
2017-06-14 Serge PavlovReverted 305379 (Function with unparsed body is a defin...
2017-06-14 Serge PavlovFunction with unparsed body is a definition
2017-06-14 Eric Fiselier[coroutines] Fix co_await for range statement
2017-06-13 Yi KongFix spurious Wunused-lambda-capture warning
2017-06-12 Erik Pilkington[Sema][C++1z] Ensure binding in dependent range for...
2017-06-11 John McCallDon't crash when forming a destructor name on an incomp...
2017-06-10 Roman LebedevRevert "[clang] Implement -Wcast-qual for C++"
2017-06-10 Roman Lebedev[clang] Implement -Wcast-qual for C++
2017-06-09 Richard Smith27037: Use correct CVR qualifier on an upcast on method...
2017-06-08 Richard SmithWeaken restriction in r304862 to allow implicit deducti...
2017-06-07 Richard Smith[c++1z] Support deducing B in noexcept(B).
2017-06-07 Richard SmithFix a couple of class template argument deduction crash...
2017-06-06 Richard SmithPR33318: Add missing full-expression checking to static...
2017-06-04 Serge PavlovImplement isDefined by call to isThisDeclarationADefini...
2017-06-03 Eric Fiselier[coroutines] Fix rebuilding of dependent coroutine...
2017-06-01 Keno Fischer[SemaCXX] Add diagnostics to require_constant_initializ...
2017-06-01 Richard SmithPR33232: implement support for MSVC's __is_trivially_de...
2017-05-31 Eric Fiselier[coroutines] Fix checking for prvalue-ness of `await_su...
2017-05-31 Eric Fiselier[coroutines] Fix assertion during -Wuninitialized analysis
2017-05-28 Eric Fiselier[coroutines] Diagnose invalid result types for `await_...
2017-05-26 Tim NorthoverCreate valid LValue to represent null pointers in const...
2017-05-25 Richard SmithSwitch from using a DiagnosticTrap and a note for ...
2017-05-25 Eric Fiselier[coroutines] Diagnose when promise types fail to declar...
2017-05-25 Eric Fiselier[coroutines] Fix fallthrough diagnostics for coroutines
2017-05-24 Tim NorthoverRevert "Sema: allow imaginary constants via GNU extensi...
2017-05-24 Gor Nishanov[coroutines] Improved diagnostics when unhandled_except...
2017-05-23 Tim NorthoverSema: allow imaginary constants via GNU extension if...
2017-05-22 Gor Nishanov[coroutines] Wrap the body of the coroutine in try...
2017-05-22 Gor Nishanov[coroutines] Build GRO declaration and return GRO statement
2017-05-20 Faisal ValiFix PR25627: constant expressions being odr-used in...
2017-05-19 Richard SmithDo not issue -Wnullability-completeness for dependent...
2017-05-18 Alexander KornienkoFix an assertion failure in FormatASTNodeDiagnosticArgu...
2017-05-18 Richard Smith[modules] Switch from inferring owning modules based...
2017-05-16 Alex LorenzFix PR 10758: Infinite recursion when dealing with...
2017-05-15 Faisal ValiFix PR32933: crash on lambda capture of VLA
2017-05-12 Simon Dardis[Sema] Support implicit scalar to vector conversions
2017-05-11 Bruno Cardoso LopesMake tests from r302765 windows friendly
2017-05-11 Bruno Cardoso Lopes[Sema] Improve redefinition errors pointing to the...
2017-05-10 Richard SmithImprove diagnosis of unknown template name.
2017-05-10 Richard SmithWhen we see a '<' operator, check whether it's a probab...
2017-05-09 Eric Fiselier[Sema] Implement Core 2094: Trivial copy/move construct...
2017-05-09 Vassil VassilevReland "Warn about unused static file scope function...
2017-05-09 Faisal ValiFix PR32638 : Make sure we switch Sema's CurContext...
2017-05-09 George Burgess IV[Sema] Make typeof(OverloadedFunctionName) not a pointer.
2017-05-05 Nico WeberWarn that the [] spelling of uuid(...) is deprecated.
2017-05-05 Nico WeberIntroduce Wzero-as-null-pointer-constant.
2017-05-04 Reid KlecknerFix bugs checking va_start in lambdas and erroneous...
2017-05-02 Faisal Vali[NFC] Add original test that triggered crash post r301735
2017-05-02 Faisal ValiFix PR32831 (Try Again): 'this' capture while instantia...
2017-05-02 Daniel JasperRevert r301822 (and dependent r301825), which tried...
2017-05-02 Daniel JasperRevert r301735 (and subsequent r301786).
2017-05-02 Nick LewyckyRevert r301785 (and r301787) because they caused PR32864.
2017-05-01 Richard SmithImprove handling of arrays of unknown bound in constant...
2017-05-01 David BlaikieFix line endings (dos -> unix) and clang-format while...
2017-05-01 Nick LewyckyHandle expressions with non-literal types like ignored...
2017-04-29 Faisal ValiFix PR32831: 'this capture while instantiating generic...
2017-04-28 Alex Lorenz[Sema] Avoid an invalid redefinition error that was...
2017-04-27 Oren Ben Simhon[X86] Support of no_caller_saved_registers attribute
2017-04-26 Rui UeyamaRevert r301487: Replace HashString algorithm with xxHash64
2017-04-26 Rui UeyamaReplace HashString algorithm with xxHash64
2017-04-26 Vedant Kumar[Sema] Avoid using a null type pointer (fixes PR32750)
2017-04-24 Richard Smith[modules ts] Diagnose 'export' declarations outside...
2017-04-21 Richard SmithP0629R0: Switch to latest proposal for distinguishing...
2017-04-21 Nico Weber[ms] Give -Wmicrosoft-enum-forward-reference a chance...
2017-04-20 Richard SmithPR32673: Don't wrap parameter packs in SubstTemplateTyp...
2017-04-19 Erich KeaneCorrrect warn_unused_result attribute
2017-04-18 Martell Malonemingw-w64: enable support for __declspec(selectany)
2017-04-18 Eric Fiselier[coroutines] Fix building of new/delete expressions...
2017-04-17 Eric FiselierRename coroutine warning when unhandled_exception(...
2017-04-17 Eric FiselierRevert r300504 - [coroutines] Fix rebuilding of implici...
2017-04-17 Eric Fiselier[coroutines] Fix rebuilding of implicit and dependent...
2017-04-16 Eric FiselierRevert r300420 - [coroutines] Fix building of new/delet...
2017-04-16 Eric Fiselier[coroutines] Fix building of new/delete expressions...
2017-04-13 George Burgess IVFix PR31934: forming refs to functions with enable_if...
2017-04-13 Richard SmithAdd test for anonymous struct containing an implicitly...
2017-04-13 Richard SmithDiagnose attempt to take address of bitfield members...
2017-04-13 Richard SmithPR32185: Revert r291512 and add a testcase for PR32185.
2017-04-12 Eric Fiselier[Sema] Add __is_aggregate type-trait
2017-04-12 Aaron BallmanMoving a C++ test out of Sema and into SemaCXX; NFC.
2017-04-11 Vassil VassilevRevert temporarily D29877 "Warn about unused static...
2017-04-11 Vassil VassilevWarn about unused static file scope function template...
2017-04-05 Stephan BergmannDon't issue a warning if the shadowing declaration...
2017-04-03 Eric Fiselier[coroutines] Fix rebuilding of implicit and dependent...
2017-04-03 Alex LorenzEnhance -Wshadow to warn when shadowing typedefs or...
2017-03-30 Erich KeaneClang changes for alloc_align attribute
2017-03-27 Gor Nishanov[coroutines] Handle get_return_object_on_allocation_failure
2017-03-27 Matthias GehreAdd [[clang::suppress(rule, ...)]] attribute
2017-03-27 Daniel JasperLook through CXXBindTemporaryExprs when checking CXXFun...
2017-03-24 Richard SmithFix handling of initialization from parenthesized initi...
2017-03-23 Erich KeaneCorrect class-template deprecation behavior-REDUX
2017-03-23 Eric Fiselier[coroutines] Implement unhandled_exception changes.
2017-03-22 Martin BohmeRevert "Correct class-template deprecation behavior"
2017-03-22 Richard SmithSuppress warning on unreachable [[clang::fallthrough...
next