http://llvm.org/bugs/show_bug.cgi?id=20624

Alexander Kornienko <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
          Component|clang-tidy                  |Static Analyzer
           Assignee|unassignedclangbugs@nondot. |[email protected]
                   |org                         |
            Product|clang-tools-extra           |clang

--- Comment #1 from Alexander Kornienko <[email protected]> ---
Well, if you want to run only clang-analyzer-llvm.Conventions, you should
specify -checks=-*,clang-analyzer-llvm.Conventions. With just one check,
clang-tidy analyzes this file on my machine in ~39s. Just parsing of this file
takes ~3s, so the rest time is spent inside the static analyzer.

Static analyzer folks may want to take a look at why analyzing this file takes
so much time.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to