llvm-project/clang/test
Richard Trieu 79b45389c3 Add new diagnostic messages when too many arguments are presented to a
function-like macro.  Clang will attempt to correct the arguments by detecting
braced initializer lists:

1) If possible, suggest parentheses around arguments
containing braced lists which will give the proper number of arguments.
2) If a braced list is detected at the start of a macro argument, it cannot be
corrected by parentheses.  Instead, just point out the location of these
braced lists.

llvm-svn: 186971
2013-07-23 18:01:49 +00:00
..
ARCMT ObjectiveC migration. Better handle migration to conforming 2013-07-22 23:50:04 +00:00
ASTMerge Changes so that a few tests do not fail when running under guarded malloc. 2013-07-12 22:30:03 +00:00
Analysis Remove line number from test/Analysis/crash-trace.c. 2013-07-23 16:12:18 +00:00
CXX Integers which are too large should be an error. 2013-07-23 00:25:18 +00:00
CodeCompletion PR14381: Never skip constexpr function bodies when code-completing. We may need 2012-11-19 21:13:18 +00:00
CodeGen Make the nomathbuiltin.c test less demanding. 2013-07-23 01:09:17 +00:00
CodeGenCUDA Use kernel metadata to differentiate between kernel and device 2013-03-30 14:38:24 +00:00
CodeGenCXX [ms-cxxabi] Emit linkonce complete dtors in TUs that need them 2013-07-22 13:51:44 +00:00
CodeGenObjC Further simplify test case from r186894 2013-07-23 01:01:17 +00:00
CodeGenObjCXX Compute 'this' correctly for block in lambda. 2013-07-12 22:05:26 +00:00
CodeGenOpenCL Use kernel metadata to differentiate between kernel and device 2013-03-30 14:38:24 +00:00
Coverage Objective-C: When using super.prop, property should be 2013-03-11 22:26:33 +00:00
Driver Remove the -ccc-echo option that is now unused. 2013-07-23 17:58:53 +00:00
FixIt Move the "->" to "." fixit from r186128 into a separate note since 2013-07-15 19:54:54 +00:00
Format Added -lines X:Y option to specify line range to process. This is a more human-friendly alternative to -offset and -length. 2013-07-18 22:54:56 +00:00
Frontend avoid bogus warnings about "unknown" pragmas with -frewrite-includes (pr#14831) 2013-07-20 14:30:01 +00:00
Headers Enable -ffreestanding for this test, to avoid #include_next'ing the system's 2013-07-03 18:35:53 +00:00
Index [libclang] Expose the rest of the array types. 2013-07-23 17:36:21 +00:00
Lexer Integers which are too large should be an error. 2013-07-23 00:25:18 +00:00
Misc Integers which are too large should be an error. 2013-07-23 00:25:18 +00:00
Modules If an unimported submodule of an imported module contains a declaration of a 2013-07-14 02:01:48 +00:00
OpenMP OpenMP: basic support for #pragma omp parallel 2013-07-19 03:13:43 +00:00
PCH Test case for r18266 (serialization support for TagDecl:IsCompleteDefinitionRequired) 2013-07-15 21:33:26 +00:00
Parser PR5066: If a declarator cannot have an identifier, and cannot possibly be 2013-07-11 05:10:21 +00:00
Preprocessor Add new diagnostic messages when too many arguments are presented to a 2013-07-23 18:01:49 +00:00
Rewriter Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
Sema Removed a redundant diagnostic and replaced it with a more standard one. Added a test case for the diagnostic. 2013-07-23 14:54:24 +00:00
SemaCUDA
SemaCXX Consolidate several attribute argument diagnostics into a single, selectable diagnostic. This makes the diagnostic more consistent. 2013-07-23 14:03:57 +00:00
SemaObjC Going back to using getName for consistency. 2013-07-23 17:35:26 +00:00
SemaObjCXX FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations 2013-07-19 23:00:19 +00:00
SemaOpenCL Error on more illegal kernel argument types for OpenCL 2013-07-23 01:23:36 +00:00
SemaTemplate Add testcase for PR16134, which no longer crashes with ToT. 2013-07-22 18:09:32 +00:00
TableGen Revert "tg-fixits.td: fixup for Linux" 2013-01-11 02:37:47 +00:00
Tooling Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
Unit Propagate path to ASan/MSan symbolizer into test environment to produce useful reports on errors. 2013-04-04 07:41:20 +00:00
CMakeLists.txt Re-add clang-format tests to clang/test. 2013-03-25 09:14:25 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg Add a cl.exe compatible driver mode 2013-07-19 20:33:20 +00:00
lit.site.cfg.in Add asan/msan to the list of available features in LIT test runner. Mark ASan-unfriendly test as XFAIL. 2013-03-26 08:28:18 +00:00
make_test_dirs.pl