This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a3c3146170 [Lex] Allow to consume tokens while preprocessing new 37bdceb880 [analyzer] Validate checker option names and values
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/DiagnosticDriverKinds.td | 2 + .../StaticAnalyzer/Frontend/CheckerRegistry.h | 17 +++ lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp | 119 +++++++++++++++++---- test/Analysis/checker-plugins.c | 32 ++++++ test/Analysis/invalid-checker-option.c | 57 ++++++++++ 5 files changed, 209 insertions(+), 18 deletions(-)