Fix a compilation error on the bots involving brace initialization.
Differential Revision: http://reviews.llvm.org/D12761
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@271981
91177308-0d34-0410-b5e6-
96231b3b80d8
public:
MPIBugReporter(BugReporter &BR, const CheckerBase &CB,
const MPIFunctionClassifier &FC)
- : BReporter{BR} {
+ : BReporter(BR) {
UnmatchedWaitBugType.reset(new BugType(&CB, "Unmatched wait", MPIError));
DoubleNonblockingBugType.reset(
new BugType(&CB, "Double nonblocking", MPIError));