Hi, Thank you for reporting. I'll try to have a look this week to this bug and come back to you here. Pascal
1st Patch llvm391.patch Updates for LLVM.3.9.1 includeing README and Makefile Remove all compiler warinings gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609 Add -Wno-pragma-once-outside-header (this was the change I wanted)
For LLVM-10, part of the solution is to change this in opmock2.cpp: #include "clang/ADT/ArrayRef.h" ... clang::CompilerInvocation::CreateFromArgs ( *CI, ArrayRef(Args.begin(), Args.end()), *DiagsRef ); but you must also include the abstract data type library: opmock2.cpp:58:10: fatal error: 'clang/ADT/ArrayRef.h' file not found #include "clang/ADT/ArrayRef.h" ^~~~~~~~~~~~~~~~~~~~~~ 1 error generated. <builtin>: recipe for target 'opmock2.o' failed make: *** [opmock2.o] Error 1 and a simple -lclangADT...
Compilation problem with clang++-10
Hi Richard, Just included your patch. Thank you again for your contribution! (Note...
That's a very old issue. As explained in the docs, any unit testing framework can...
Tagging the 2.3 release of opmock.
Added patch from Richard Jorgensen to compile w...
Hi Richard, Thank you for your patch. I have a look today! Pascal
The previous patch I sent had a bug. I failed while trying to split my changeset...
Hi, It's true I've not change a thing in Opmock for a long time - because it basically...
Opmock Status
I want to make mock using opmock2 command
Improvement: expectAssignAndReturn