summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/dllexport.cpp
AgeCommit message (Expand)Author
2025-11-21Revert "Reland [MS][clang] Add support for vector deleting destructors" (#169...Zequan Wu
2025-11-13Reland [MS][clang] Add support for vector deleting destructors (#165598)Mariya Podchishchaeva
2025-05-14[Cygwin] Global symbols should be external by default (#139797)Tomohiro Kashiwada
2025-04-14[MS][clang] Revert vector deleting destructors support (#135611)Mariya Podchishchaeva
2025-03-31Reland [MS][clang] Add support for vector deleting destructors (#133451)Mariya Podchishchaeva
2025-03-12Revert "[MS][clang] Add support for vector deleting destructors (#126240)"Hans Wennborg
2025-03-04[MS][clang] Add support for vector deleting destructors (#126240)Mariya Podchishchaeva
2023-03-15[MSVC][dllexport/dllimport] Propagate a dllexport/dllimport attribute to temp...Wolfgang Pieb
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-18[Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analy...hyeongyukim
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
2021-04-08Revert "Reduce the number of attributes attached to each function"Dávid Bolvanský
2021-02-24Reduce the number of attributes attached to each functionDávid Bolvanský
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-11-12[dllexport] Avoid assert for explicitly defaulted methods in explicit instant...Hans Wennborg
2020-11-11[CodeGenCXX] Remove unused check prefixesSimon Pilgrim
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2020-02-26[clang] Annotating C++'s `operator new` with more attributesRoman Lebedev
2019-12-04Actually delay processing DelayedDllExportClasses until the outermost class i...Hans Wennborg
2019-08-03IR: print value numbers for unnamed function argumentsTim Northover
2019-08-02Don't try emitting dllexported explicitly defaulted non-trivial ctors twice d...Hans Wennborg
2019-08-01Delay emitting dllexport explicitly defaulted members until the class is full...Hans Wennborg
2018-10-31[clang-cl] Inherit dllexport to static locals also in template instantiations...Hans Wennborg
2018-08-29[MinGW] Don't mark external variables as DSO localMartin Storsjo
2018-08-17[MS] Mangle a hash of the main file path into anonymous namespacesReid Kleckner
2018-07-11[FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny
2018-06-18IRgen: Mark aliases of ctors and dtors as unnamed_addr.Peter Collingbourne
2018-03-23Bring r328238 back with a fix.Rafael Espindola
2018-03-22Set dso_local on __ImageBase.Rafael Espindola
2018-03-22Revert "Set dso_local on vtables."Rafael Espindola
2018-03-22Set dso_local on vtables.Rafael Espindola
2018-03-16[MS] Don't escape MS C++ names with \01Reid Kleckner
2018-03-08Propagate DLLAttr to friend re-declarations of member functionsStephan Bergmann
2018-03-01Start setting dllimport/dllexport in setGVProperties.Rafael Espindola
2018-02-26Re-commit r324991 "Fix for PR32992. Static const classes not exported."Hans Wennborg
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
2018-02-14Revert r324991 "Fix for PR32992. Static const classes not exported."Hans Wennborg
2018-02-13Fix for PR32992. Static const classes not exported.Hans Wennborg
2017-12-02PR35456: Track definedness of variable template specializations separately fromRichard Smith
2017-11-28[test] Fix a typo in a test comment. NFC.Martin Storsjo
2017-10-10For dllexport class templates, export specializations of member functions (PR...Hans Wennborg