commit | 445797873fcd5810e48e4c8937c33959a647bbf7 | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Tue Sep 25 18:37:20 2007 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Tue Sep 25 18:37:20 2007 +0000 |
tree | d8db3fddf34cf9797ceadda76c334e108efbeb0b | |
parent | 786d337d4d9d01169cd970948949f549a5095782 [diff] |
Added "CheckASTConsumer", a function that generalizes "CheckDiagnostics" (used for -parse-ast-check) to check the diagnostics of any ASTConsumer. Reimplemented CheckDiagnostics to use CheckASTConsumer instead. Added driver option -warn-dead-stores-check, which checks the diagnostics generated by the DeadStores checker. This is implemented using CheckASTConsumer.111 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42310 91177308-0d34-0410-b5e6-96231b3b80d8