summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/linkage-spec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Retain previous language linkage of friend function declarationsAlp Toker2013-10-221-0/+19
* Reinstate r185229, reverted in r185256, with a tweak: further ignore theRichard Smith2013-06-301-1/+38
* Revert r185229 as it breaks compilation of <windows.h>Timur Iskhodzhanov2013-06-291-40/+3
* PR7927, PR16247: Reimplement handling of matching extern "C" declarationsRichard Smith2013-06-281-3/+40
* Put the PR16167 tests togetherDavid Majnemer2013-05-311-0/+1
* Disallow extern decls of type void in C++ modeDavid Majnemer2013-05-291-0/+2
* Use lexical contexts when checking for conflicting language linkages.Rafael Espindola2013-05-051-0/+8
* Don't special case one line extern "C" decls.Rafael Espindola2013-03-291-0/+4
* Push "out-of-line" declarations into scope when their lexical/semanticDouglas Gregor2011-10-091-0/+13
* Don't complain about a variable within a linkage-specification that isDouglas Gregor2010-10-151-0/+3
* Parse all kinds of declarations as part of a linkage-specification,Douglas Gregor2010-08-241-0/+9
* A member function never has "C" linkage. Fixes <rdar://problem/8318976>.Douglas Gregor2010-08-171-0/+9
* Handle the obvious case for diagnosing redeclarations of extern "C" functions.John McCall2010-08-121-0/+11
* Fixed typedef inside extern "C".Abramo Bagnara2010-07-301-0/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When performing unqualified name lookup in C++, don't look directlyDouglas Gregor2009-12-081-0/+14
* When checking the namespace of a redeclaration or definition, look through li...Sebastian Redl2009-11-081-0/+7
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Skip transparent contexts when performing C++ name lookupDouglas Gregor2009-08-241-0/+8
* Fix another case where the extern-ness of extern "C" wasn't being captured. Anders Carlsson2009-05-161-0/+4
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* When determining whether a variable is a file-scoped variable, checkDouglas Gregor2009-01-071-0/+6
* Add forgotten test case for linkage specificationsDouglas Gregor2009-01-051-0/+17
OpenPOWER on IntegriCloud