summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/linkage-spec.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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