[PATCH] D55534: [AST] Store "UsesADL" information in CallExpr.

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 11 07:46:39 PST 2018


aaron.ballman added inline comments.


================
Comment at: include/clang/ASTMatchers/ASTMatchers.h:1260
 
+/// Matches call expressions which were resolved using ADL.
+///
----------------
Don't forget to regenerate the documentation and update Registry.cpp to add clang-query support.


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

https://reviews.llvm.org/D55534





More information about the cfe-commits mailing list