llvm-project/clang/test
Saleem Abdulrasool f7ffec3b5f parser: diagnose empty attribute blocks
MS attributes do not permit empty attribute blocks.  Correctly diagnose those.
We continue to parse to ensure that we recover correctly.  Because the block is
empty, we do not need to skip any tokens.

Bonus: tweak the comment that I updated but forgot to remove the function name
in a previous commit.

llvm-svn: 239846
2015-06-16 20:03:47 +00:00
..
ARCMT Commit some test changes somehow missed in r239789. 2015-06-16 00:19:29 +00:00
ASTMerge [Hexagon] Reapply 238773 after fix to LLVM. 2015-06-03 17:34:22 +00:00
Analysis [analyzer] Remove ObjCContainersChecker size information when a CFMutableArrayRef escapes 2015-06-15 01:00:42 +00:00
CXX [Sema] Don't crash on out-of-line virtual constexpr functions 2015-05-22 05:49:41 +00:00
CodeCompletion
CodeGen Protection against stack-based memory corruption errors using SafeStack: Clang command line option and function attribute 2015-06-15 21:08:13 +00:00
CodeGenCUDA [cuda] Fixed test case failure on s390x 2015-05-11 18:35:58 +00:00
CodeGenCXX [SystemZ] Mangle long double as __float128 2015-06-16 15:21:47 +00:00
CodeGenObjC Implement no_sanitize attribute. 2015-05-15 18:33:32 +00:00
CodeGenObjCXX Debug Info: Turn on ODR type uniquing for (the C++ part of) Objective-C++. 2015-06-15 23:18:16 +00:00
CodeGenOpenCL clang/test/CodeGenOpenCL/opencl_types.cl: Tweak expressions according to r237548. 2015-05-18 03:58:27 +00:00
Coverage
CoverageMapping InstrProf: Fix coverage mapping when "if" is a macro 2015-06-16 06:24:15 +00:00
Driver [mips] Don't propagate -mfpxx by default if soft/single float were also set. 2015-06-16 13:54:13 +00:00
FixIt Move fixit for const init from note to diag, weaken to warning in MS mode. 2015-04-17 08:32:38 +00:00
Format Disable style-on-command-line test on Windows 2015-06-09 17:47:59 +00:00
Frontend Commit some test changes somehow missed in r239789. 2015-06-16 00:19:29 +00:00
Headers Commit some test changes somehow missed in r239789. 2015-06-16 00:19:29 +00:00
Index Commit some test changes somehow missed in r239789. 2015-06-16 00:19:29 +00:00
Integration
Layout __declspec is not a core Clang language extension. Instead, require -fms-extensions or -fborland to enable the language extension. 2015-05-26 19:44:52 +00:00
Lexer [Concepts] lex keywords: concept and requires 2015-06-05 01:10:24 +00:00
Misc Reenable Misc/interpreter.c as r239388 correctly handles such targets 2015-06-09 06:33:13 +00:00
Modules [Hexagon] unused-local-typedef warning test is passing. 2015-06-16 17:32:45 +00:00
OpenMP [OPENMP] Support lastprivate clause in omp simd directive. 2015-06-16 13:14:42 +00:00
PCH Commit some test changes somehow missed in r239789. 2015-06-16 00:19:29 +00:00
Parser parser: diagnose empty attribute blocks 2015-06-16 20:03:47 +00:00
Preprocessor Commit some test changes somehow missed in r239789. 2015-06-16 00:19:29 +00:00
Profile Fix PPC failure. Adjust CHECK pattern. 2015-05-28 11:25:52 +00:00
Rewriter __declspec is not a core Clang language extension. Instead, require -fms-extensions or -fborland to enable the language extension. 2015-05-26 19:44:52 +00:00
Sema This patch implements clang support for the ACLE special register intrinsics 2015-06-15 17:51:01 +00:00
SemaCUDA [cuda] Preserve TLS storage class of host variable even if it's a 2015-04-28 20:31:49 +00:00
SemaCXX Do not parse members of incomplete class. 2015-06-10 19:06:59 +00:00
SemaObjC Tweak availability checking to look through typedef declarations. 2015-05-14 22:07:25 +00:00
SemaObjCXX [Objective-C Sema] Fixes a typo which did not allow 2015-04-10 22:07:47 +00:00
SemaOpenCL Restores r228382, which was reverted in r228406. 2015-02-25 05:48:23 +00:00
SemaTemplate [ms] Don't try to delay lookup for failures in SFINAE context (PR23823) 2015-06-12 21:23:23 +00:00
TableGen
Tooling
Unit
VFS Commit some test changes somehow missed in r239789. 2015-06-16 00:19:29 +00:00
.clang-format
CMakeLists.txt Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." 2015-02-25 02:44:04 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg Check for backtraces in tests which are verifying pretty stack traces from a crashing clang. 2015-02-10 19:53:38 +00:00
lit.site.cfg.in Check for backtraces in tests which are verifying pretty stack traces from a crashing clang. 2015-02-10 19:53:38 +00:00
make_test_dirs.pl