summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/mangle-exprs.cpp
AgeCommit message (Expand)Author
2025-01-18[Clang] [NFC] Fix unintended `-Wreturn-type` warnings everywhere in the test ...Sirraide
2023-09-25Add -fclang-abi-compat=latest to a bunch of tests for manglings that changed ...Richard Smith
2023-09-21Add mangling for type trait expressions.Richard Smith
2023-09-20Implement mangling rules for C++20 concepts and requires-expressions.Richard Smith
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-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-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2019-10-08[ItaniumMangle] Fix mangling of GNU __null in an expression to match GCCJames Clarke
2017-08-23Fix mangling for dependent "type { expr-list }" expressions, and add mangling...Richard Smith
2015-05-21Itanium mangler: don't trip an assertion when unresolved members have implici...Douglas Gregor
2015-02-05PR22465: when performing list-initialization for a class type C, if we see anRichard Smith
2015-02-05Various fixes to mangling of list-initialization.Richard Smith
2014-11-20When mangling member-expressions, skip implicit accesses of anonymous unionRichard Smith
2014-09-23AST: Mangle cast expression encoding more accuratelyDavid Majnemer
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-09-25Implement Mike Herrick's proposed noexcept mangling.John McCall
2012-02-25Richard Smith pointed out that there already is a proposal for init list mang...Sebastian Redl
2012-02-25Better mangling for new-expressions. Also, although we can't mangle arbitrary...Sebastian Redl
2012-02-06Implement name mangling for scalar value initialization. Reported on IRC by Xeo.Richard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-06-05Add name mangling for expr .* expr. Fixes PR9983 / <rdar://problem/9486332>.Douglas Gregor
2011-05-01Store a parameter index and function prototype depth in everyJohn McCall
2011-04-28Implement the mangling for non-ADL call expressions that we justJohn McCall
2011-02-21Mangling of undeduced 'auto' types, as specified by Itanium C++ ABI.Richard Smith
2010-07-30fix PR5179 and correctly fix PR5831 to not miscompile.Chris Lattner
2010-06-28pass/return structs of char and short as i8/i16 to avoidChris Lattner
2010-03-13Give explicit template instantiations weak ODR linkage. FormerDouglas Gregor
2010-03-13Re-revert the explicit template instantiation linkage patch. I am beginning t...Douglas Gregor
2010-03-13Reinstate patch to turn explicit template instantiations into weak symbolsDouglas Gregor
2010-03-12Revert the linkage change for explicit template instantiations; something is ...Douglas Gregor
2010-03-12Give explicit template instantiations weak linkage (but don't deferDouglas Gregor
2010-01-29Name mangling for cast expressions, from Matthias Schiffer! Fixes PR5876.Douglas Gregor