zturner added a comment.

We could also provide a command line option to clang-tidy that lets the user 
specify the command line syntax of the compilation database.  It could choose a 
smart default (i.e. what we do in this patch after using 
`llvm::sys::getProcessTriple()`) but if the command line option is specified it 
could just force that parsing mode.  This way we don't have to get in the 
business of guessing, which could itself end up having unforeseen edge cases.


https://reviews.llvm.org/D23455



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to