summaryrefslogtreecommitdiff
path: root/test/SemaCXX/linkage-spec.cpp
AgeCommit message (Expand)Author
2013-10-22Retain previous language linkage of friend function declarationsAlp Toker
2013-06-30Reinstate r185229, reverted in r185256, with a tweak: further ignore theRichard Smith
2013-06-29Revert r185229 as it breaks compilation of <windows.h>Timur Iskhodzhanov
2013-06-28PR7927, PR16247: Reimplement handling of matching extern "C" declarationsRichard Smith
2013-05-31Put the PR16167 tests togetherDavid Majnemer
2013-05-29Disallow extern decls of type void in C++ modeDavid Majnemer
2013-05-05Use lexical contexts when checking for conflicting language linkages.Rafael Espindola
2013-03-29Don't special case one line extern "C" decls.Rafael Espindola
2011-10-09Push "out-of-line" declarations into scope when their lexical/semanticDouglas Gregor
2010-10-15Don't complain about a variable within a linkage-specification that isDouglas Gregor
2010-08-24Parse all kinds of declarations as part of a linkage-specification,Douglas Gregor
2010-08-17A member function never has "C" linkage. Fixes <rdar://problem/8318976>.Douglas Gregor
2010-08-12Handle the obvious case for diagnosing redeclarations of extern "C" functions.John McCall
2010-07-30Fixed typedef inside extern "C".Abramo Bagnara
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-08When performing unqualified name lookup in C++, don't look directlyDouglas Gregor
2009-11-08When checking the namespace of a redeclaration or definition, look through li...Sebastian Redl
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-08-24Skip transparent contexts when performing C++ name lookupDouglas Gregor
2009-05-16Fix another case where the extern-ness of extern "C" wasn't being captured. Anders Carlsson
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-01-07When determining whether a variable is a file-scoped variable, checkDouglas Gregor
2009-01-05Add forgotten test case for linkage specificationsDouglas Gregor