[all-commits] [llvm/llvm-project] 23022b: [Analyzer][NFC] Separate white-box tests for itera...
Balogh, Ádám via All-commits
all-commits at lists.llvm.org
Thu Nov 14 07:31:24 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 23022b93293676890b2c707616aaa8327f0e3708
https://github.com/llvm/llvm-project/commit/23022b93293676890b2c707616aaa8327f0e3708
Author: Adam Balogh <adam.balogh at ericsson.com>
Date: 2019-11-14 (Thu, 14 Nov 2019)
Changed paths:
M clang/test/Analysis/Inputs/system-header-simulator-cxx.h
M clang/test/Analysis/diagnostics/explicit-suppression.cpp
M clang/test/Analysis/invalidated-iterator.cpp
A clang/test/Analysis/iterator-modelling.cpp
M clang/test/Analysis/iterator-range.cpp
M clang/test/Analysis/mismatched-iterator.cpp
Log Message:
-----------
[Analyzer][NFC] Separate white-box tests for iterator modelling from iterator checker tests
The recently committed debug.IteratorDebugging checker enables
standalone white-box testing of the modelling of containers and
iterators. For the three checkers based on iterator modelling only
simple tests are needed.
Differential Revision: https://reviews.llvm.org/D70123
More information about the All-commits
mailing list