================ @@ -0,0 +1,25 @@ +// RUN: %clang_analyze_cc1 -analyzer-checker=optin.taint,core,security.ArrayBound \ +// RUN: -analyzer-config assume-controlled-environment=false -analyzer-output=text -verify %s ---------------- steakhal wrote:
In other files, and on linux (and probably other OSes as well), after a line continuation we tend to indent the line to signify that this is still the same command as the previous line. This applies to all RUN lines of course not just this one. https://github.com/llvm/llvm-project/pull/178054 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
