[PATCH] D41979: [bcanalyzer] Recognize more stream types
Bruno Cardoso Lopes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 23 15:55:00 PDT 2018
bruno added inline comments.
Herald added a reviewer: george.karpenkov.
================
Comment at: test/Bitcode/stream-types.c:6
+// stream-types.c.ast was generated by running:
+// clang -emit-ast stream-types.c -o stream-types.c.ast
+//
----------------
I see tests in clang using llvm-bcanalyzer, maybe you can also add tests there when this is done?
https://reviews.llvm.org/D41979
More information about the llvm-commits
mailing list