[PATCH] D39201: [Analyzer] Handle implicit function reference in bodyfarming std::call_once
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 24 15:54:13 PDT 2017
alexfh added inline comments.
================
Comment at: cfe/trunk/test/Analysis/call_once.cpp:298
+ param = 42;
+};
+void test_implicit_funcptr() {
----------------
Any reason for the stray semicolon here?
Repository:
rL LLVM
https://reviews.llvm.org/D39201
More information about the cfe-commits
mailing list