================ @@ -0,0 +1,183 @@ +// RUN: %clang_analyze_cc1 -xc -analyzer-checker=core,debug.ExprInspection -verify=expected,c %s +// RUN: %clang_analyze_cc1 -xc++ -DCPP -std=c++14 -analyzer-checker=core,debug.ExprInspection -verify=expected,cpp %s ---------------- steakhal wrote:
Could you reshuffle the args such that you maximize the common prefix? That way most of the stuff would nicely align among these lines. https://github.com/llvm/llvm-project/pull/189361 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
