[PATCH] D50488: [Analyzer] Checker for non-determinism caused by sorting of pointer-like keys

Mandeep Singh Grang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 16 17:46:34 PDT 2018


mgrang added a comment.

This was my first time using AST matchers so it took me a while to figure out how exactly to get this right. clang-query helped a lot. Backspace seems to be a problem with clang-query though.


https://reviews.llvm.org/D50488





More information about the cfe-commits mailing list