NoQ added inline comments.

================
Comment at: clang/test/SemaCXX/warn-unsafe-buffer-usage.cpp:256
-  foo(f(p, &p, a, a)[1]); // expected-warning{{unsafe buffer access}}
-                          // FIXME: expected note@-1{{in instantiation of 
function template specialization 'f<int *, 10>' requested here}}
 
----------------
I don't think this FIXME was correct. The code we're warning about isn't 
expanded from a template.


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

https://reviews.llvm.org/D146773

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D146773: [-Wunsafe... Artem Dergachev via Phabricator via cfe-commits
    • [PATCH] D146773: [-Wu... Artem Dergachev via Phabricator via cfe-commits

Reply via email to