summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/ms-property.cpp
AgeCommit message (Expand)Author
2025-07-18[clang][CodeGen] Set `dead_on_return` when passing arguments indirectlyAntonio Frighetto
2023-06-08[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2023-04-05[MSVC] Allow declaration of multi-dim 'property' array fieldsMike Rice
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2018-03-20[CodeGen] Ignore OpaqueValueExprs that are unique references to theirAkira Hatanaka
2018-03-16[MS] Don't escape MS C++ names with \01Reid Kleckner
2018-02-23Bring r325915 back.Rafael Espindola
2018-02-23Revert "Start setting dso_local for COFF."Rafael Espindola
2018-02-23Start setting dso_local for COFF.Rafael Espindola
2015-12-10[MSVC] Fix for http://llvm.org/PR25636: indexed accessor property not support...Alexey Bataev
2015-11-25[MSVC] 'property' with an empty array in array subscript expression.Alexey Bataev
2015-10-14[MSVC] Fix for http://llvm.org/PR24132: __declspec(property): double invocati...Alexey Bataev