[PATCH] D52151: Also manages clang-X as tool for scan-build

Kristina Brooks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 16 13:15:27 PDT 2018


kristina added a comment.

Just a minor suggestion, I think it would make it more clear as before LLVM 7, Clang did not have a version number with the main executable. GCC is slightly less consistent with their formats as they usually ship as host compilers with various suffixes, but with Clang it can only be `clang`, `clang-7` or 8 (or 9 in the future) although it's still generally invoked as `clang` unless you have multiple installations.


Repository:
  rC Clang

https://reviews.llvm.org/D52151





More information about the cfe-commits mailing list