llvm-project/clang/test/CXX/basic/basic.lookup
Serge Pavlov 3cb8022849 Added warning on structures/unions that are empty or contain only
bit fields of zero size. Warnings are generated in C++ mode and if
only such type is defined inside extern "C" block.
The patch fixed PR5065.

Differential Revision: http://llvm-reviews.chandlerc.com/D2151

llvm-svn: 194653
2013-11-14 02:13:03 +00:00
..
basic.lookup.argdep Added warning on structures/unions that are empty or contain only 2013-11-14 02:13:03 +00:00
basic.lookup.classref Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
basic.lookup.elab
basic.lookup.qual Remove FIXMEs: these are covered by a core issue which we don't yet implement 2013-03-26 01:17:18 +00:00
basic.lookup.udir Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
basic.lookup.unqual Skip transparent contexts when looking for using directives in name lookup. 2013-04-09 01:49:26 +00:00