hanchenye-llvm-project/clang/test
Serge Pavlov 25a8afa957 Handle unscoped enumeration in nested name specifier.
If an unscoped enum is used as a nested name specifier and the language dialect
is not C++ 11, issue an extension warning.
This fixes PR16951.

Differential Revision: http://reviews.llvm.org/D6389

llvm-svn: 226413
2015-01-18 20:04:35 +00:00
..
ARCMT ObjC getters with names like "newItem" should still be linked to the @property. 2015-01-16 23:04:26 +00:00
ASTMerge
Analysis [CallGraph] Make sure the edges are not missed due to re-declarations 2014-12-17 00:34:07 +00:00
CXX Update error message text. 2015-01-18 19:05:48 +00:00
CodeCompletion
CodeGen Remove pathname dependence. Also rewrite test to use FileCheck 2015-01-16 22:03:52 +00:00
CodeGenCUDA IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
CodeGenCXX DebugInfo: Attribute complex expressions to the source location of the expression 2015-01-18 01:57:54 +00:00
CodeGenObjC IR: Move MDLocation into place (clang testcases) 2015-01-14 22:28:03 +00:00
CodeGenObjCXX IR: Move MDLocation into place (clang testcases) 2015-01-14 22:28:03 +00:00
CodeGenOpenCL Add __builtin_amdgpu_class 2015-01-06 23:14:57 +00:00
Coverage clang/test/Coverage/html-diagnostics.c: Use find(1) to avoid globbing. 2014-11-04 13:05:10 +00:00
CoverageMapping InstrProf: Don't emit coverage for uninstantiated templates 2014-11-18 00:34:46 +00:00
Driver Adding option -fno-inline-asm to disallow inline asm 2015-01-16 23:05:28 +00:00
FixIt PR21969: Improve diagnostics for a conversion function that has any pieces of a 2014-12-19 02:07:47 +00:00
Format
Frontend Frontend: Fix SourceColumnMap assertion failure on non-ascii characters. 2015-01-08 13:19:07 +00:00
Headers Add more feature flags to the x86 instrinsic test. 2014-12-27 06:59:44 +00:00
Index PR13699: Include friend declarations in code completion results if they had a 2015-01-15 02:27:20 +00:00
Integration
Layout Test case B: fixed check rule 2014-10-21 08:16:42 +00:00
Lexer Add driver flags -ftrigraphs, -fno-trigraphs. 2014-12-23 22:32:37 +00:00
Misc Attempt to fix test from r225423 to get build bots green. 2015-01-08 02:40:08 +00:00
Modules Inherit attributes when infering a framework module 2015-01-13 17:47:44 +00:00
OpenMP [OPENMP] Fixed data-sharing attributes processing for variables with global 2015-01-16 07:11:33 +00:00
PCH Don't invent a '$auto-x-y' name for auto types in generic lambdas. This is no 2015-01-09 00:59:40 +00:00
Parser Update error message text. 2015-01-18 19:05:48 +00:00
Preprocessor [Mips] Define macros `__mips_isa_rev` in case of mips32r6/mips64r6 options 2015-01-15 07:04:48 +00:00
Profile InstrProf: Don't emit counter increments in dead code 2015-01-09 01:46:40 +00:00
Rewriter Objective-C modern rewriter. Patch to fix a rewriting bug 2014-10-28 23:46:58 +00:00
Sema PR 20146 2015-01-15 16:45:53 +00:00
SemaCUDA Consider calls from implict host device functions as valid in SemaCUDA. 2014-12-16 20:12:38 +00:00
SemaCXX Handle unscoped enumeration in nested name specifier. 2015-01-18 20:04:35 +00:00
SemaObjC Suggest objc_method_family(none) for a property named -newFoo or similar. 2015-01-16 23:04:31 +00:00
SemaObjCXX Update error message text. 2015-01-18 19:05:48 +00:00
SemaOpenCL Workaround attribute ordering issue with kernel only attributes 2014-12-05 18:03:58 +00:00
SemaTemplate Update error message text. 2015-01-18 19:05:48 +00:00
TableGen
Tooling Remove "REQUIRES:shell" from tests. They work for me. 2014-11-04 13:41:33 +00:00
Unit
VFS IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
.clang-format
CMakeLists.txt
Makefile Fix makefile for debuginfo-tests execution. 2014-10-17 23:50:47 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg Fix lit for builds under /opt 2015-01-05 19:59:24 +00:00
lit.site.cfg.in
make_test_dirs.pl