[clang-tidy] Fix sed flag.
GNU sed does not recognize -E. Use -r that is supported by both BSD and GNU instead. llvm-svn: 215163
Loading
Please sign in to comment
GNU sed does not recognize -E. Use -r that is supported by both BSD and GNU instead. llvm-svn: 215163