This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d036e64e31 [analyzer] Fix infinite recursion in printing macros new 546e584dc2 [Analyzer] Checker for non-determinism caused by sorting of [...]
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: docs/analyzer/checkers.rst | 12 +++ include/clang/StaticAnalyzer/Checkers/Checkers.td | 14 +++ lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 + .../Checkers/PointerSortingChecker.cpp | 114 +++++++++++++++++++++ test/Analysis/Inputs/system-header-simulator-cxx.h | 23 +++++ test/Analysis/ptr-sort.cpp | 35 +++++++ www/analyzer/alpha_checks.html | 23 +++++ 7 files changed, 222 insertions(+) create mode 100644 lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp create mode 100644 test/Analysis/ptr-sort.cpp