[cfe-dev] clang-tidy slow without --

Richard via cfe-dev cfe-dev at lists.llvm.org
Mon Jan 25 12:51:49 PST 2016


[Please reply *only* to the list and do not include my email directly
in the To: or Cc: of your reply; otherwise I will not see your reply.
Thanks.]

In article <CAOvxy8_Z9DgAPPKvq0XRtMt-1GBjuoYGaBOEvDnGKMqDUy1qdQ at mail.gmail.com>,
    Hongping Lim via cfe-dev <cfe-dev at lists.llvm.org> writes:

> For now, I am using -clang-analyzer-* to disable these checks.

I typically run with '-checks=-*,...' to only enable exactly the
checks that I want to run when I'm in "refactoring" mode.  If I am in
"static analysis mode" then I run with lots of checks enabled and
expect the processing to be slow.
-- 
"The Direct3D Graphics Pipeline" free book <http://tinyurl.com/d3d-pipeline>
     The Computer Graphics Museum <http://ComputerGraphicsMuseum.org>
         The Terminals Wiki <http://terminals.classiccmp.org>
  Legalize Adulthood! (my blog) <http://LegalizeAdulthood.wordpress.com>



More information about the cfe-dev mailing list