Go to file
Duncan P. N. Exon Smith 03c37c9099 Prevent CHECK-NOTs from matching file paths
A build directory with a name like `build-Werror` would hit a false
positive on these `CHECK-NOT`s before, since the actual error line looks
like:

    .../build-Werror/bin/llvm-as <stdin>:1:2: error: ...

Switch to using:

    CHECK-NOT: error:

(note the trailing semi-colon) to avoid matching almost any file path.

llvm-svn: 232917
2015-03-22 15:58:21 +00:00
clang [multilib] Turn virtual functor into functin_ref 2015-03-22 15:56:12 +00:00
clang-tools-extra [clang-tidy] Move google-readability-function check to readability-named-parameter. 2015-03-16 22:31:16 +00:00
compiler-rt Demangling for DlAddrSymbolizer 2015-03-22 11:38:55 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc math: Implement erfc 2015-03-18 21:52:07 +00:00
libcxx Remove unneeded redeclaration of reference_wrapper. 2015-03-21 06:05:45 +00:00
libcxxabi Don't print debugging messages to stdout. 2015-03-19 09:17:21 +00:00
lld [Mips] Rename template argument ELFType => ELFT 2015-03-22 15:41:16 +00:00
lldb Reverted r232883 due to failing tests. 2015-03-22 05:47:00 +00:00
llgo llgoi: Fix type identity for imported binary packages. 2015-03-18 08:34:40 +00:00
llvm Prevent CHECK-NOTs from matching file paths 2015-03-22 15:58:21 +00:00
openmp fix for broken commit 231774 2015-03-10 10:14:57 +00:00
polly Use schedule trees to perform post-scheduling transformations 2015-03-22 12:06:39 +00:00