aaron.ballman added a subscriber: aaron.ballman.

================
Comment at: cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h:3391
@@ +3390,3 @@
+/// \brief Matches variable/function declarations that have static storage 
class
+/// (with "static" key word) written in the source.
+///
----------------
It would be nice if you could clarify how this differs from the storage 
duration. This is a bit confusing because we already have 
`hasStaticStorageDuration()` for variables.


Repository:
  rL LLVM

https://reviews.llvm.org/D24821



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to