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

================
Comment at: clang/unittests/AST/AttrTest.cpp:89
+    S::* [[clang::annotate_type("ptr_to_mem")]] ptr_to_member = &S::mem;
+)cpp");
+
----------------
aaron.ballman wrote:
> The formatting looks a bit off for this in terms of indentation.
Fixed.


================
Comment at: clang/unittests/AST/AttrTest.cpp:159
+    __auto_type [[clang::annotate_type("auto")]] auto_var = 1;
+)c",
+                                 {"-fdouble-square-bracket-attributes"},
----------------
aaron.ballman wrote:
> Formatting looks a bit off here in terms of the indentation for this.
Fixed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111548

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

Reply via email to