[PATCH] D52219: [analyzer] (1/n) Support pointee mutation analysis in ExprMutationAnalyzer.

Umann Kristóf via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 19 19:40:20 PDT 2018


Szelethus added inline comments.


================
Comment at: lib/Analysis/ExprMutationAnalyzer.cpp:86
+// - Pointer to non-const
+// - Pointer-like type with `operator*` returning non-const reference
+bool isPointeeMutable(const Expr *Exp, const ASTContext &Context) {
----------------
Didn't you mean these to be doxygen comments?


Repository:
  rC Clang

https://reviews.llvm.org/D52219





More information about the cfe-commits mailing list