summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/internal-linkage.cpp
AgeCommit message (Expand)Author
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2018-02-23Bring r325915 back.Rafael Espindola
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-13Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg
2011-06-10PR10120: Make CodeGenModule::getVTableLinkage use NamedDecl::getLinkage to de...Eli Friedman
2011-02-19Warn about code that uses variables and functions with internal linkageJohn McCall
2010-06-21Fixes a corner case bug whereby declaring and defining an extern variable in a Fariborz Jahanian
2010-03-08In C++98/03, an uninitialized variable that has POD class type will beDouglas Gregor
2010-02-03When a function or variable somehow depends on a type or declarationDouglas Gregor