aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCXX
AgeCommit message (Expand)AuthorFilesLines
17 hours[clang] Instantiate attributes on LabelDecls (#115924)Eric Astor1-0/+55
37 hoursRevert "Respect the [[clang::unsafe_buffer_usage]] attribute for field and co...Zequan Wu2-142/+0
3 days[-Wunsafe-buffer-usage] Fix false positives in warning againt 2-parameter std...Malavika Samak1-0/+17
3 days[Clang] enhance diagnostic message for __builtin_bit_cast size mismatch (#115...Oleksandr T.2-2/+2
3 daysReapply "[clang] Introduce [[clang::lifetime_capture_by(X)]] (#115823)Utkarsh Saxena1-0/+47
3 days[clang][bytecode] SourceInfo::Source might be null (#115905)Timm Baeder1-0/+5
4 days[Clang] Fix dependent expression handling for assumptions (#115646)Younan Zhang1-0/+28
4 days[Wunsafe-buffer-usage] Fix false positives in handling string literals. (#115...Malavika Samak1-0/+14
5 daysRevert "[clang] Introduce [[clang::lifetime_capture_by(X)]] (#111499)"Nikita Popov1-46/+0
5 days[clang] Introduce [[clang::lifetime_capture_by(X)]] (#111499)Utkarsh Saxena1-0/+46
9 days[FMV][AArch64] Remove features which expose non exploitable runtime behavior....Alexandros Lamprineas1-1/+1
9 days[clang] Output an error when [[lifetimebound]] attribute is applied on a func...Boaz Brickner1-2/+1
9 days[Clang] Distinguish expanding-pack-in-place cases for SubstTemplateTypeParmTy...Younan Zhang1-0/+19
10 days[Clang] Correctly initialize placeholder fields from their initializers (#114...cor3ntin1-1/+35
12 days[clang][sema] Fixed a crash when mixture of designated and non-designated ini...Congcong Cai1-0/+15
12 days[clang] Make nullability-on-classes more robust to redeclarations (#114778)Sam McCall1-0/+27
2024-11-02[NFC] Simple typo correction. (#114548)c8ef2-2/+2
2024-11-01[Clang] prevent setting default lexical access specifier for missing primary ...Oleksandr T.1-0/+8
2024-10-30Respect the [[clang::unsafe_buffer_usage]] attribute for field and constructo...Dana Jansens2-0/+142
2024-10-30[FMV][AArch64] Remove features which can be expressed as a combination of oth...Alexandros Lamprineas1-2/+2
2024-10-30[clang] Fix 71315698c9 in presence of incomplete types (#114095)serge-sans-paille2-6/+21
2024-10-30[sema] enhance error handling for compound stmt body in `StmtExpr` (#113760)Congcong Cai1-0/+12
2024-10-29[Clang] fix range calculation for conditionals with throw expressions (#112081)Oleksandr T.1-0/+7
2024-10-28[clang] Warn about memset/memcpy to NonTriviallyCopyable types (#111434)serge-sans-paille2-0/+70
2024-10-25[AMDGPU] Add a type for the named barrier (#113614)Gang Chen1-0/+17
2024-10-25[clang] Output an error when [[lifetimebound]] attribute is applied on a func...Boaz Brickner1-2/+10
2024-10-25[Clang] Enhance handling of [[deprecated]] attribute diagnostics for local va...Oleksandr T.1-0/+20
2024-10-24[Clang] prevent assertion failure in value-dependent initializer expressions ...Oleksandr T.1-0/+10
2024-10-23[clang][bytecode] Diagnose non-const initialiers in diagnoseUnknownDecl (#113...Timm Baeder1-0/+1
2024-10-22Fix the broken testHaojian Wu1-2/+2
2024-10-22[clang] Lifetimebound in assignment operator should work for non-gsl annotate...Haojian Wu1-3/+3
2024-10-22[Clang] Don't assert on substituted-but-yet-expanded packs for nested lambdas...Younan Zhang1-0/+44
2024-10-22[clang] Allow class with anonymous union member to be const-default-construct...Rajveer Singh Bharadwaj1-0/+51
2024-10-21[RISCV][FMV] Remove support for negative priority (#112161)Piyou Chen2-0/+9
2024-10-18[Clang] Fix an assertion in expression recovery (#112888)cor3ntin1-0/+17
2024-10-18[PAC] Fix address discrimination for type info vtable pointers (#102199)Daniil Kovalev1-1/+1
2024-10-17[-Wunsafe-buffer-usage] Emit a warning if pointer returned by vector::data an...Malavika Samak1-30/+67
2024-10-17[clang] Fix covariant cv-qualification check to require the override function...Boaz Brickner1-8/+44
2024-10-16[clang] When checking for covariant return types, make sure the pointers or r...Boaz Brickner1-0/+6
2024-10-16[clang] Implement constexpr __builtin_bit_cast for complex types (#109981)Timm Baeder1-0/+16
2024-10-15Make [[clang::lifetimebound]] work for expressions coming from default argume...higher-performance1-0/+31
2024-10-15[Clang][Sema] Fix templated array size calculation. (#96464)awson1-0/+46
2024-10-15[Clang] Fix a DeclContext mismatch when parsing nested lambda parameters (#11...Younan Zhang1-0/+22
2024-10-14[clang][bytecode] Fix discarding block expressions (#112185)Timm Baeder1-0/+3
2024-10-12[Clang] fix overload resolution for object parameters with top-level cv-quali...Oleksandr T.1-5/+29
2024-10-11[Clang] [Sema] Don't crash on unexpanded pack in invalid block literal (#110762)Sirraide1-0/+64
2024-10-11Turn `-Wdeprecated-literal-operator` on by default (#111027)Erich Keane8-66/+68
2024-10-11Revert "Reland: [clang] Finish implementation of P0522 (#111711)"Mikhail Goncharov1-2/+3
2024-10-11[clang][bytecode] Implement __builtin_assume_aligned (#111968)Timm Baeder1-0/+1
2024-10-11[Clang] Instantiate Typedefs referenced by type alias deduction guides (#111804)Younan Zhang1-0/+13