summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/basic/basic.link
Commit message (Expand)AuthorAgeFilesLines
* [c++2a] Add semantic support for private module fragments.Richard Smith2019-04-182-10/+46
* [c++20] Parsing support for module-declarations, import-declarations,Richard Smith2019-04-142-0/+90
* Correctly compute linkage for members of internal linkage classes.Richard Smith2017-09-231-0/+9
* DR1113: anonymous namespaces formally give their contents internal linkage.Richard Smith2017-09-221-0/+7
* Closure types have no name (and can't have a typedef name for linkageRichard Smith2017-09-221-11/+4
* Implement C++ [basic.link]p8.Richard Smith2017-09-201-0/+69
* Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith2013-09-201-0/+73
* Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:Richard Smith2013-08-131-26/+27
* Only merge down a variable type if the previous declaration wasJohn McCall2013-04-011-0/+43
* Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its:Richard Smith2012-01-121-1/+1
* David Blaikie and Chandler would like us to diagnoseRichard Smith2012-01-061-1/+1
* Tweak to r147599 for PR10828: Move the check from the parser into sema, and useRichard Smith2012-01-061-1/+1
* PR10828: Produce a warning when a no-arguments function is declared in blockRichard Smith2012-01-051-2/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Implement the rules in C++ [basic.link] and C99 6.2.2 for computingDouglas Gregor2009-11-251-0/+11
OpenPOWER on IntegriCloud