Szelethus added inline comments.
================ Comment at: lib/StaticAnalyzer/Checkers/Yaml.h:48 + return Config; +} ---------------- Szelethus wrote: > ```lang=c++ > } // end of namespace clang > } // end of namespace ento > ``` I mean, the other way around >.< ================ Comment at: test/Analysis/taint-generic.c:24 +// CHECK-INVALID-FILE-SAME: 'alpha.security.taint.TaintPropagation:Config', +// CHECK-INVALID-FILE-SAME: that expects a valid filename ---------------- NoQ wrote: > Szelethus wrote: > > Could you please add the rest of the error message? > I'd rather remove the rest of the error message. There's no need to duplicate > something that the user has already written on the command line. > > Or do we think like \escapes? I'm not sure what \escapes mean -- however, if we emit the filename in the error message, we should test it. Also, how many filenames has the user written in the comand line? Include paths for this and that, output file, inputfile, files to link against... I would very much prefer preserving the current error message. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D59555/new/ https://reviews.llvm.org/D59555 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits