mgrang marked an inline comment as done. mgrang added inline comments.
================ Comment at: include/clang/StaticAnalyzer/Checkers/Checkers.td:97 +def NonDeterminismAlpha : Package<"nondeterminism">, ParentPackage<Alpha>; + ---------------- Szelethus wrote: > Hmmm, okay, so your checker ks C++ exclusive I belive? How about making this > checker reside in `alpha.cplusplus`? Rgard this one as more of a question. This particular checker is C++ exclusive. The reason behind creating a new non-determinism category was so that we could add more language-agnostic checkers for non-determinism in future. Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D50488/new/ https://reviews.llvm.org/D50488 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits