]> granicus.if.org Git - clang/commitdiff
I fixed this with r142127; these notes now make sense even w/o the caret.
authorChandler Carruth <chandlerc@gmail.com>
Sun, 16 Oct 2011 09:41:04 +0000 (09:41 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 16 Oct 2011 09:41:04 +0000 (09:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142129 91177308-0d34-0410-b5e6-96231b3b80d8

test/Misc/macro-backtrace.c

index f292519e33eccec9ff7cbcb329d7897e942453cb..0fa4ac9ff601ef4e514b2cce15dbff82c54eb9f9 100644 (file)
@@ -32,7 +32,6 @@ void f(int *ip, float *fp) {
   // CHECK-LIMIT: macro-backtrace.c:4:23: note: expanded from macro: M1
   // CHECK-LIMIT: #define M1(A, B) ((A) < (B))
 
-  // FIXME: We should have higher quality messages, especially when caret
   // diagnostics are off.
   // RUN: %clang_cc1 -fsyntax-only -fno-caret-diagnostics %s 2>&1 \
   // RUN:   | FileCheck %s -check-prefix=CHECK-NO-CARETS