[PATCH] D87004: [analyzer] Evaluate PredefinedExpressions

Valeriy Savchenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 2 06:41:00 PDT 2020


vsavchenko added inline comments.


================
Comment at: clang/test/Analysis/eval-predefined-exprs.cpp:101
+    // Such functions have no function name of predefined expressions such as: '__func__' etc.
+    clang_analyzer_warnIfReached();
+  }
----------------
Also can you please add `// no-warning` as a matter of conventions?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87004/new/

https://reviews.llvm.org/D87004



More information about the cfe-commits mailing list