[PATCH] D71524: [analyzer] Support tainted objects in GenericTaintChecker

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 16 04:35:42 PDT 2020


Szelethus added inline comments.


================
Comment at: clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp:139
 
+  /// Add taint sources for extraction operator on pre-visit.
+  bool addOverloadedOpPre(const CallExpr *CE, CheckerContext &C) const;
----------------
steakhal wrote:
> boga95 wrote:
> > Szelethus wrote:
> > > Extraction operator? Is that a thing?
> > I can call it `operator>>` if you think that is better.
> I think `extraction operator` is the right term for this.
> It is used in the standard: http://eel.is/c++draft/input.streams#istream.extractors
> 
> 
Well, I consider myself proven wrong :)


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

https://reviews.llvm.org/D71524





More information about the cfe-commits mailing list