pfultz2 added inline comments.

================
Comment at: clang-tidy/ClangTidy.cpp:373-376
   // FIXME: Remove this option once clang's cfg-temporary-dtors option defaults
   // to true.
   AnalyzerOptions->Config["cfg-temporary-dtors"] =
       Context.getOptions().AnalyzeTemporaryDtors ? "true" : "false";
----------------
alexfh wrote:
> alexfh wrote:
> > NoQ wrote:
> > > Btw this is already enabled by default.
> > Should we kill the flag completely?
> I've removed the clang-tidy configuration option in r331456.
I didnt modify this line of code. Are you just wanting me to rebase?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D46159



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

Reply via email to