[PATCH] D58882: [Diagnostics] Address of a standard library function

2019-03-15 Thread Dávid Bolvanský via Phabricator via cfe-commits
xbolva00 added a comment. Ping CHANGES SINCE LAST ACTION https://reviews.llvm.org/D58882/new/ https://reviews.llvm.org/D58882 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D58882: [Diagnostics] Address of a standard library function

2019-03-02 Thread Dávid Bolvanský via Phabricator via cfe-commits
xbolva00 updated this revision to Diff 189072. xbolva00 added a comment. Removed extra new line, changed test CHANGES SINCE LAST ACTION https://reviews.llvm.org/D58882/new/ https://reviews.llvm.org/D58882 Files: include/clang/Basic/DiagnosticGroups.td include/clang/Basic/DiagnosticSemaKi

[PATCH] D58882: [Diagnostics] Address of a standard library function

2019-03-02 Thread Dávid Bolvanský via Phabricator via cfe-commits
xbolva00 updated this revision to Diff 189073. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D58882/new/ https://reviews.llvm.org/D58882 Files: include/clang/Basic/DiagnosticGroups.td include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaExpr.cpp test/SemaCXX/warn_address_standa

[PATCH] D58882: [Diagnostics] Address of a standard library function

2019-03-02 Thread Dávid Bolvanský via Phabricator via cfe-commits
xbolva00 created this revision. xbolva00 added a reviewer: rsmith. Herald added a project: clang. Herald added a subscriber: cfe-commits. "Taking the address of a standard library function is not allowed" - https://usingstdcpp.org/2018/03/18/jacksonville18-iso-cpp-report/ Repository: rC Clang