summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/extern-c.cpp
AgeCommit message (Expand)Author
2023-06-08[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2021-02-26Change some addUsedGlobal to addUsedOrCompilerUsedGlobalFangrui Song
2018-02-23Bring r325915 back.Rafael Espindola
2016-04-29PR27549: fix bug that resulted in us giving a translation-unit-scope variable aRichard Smith
2015-09-11[opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2014-07-30Update for llvm change.Rafael Espindola
2014-04-14PR19411: Walk lexical parents, not semantic parents, when determining whether aRichard Smith
2014-02-18Fix testcase to actually check what it was supposed to, and make it a bit mor...Richard Smith
2014-02-17PR18839: 'extern "C++"' also adds an implicit 'extern', not just 'extern "C"'.Richard Smith
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
2013-04-06When an internal-linkage function or variable is declared within an extern "C"Richard Smith
2013-03-12Correctly compute linkage of decls forward declared extern C.Rafael Espindola
2013-03-12Remove a bogus assert so we don't crash inRafael Espindola
2010-02-07Fix assertion failure when parsing linkage specifications (PR5921),Douglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-05-16extern "C" should preserve the 'extern' qualifier for VarDecls. Fixes 6853728.Anders Carlsson