aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCXX
AgeCommit message (Expand)AuthorFilesLines
2021-02-08PR48606: The lifetime of a constexpr heap allocation always startedRichard Smith1-0/+34
2021-02-08[AST] Update LVal before evaluating lambda decl fields.Zequan Wu1-0/+10
2021-02-03PR44325 (and duplicates): don't issue -Wzero-as-null-pointer-constantRichard Smith1-1/+19
2021-01-25[clang] Fix a nullptr dereference bug on invalid codeAdam Czachorowski1-0/+16
2021-01-22PR47682: Merge the DeclContext of a merged FunctionDecl before we inheritRichard Smith1-0/+8
2021-01-22Revert "[clang] Suppress "follow-up" diagnostics on recovery call expressions."Haojian Wu1-9/+0
2021-01-20Revert "Following up on PR48517, fix handling of template arguments that refer"Hans Wennborg2-12/+12
2021-01-19Revert "DR2064: decltype(E) is only a dependent type if E is type-dependent, notRichard Smith2-13/+13
2021-01-18Following up on PR48517, fix handling of template arguments that referRichard Smith1-1/+1
2021-01-18DR2064: decltype(E) is only a dependent type if E is type-dependent, notRichard Smith1-2/+2
2021-01-13Fix grammar in diagnostic for wrong arity in a structured binding.Richard Smith1-0/+15
2021-01-11[c++20] Don't consider string literal operator templates for numericRichard Smith1-0/+29
2021-01-08Never call a destroying operator delete when cleaning up from anRichard Smith1-2/+22
2021-01-07Add element-type to the Vector TypeLoc types.Erich Keane1-0/+17
2021-01-06[Sema] Fix deleted function problem in implicitly movable testYang Fan1-4/+22
2021-01-05[OpenCL] Warn about side effects for unevaluated vec_step argSven van Haastregt1-0/+2
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song1-1/+1
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song1-2/+2
2020-12-22Revert "DR2064: decltype(E) is only a dependent type if E is type-dependent, ...Arthur Eubanks1-2/+2
2020-12-22Revert "Following up on PR48517, fix handling of template arguments that refer"Arthur Eubanks1-1/+1
2020-12-17Following up on PR48517, fix handling of template arguments that referRichard Smith1-1/+1
2020-12-17DR2064: decltype(E) is only a dependent type if E is type-dependent, notRichard Smith1-2/+2
2020-12-17[PowerPC] Rename the vector pair intrinsics and builtins to replace the _mma_...Baptiste Saleil1-1/+1
2020-12-17Detect section type conflicts between functions and variablesTomas Matheson1-0/+6
2020-12-16PR47474: Add test for Clang's current behavior.Richard Smith1-0/+26
2020-12-15DR1413 and part of P1815R2: Minor improvements to Clang's determinationRichard Smith2-2/+19
2020-12-10[AST] Fix a constexpr-evaluator crash on error-dependent returnstmt.Haojian Wu1-0/+3
2020-12-07Fix assertion failure due to incorrect dependence bits on a DeclRefExprRichard Smith1-0/+7
2020-12-04Fix a test failing on windowsErik Pilkington1-1/+1
2020-12-04[Sema] Fold VLAs to constant arrays in a few more contextsErik Pilkington1-0/+6
2020-12-03PR48383: Disallow decltype(auto) in pseudodestructor callsDavid Blaikie1-0/+1
2020-12-03Try to fix tests on Windows after 0cbf61be8beNico Weber1-2/+2
2020-12-03[mac/arm] Fix rtti codegen tests when running on an arm macNico Weber1-2/+2
2020-12-01s/instantate/instantiate/ throughout. NFCI.Arthur O'Dwyer1-1/+1
2020-11-30[windows-itanium] handle dllimport/export code paths separately and share wit...Ben Dunbobbin2-0/+3
2020-11-30[AST][RecoveryAST] Preseve more invalid return stmt.Haojian Wu2-4/+4
2020-11-30[clang] Improve diagnostics for auto-return-type function if the return expr ...Haojian Wu3-4/+6
2020-11-29Remove redundant check for access in the conversion from the namingRichard Smith2-3/+3
2020-11-27[SVE] Add a couple of extra sizeless type testsRichard Sandiford1-0/+2
2020-11-25Part of C++ DR 39: a class member lookup is not ambiguous if it finds theRichard Smith1-6/+6
2020-11-25Refactor and simplify class scope name lookup.Richard Smith1-0/+26
2020-11-23[AArch64][SVE] Allow lax conversion between VLATs and GNU vectorsJoe Ellis1-10/+39
2020-11-20Guard init_priority attribute within libc++Zbigniew Sarbinowski1-5/+17
2020-11-20[clang] Do not crash on pointer wchar_t pointer assignment.Adam Czachorowski1-1/+8
2020-11-19[AArch64][SVE] Allow C-style casts between fixed-size and scalable vectorsJoe Ellis1-0/+49
2020-11-18[AST] Enhance the const expression evaluator to support error-dependent exprs.Haojian Wu4-9/+75
2020-11-17Fix assertions and bad warnings on extremely wide bit-fields.Richard Smith1-0/+19
2020-11-17[AArch64][SVE] Add tests for VLST -> VLAT lax conversionsJoe Ellis1-0/+5
2020-11-17[AArch64][SVE] Support implicit lax vector conversions for SVE typesJoe Ellis1-0/+34
2020-11-17Update 'note-candiate' functions to skip lambda-conversion-op-overloadsErich Keane3-0/+10