[cfe-dev] [clang-tidy] clang-analyzer-core.CallAndMessage and clang-analyzer-alpha.deadcode.UnreachableCode
Devin Coughlin via cfe-dev
cfe-dev at lists.llvm.org
Sun Nov 29 08:18:23 PST 2015
Hi Piotr,
> On Nov 27, 2015, at 8:18 AM, Piotr Padlewski via cfe-dev <cfe-dev at lists.llvm.org> wrote:
> So I was running clang-tidy on some larger code base recently, and I got warning like this:
> Is it bug in the analyzer, or boost::tokenizer is broken? (1.55)
It is quite possible this is a bug in the analyzer (our support for C++ temporaries is incomplete). Would you be willing to file a bug in the bugzilla and attach the preprocessed output from clang (-E)? I’ll take a look.
Devin
More information about the cfe-dev
mailing list