[all-commits] [llvm/llvm-project] 2a12ac: [analyzer][StreamChecker] Don't make StreamTestChe...
Kristóf Umann via All-commits
all-commits at lists.llvm.org
Wed May 13 11:06:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2a12acda4c9fad4d69dce7a43e99690df357648c
https://github.com/llvm/llvm-project/commit/2a12acda4c9fad4d69dce7a43e99690df357648c
Author: Kirstóf Umann <dkszelethus at gmail.com>
Date: 2020-05-13 (Wed, 13 May 2020)
Changed paths:
M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
M clang/test/Analysis/stream-error.c
Log Message:
-----------
[analyzer][StreamChecker] Don't make StreamTestChecker depend on StreamChecker for the time being
The comment in Checkers.td explains whats going on. As StreamChecker grows,
expect a need to have smaller checkers out of it, but let that be a worry for
later.
Differential Revision: https://reviews.llvm.org/D78120
More information about the All-commits
mailing list