[PATCH] D50488: [Analyzer] Checker for non-determinism caused by sorting of pointer-like keys
Whisperity via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 4 05:01:38 PDT 2018
whisperity added a project: clang.
whisperity added a comment.
@Szelethus `clang-query` seems to sometimes not include matcher functions that are perfectly available in the code... I recently had some issue with using `isUserDefined()`, it was available in my code, but `clang-query` always rejected it. Seems there isn't an automatic 1:1 mapping between the two.
@NoQ What is your decision about introducing a new `NonDeterminism` group? Should be, shan't be, is this name right?
https://reviews.llvm.org/D50488
More information about the cfe-commits
mailing list