]> granicus.if.org Git - clang/commit
Still use BadArg bugtype in the checker. This saves us implement registerInitialVisitors
authorZhongxing Xu <xuzhongxing@gmail.com>
Wed, 2 Sep 2009 07:09:39 +0000 (07:09 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Wed, 2 Sep 2009 07:09:39 +0000 (07:09 +0000)
commit904e1e30f945dc11d9a6b08314db6e5bdb07e3ec
tree2ccca8b30134afe79356c583626bca1b7b460b2a
parenta97d54c165ca6b6e57b9f333059a84c2188dd591
Still use BadArg bugtype in the checker. This saves us implement registerInitialVisitors
in the BugReport.

When all internal bug checking logic are moved to checkers, BuiltinBug will
not reference GRExprEngine, and FlushReports() will be not necessary, since
all bugs are emitted into the equivalent classes immediately.

For now just add a ctor with no arguments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80770 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/GRExprEngineInternalChecks.cpp