================
@@ -0,0 +1,15 @@
+// RUN: rm -rf %t && mkdir -p %t
+// RUN: clang-doc --output=%t --format=json --executor=standalone %s
+// RUN: FileCheck %s < %t/GlobalNamespace/_ZTT7MyClassIiE.json
----------------
ilovepi wrote:

I guess this serves the same purpose, but it'd be nice to have an explicit 
check for the correct file name. Maybe just a call to `ls %t/GlobalNamespace/ | 
FileCheck %s --check-prefix=FILENAMES`? May not add much value though. 
@petrhosek WDYT?

https://github.com/llvm/llvm-project/pull/144617
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to