[clazy] [Bug 407623] Build with trunk LLVM/Clang is broken

2019-05-19 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=407623 --- Comment #5 from Eugene Zelenko --- Linker error is independent for API changes. -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 407625] Clang source include path in Git MonoRepo

2019-05-17 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=407625 --- Comment #3 from Eugene Zelenko --- Problem with libc++: I build second pass LLVM/Clang with LLVM_ENABLE_LIBCXX and LLVM_ENABLE_LLD. I got a lot of unresolved symbols from libc++ when linking ClazyPlugin.so. Ether Clazy CMake should detect STL from

[clazy] [Bug 407623] Build with trunk LLVM/Clang is broken

2019-05-17 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=407623 --- Comment #2 from Eugene Zelenko --- Fix is very trivial: - auto = ToolingDiag.Fix[replacement.getFilePath()]; + auto = ToolingDiag.Message.Fix[replacement.getFilePath()]; -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 407625] Clang source include path in Git MonoRepo

2019-05-17 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=407625 --- Comment #2 from Eugene Zelenko --- Most likely it'll work, but it's not good idea to add not existing path into include paths. GCC even has -Wmissing-include-dirs. -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 407625] New: Clang source include path in Git MonoRepo

2019-05-16 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=407625 Bug ID: 407625 Summary: Clang source include path in Git MonoRepo Product: clazy Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity:

[clazy] [Bug 407623] New: Build with trunk LLVM/Clang is broken

2019-05-16 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=407623 Bug ID: 407623 Summary: Build with trunk LLVM/Clang is broken Product: clazy Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal

[clazy] [Bug 405951] Add -verbose command line option to clang-standalone

2019-04-16 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=405951 --- Comment #5 from Eugene Zelenko --- (In reply to Sergio Martins from comment #4) > maybe also help the IWYU guys :) Indeed! I mentioned your workaround already since it makes IWYU works too. -- You are receiving this mail because:

[clazy] [Bug 405951] Add -verbose command line option to clang-standalone

2019-04-15 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=405951 --- Comment #3 from Eugene Zelenko --- Thank you for help! Workaround works for me. -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 405951] Add -verbose command line option to clang-standalone

2019-04-15 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=405951 --- Comment #1 from Eugene Zelenko --- See also https://github.com/include-what-you-use/include-what-you-use/issues/679 for similar problem. -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 405951] New: Add -verbose command line option to clang-standalone

2019-03-27 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=405951 Bug ID: 405951 Summary: Add -verbose command line option to clang-standalone Product: clazy Version: unspecified Platform: Ubuntu Packages OS: Linux Status: REPORTED

[clazy] [Bug 405948] New: Detection of libz and libxml2

2019-03-27 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=405948 Bug ID: 405948 Summary: Detection of libz and libxml2 Product: clazy Version: unspecified Platform: Compiled Sources OS: Linux Status: REPORTED Severity: normal

[clazy] [Bug 403083] Build is broken with trunk Clang

2019-01-11 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=403083 --- Comment #3 from Eugene Zelenko --- Next changes must be made in SourceCompatibilityHelpers.h to compile Clazy: #include By the word, headers should be sorted alphabetically. -if (const EnumDecl *ED = ET->getDecl()) { +if (const clang::EnumD

[clazy] [Bug 403083] New: Build is broken with trunk Clang

2019-01-10 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=403083 Bug ID: 403083 Summary: Build is broken with trunk Clang Product: clazy Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal

[clazy] [Bug 401986] Build is broken with trunk Clang

2018-12-11 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=401986 --- Comment #2 from Eugene Zelenko --- Thank you for quick fix! -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 401986] New: Build is broken with trunk Clang

2018-12-10 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=401986 Bug ID: 401986 Summary: Build is broken with trunk Clang Product: clazy Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal

[clazy] [Bug 399955] Build is broken with trunk LLVM/Clang

2018-10-18 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=399955 --- Comment #6 from Eugene Zelenko --- Builds OK now. By the word, I spotted include in Clazy.cpp. WIll be good idea to run Clang-tidy modernize-deprecated-headers, and probably other modernize and readability checks. -- You are receiving this mail

[clazy] [Bug 399955] Build is broken with trunk LLVM/Clang

2018-10-18 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=399955 --- Comment #4 from Eugene Zelenko --- Please add llvm:: before StringRef in variable declarations in all three files to fix build. ext/alloc_traits.h should be removed from Clazy.cpp, because it's STL internals which may vary between libstdc++/libc

[clazy] [Bug 399955] Build is broken with trunk LLVM/Clang

2018-10-18 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=399955 --- Comment #2 from Eugene Zelenko --- Thank you for help! -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 399955] New: Build is broken with trunk LLVM/Clang

2018-10-17 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=399955 Bug ID: 399955 Summary: Build is broken with trunk LLVM/Clang Product: clazy Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal

[clazy] [Bug 398851] Build is broken with trunk Clang

2018-09-20 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=398851 --- Comment #2 from Eugene Zelenko --- Thank you for quick fix! -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 398851] New: Build is broken with trunk Clang

2018-09-19 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=398851 Bug ID: 398851 Summary: Build is broken with trunk Clang Product: clazy Version: unspecified Platform: unspecified OS: All Status: REPORTED Severity: normal

[clazy] [Bug 393745] Build is broken with trunk LLVM/Clang

2018-05-07 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=393745 Eugene Zelenko <eugene.zele...@gmail.com> changed: What|Removed |Added Resolution

[clazy] [Bug 393745] New: Build is broken with trunk LLVM/Clang

2018-05-01 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=393745 Bug ID: 393745 Summary: Build is broken with trunk LLVM/Clang Product: clazy Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal

[clazy] [Bug 381775] Clazy build is broken because of missing clanglazy_export.h

2017-06-29 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=381775 Eugene Zelenko <eugene.zele...@gmail.com> changed: What|Removed |Added Resolution|--- |I

[clazy] [Bug 381775] New: Clazy build is broken because of missing clanglazy_export.h

2017-06-28 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=381775 Bug ID: 381775 Summary: Clazy build is broken because of missing clanglazy_export.h Product: clazy Version: unspecified Platform: RedHat RPMs OS: Linux

[clazy] [Bug 375820] Build with trunk LLVM/Clang is broken

2017-01-31 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=375820 --- Comment #3 from Eugene Zelenko <eugene.zele...@gmail.com> --- Thank you for quick fix, Sergio! -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 375820] New: Build with trunk LLVM/Clang is broken

2017-01-31 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=375820 Bug ID: 375820 Summary: Build with trunk LLVM/Clang is broken Product: clazy Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal

[clazy] [Bug 368361] CMake variable to control headers installation

2016-09-24 Thread Eugene Zelenko via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368361 --- Comment #2 from Eugene Zelenko <eugene.zele...@gmail.com> --- See http://llvm.org/klaus/lldb/blob/master/cmake/modules/LLDBConfig.cmake as example. -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 365880] New: Build with trunk LLVM/Clang is broken

2016-07-19 Thread Eugene Zelenko via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365880 Bug ID: 365880 Summary: Build with trunk LLVM/Clang is broken Product: clazy Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal

[clazy] [Bug 364731] New: Build with trunk LLVM/Clang is broken

2016-06-24 Thread Eugene Zelenko via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364731 Bug ID: 364731 Summary: Build with trunk LLVM/Clang is broken Product: clazy Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal

[valgrind] [Bug 361504] New: dlopen()/dlclose() and shared object usage check

2016-04-07 Thread Eugene Zelenko via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361504 Bug ID: 361504 Summary: dlopen()/dlclose() and shared object usage check Product: valgrind Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED