summaryrefslogtreecommitdiff
path: root/test/SemaCXX/linkage-spec.cpp
Commit message (Expand)AuthorAge
* Use lexical contexts when checking for conflicting language linkages.Rafael Espindola2013-05-05
* Don't special case one line extern "C" decls.Rafael Espindola2013-03-29
* Push "out-of-line" declarations into scope when their lexical/semanticDouglas Gregor2011-10-09
* Don't complain about a variable within a linkage-specification that isDouglas Gregor2010-10-15
* Parse all kinds of declarations as part of a linkage-specification,Douglas Gregor2010-08-24
* A member function never has "C" linkage. Fixes <rdar://problem/8318976>.Douglas Gregor2010-08-17
* Handle the obvious case for diagnosing redeclarations of extern "C" functions.John McCall2010-08-12
* Fixed typedef inside extern "C".Abramo Bagnara2010-07-30
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* When performing unqualified name lookup in C++, don't look directlyDouglas Gregor2009-12-08
* When checking the namespace of a redeclaration or definition, look through li...Sebastian Redl2009-11-08
* Eliminate &&s in tests.Daniel Dunbar2009-11-08
* Skip transparent contexts when performing C++ name lookupDouglas Gregor2009-08-24
* Fix another case where the extern-ness of extern "C" wasn't being captured. Anders Carlsson2009-05-16
* Rename clang to clang-cc.Daniel Dunbar2009-03-24
* When determining whether a variable is a file-scoped variable, checkDouglas Gregor2009-01-07
* Add forgotten test case for linkage specificationsDouglas Gregor2009-01-05