[PATCH] This change-list changes clang to attach the ordinary comments if an option is specified

Amin Shali amshali at gmail.com
Wed Apr 3 16:03:51 PDT 2013



================
Comment at: test/Index/parse-all-comments.c:35
@@ +34,3 @@
+// RUN: FileCheck %s < %t/out.c-index-direct
+
+// CHECK: parse-all-comments.c:7:6: FunctionDecl=notdoxy1:{{.*}} notdoxy1 NOT_DOXYGEN
----------------
For some reason the out.c-index-pch does not have the I expected.
Running the follwing check fails after this RUN:
// RUN: c-index-test -test-load-tu %t/out.pch all > %t/out.c-index-pch

Can you help me with that? Is it necessary to run the check on out.c-index-pch or out.c-index-direct good enough?



http://llvm-reviews.chandlerc.com/D614



More information about the cfe-commits mailing list