[PATCH] D92039: [-Wcalled-once-parameter] Introduce 'called_once' attribute

Ravi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 30 12:58:10 PST 2020


ravikandhadai added inline comments.


================
Comment at: clang/lib/Analysis/CalledOnceCheck.cpp:889
+
+  /// Return true if th analyzed function is actually a default implementation
+  /// of the method that has to be overriden.
----------------
typo: th -> the


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92039



More information about the cfe-commits mailing list