[clazy] [Bug 355632] New: Compilation error on llvm < 3.6
Ivan Čukić via KDE Bugzilla
bugzilla_noreply at kde.org
Fri Nov 20 09:35:19 GMT 2015
https://bugs.kde.org/show_bug.cgi?id=355632
Bug ID: 355632
Summary: Compilation error on llvm < 3.6
Product: clazy
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: unassigned-bugs at kde.org
Reporter: ivan.cukic at kde.org
Created attachment 95615
--> https://bugs.kde.org/attachment.cgi?id=95615&action=edit
Fix
InPlace is declared in a #if-endif, but used in a few places outside the ifs.
#if LLVM_VERSION_MAJOR == 3 && LLVM_VERSION_MINOR <= 6
bool InPlace;
#endif
I've attached a fix that defines a SUPPORTS_IN_PLACE macro and uses it wherever
InPlace is mentioned.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list