Go to file
Stephen Lin f8bd2e5b86 Add new directive called CHECK-LABEL to FileCheck.
CHECK-LABEL is meant to be used in place on CHECK on lines containing identifiers or other unique labels (they need not actually be labels in the source or output language, though.) This is used to break up the input stream into separate blocks delineated by CHECK-LABEL lines, each of which is checked independently. This greatly improves the accuracy of errors and fix-it hints in many cases, and allows for FileCheck to recover from errors in one block by continuing to subsequent blocks.

Some tests will be converted to use this new directive in forthcoming patches.

llvm-svn: 186162
2013-07-12 14:51:05 +00:00
clang clang-format: Fix string literal breaking. 2013-07-12 11:37:05 +00:00
clang-tools-extra cpp11-migrate: FileOverrides/Transform refactoring. 2013-07-12 14:36:20 +00:00
compiler-rt Completely revert all mbstowcs-and-friends changes from r186109. They were unintentional 2013-07-12 12:33:23 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Implement mad24() and mul24() builtins 2013-07-08 17:27:13 +00:00
libcxx Port make_[un]signed tests to platforms where sizeof(wchar_t) == 2. 2013-07-11 23:51:05 +00:00
libcxxabi Updated CREDITS.TXT 2013-07-02 19:01:59 +00:00
lld [PECOFF] Support linking against DLL. 2013-07-11 08:46:21 +00:00
lldb TypeHierarchyNavigator was removed in r186130 2013-07-12 13:41:18 +00:00
llvm Add new directive called CHECK-LABEL to FileCheck. 2013-07-12 14:51:05 +00:00
polly scop detection: remove an iteration over all uses 2013-07-05 20:24:47 +00:00