summaryrefslogtreecommitdiff
path: root/test/SemaCXX
AgeCommit message (Expand)Author
2018-04-07Merging r327099:Tom Stellard
2018-02-22Merging r324308:Hans Wennborg
2018-02-09Merging r324537:Hans Wennborg
2018-02-05Merging r324134:Hans Wennborg
2018-01-17Merging r321779:Hans Wennborg
2018-01-03[Sema] -Wtautological-constant-compare is too good. Cripple it.Roman Lebedev
2018-01-03PR35697: look at the first declaration when determining whether a function orRichard Smith
2018-01-02Fix and simplify handling of return type for (generic) lambda conversion func...Richard Smith
2017-12-31[Sema] Improve diagnostics for const- and ref-qualified member functionsJacob Bandes-Storch
2017-12-31Reverted 321592: [Sema] Improve diagnostics for const- and ref-qualified memb...Jacob Bandes-Storch
2017-12-31[Sema] Improve diagnostics for const- and ref-qualified member functionsJacob Bandes-Storch
2017-12-21Suppress "redundant parens" warning for "A (::B())".Richard Smith
2017-12-21[AST] Incorrectly qualified unscoped enumeration as template actual parameter.Paul Robinson
2017-12-21Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman
2017-12-20Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman
2017-12-20Add a printing policy to the ASTDumper.Aaron Ballman
2017-12-14Correct UnaryTransformTypeLoc to properly initialize.Erich Keane
2017-12-14Don't trigger -Wuser-defined-literals for system headersDimitry Andric
2017-12-14[ThreadSafetyAnalysis] Fix isCapabilityExprYi Kong
2017-12-14[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith
2017-12-12Fix ICE when __has_unqiue_object_representations called with invalid declErich Keane
2017-12-11PR35586: Relax two asserts that are overly restrictiveErich Keane
2017-12-11Fix warn-enum-compare.cpp on WindowsHans Wennborg
2017-12-11P0620 follow-up: deducing `auto` from braced-init-list in new exprZhihao Yuan
2017-12-11[Sema] Fix crash in unused-lambda-capture warning for VLAsMalcolm Parsons
2017-12-09Switch to gnu++14 as the default dialect.Tim Northover
2017-12-09Hardware-assisted AddressSanitizer (clang part).Evgeniy Stepanov
2017-12-08Unify implementation of our two different flavours of -Wtautological-compare,Richard Smith
2017-12-08Revert "Unify implementation of our two different flavours of -Wtautological-...Hans Wennborg
2017-12-08Unify implementation of our two different flavours of -Wtautological-compare.Richard Smith
2017-12-07Ignore pointers to incomplete types when diagnosing misaligned addressesRoger Ferrer Ibanez
2017-12-07Allow conditions to be decomposed with structured bindingsZhihao Yuan
2017-12-05P0722R2: The first parameter in an implicit call to a destroying operatorRichard Smith
2017-12-01[c++2a] P0515R3: Support for overloaded operator<=>.Richard Smith
2017-11-30Fix __has_unique_object_representations implementationErich Keane
2017-11-30Preserve the "last diagnostic was suppressed" flag across SFINAE checks.Richard Smith
2017-11-26Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman
2017-11-21[Modules TS] Added module re-export support.Hamza Sood
2017-11-20Revert r318456 "Issue -Wempty-body warnings for else blocks"Hans Wennborg
2017-11-20Revert r318556 "Loosen -Wempty-body warning"Hans Wennborg
2017-11-17Loosen -Wempty-body warningReid Kleckner
2017-11-16Issue -Wempty-body warnings for else blocksReid Kleckner
2017-11-15Try to fix test/SemaCXX/deleted-operator.cpp after r318309Hans Wennborg
2017-11-15BuiltinOperatorOverloadBuilder: Don't consider types that are unavailable on ...Hans Wennborg
2017-11-11Handle lambda captures of variable length arrays in profiling and printing.Richard Trieu
2017-11-01Fix missing -Wregister warning when 'register' is applied to a function param...Richard Smith
2017-11-01Fix -Wunused-private-field to fire regardless of which implicit special membe...Richard Smith
2017-11-01Change assertion to quick exit from checking function.Richard Trieu
2017-11-01[c++17] Refine resolution of constructor / conversion function disambiguation.Richard Smith
2017-10-30Undo accidental language mode change in this test.Richard Smith