summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/extern-c.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bring r325915 back.Rafael Espindola2018-02-231-8/+8
* PR27549: fix bug that resulted in us giving a translation-unit-scope variable aRichard Smith2016-04-291-2/+17
* [opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie2015-09-111-2/+2
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-291-1/+1
* Update for llvm change.Rafael Espindola2014-07-301-2/+2
* PR19411: Walk lexical parents, not semantic parents, when determining whether aRichard Smith2014-04-141-0/+7
* Fix testcase to actually check what it was supposed to, and make it a bit mor...Richard Smith2014-02-181-3/+2
* PR18839: 'extern "C++"' also adds an implicit 'extern', not just 'extern "C"'.Richard Smith2014-02-171-3/+7
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg2013-12-131-1/+1
* When an internal-linkage function or variable is declared within an extern "C"Richard Smith2013-04-061-0/+27
* Correctly compute linkage of decls forward declared extern C.Rafael Espindola2013-03-121-3/+13
* Remove a bogus assert so we don't crash inRafael Espindola2013-03-121-5/+17
* Fix assertion failure when parsing linkage specifications (PR5921),Douglas Gregor2010-02-071-0/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-3/+3
* extern "C" should preserve the 'extern' qualifier for VarDecls. Fixes 6853728.Anders Carlsson2009-05-161-0/+13