[PATCH] D122255: Meta directive runtime support

Abid via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 30 11:19:20 PDT 2022


abidmalikwaterloo marked 2 inline comments as done.
abidmalikwaterloo added inline comments.


================
Comment at: clang/include/clang/AST/OpenMPClause.h:8893-8894
+
+  /// Sets the location of '('.
+  void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; }
+
----------------
ABataev wrote:
> make it private
Any reason behind this? I went through other classes, this function is public in some and private in some.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122255



More information about the llvm-commits mailing list