Re: clang_parseTransitionUnit2 gives error
Enes Albay <[email protected]> Mon, 11 Apr 2022 23:58:15 +0300
| Newsgroups | gmane.comp.kde.devel.kdevelop |
|---|---|
| Message-ID | <CAA9-PzGgkxNPR9TKX6Q1c6=D4CbK95EvQ9rGTXnTsJVev_FfRQ@mail.gmail.com> |
I have two versions of clang. clang 11 and clang 13 . I installed clang 13 after the error. kde/src/kdevelop/plugins/clang$ clang --version Debian clang version 11.1.0-6+b2 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin On Mon, Apr 11, 2022 at 11:08 PM Milian Wolff <[email protected]> wrote: > On Montag, 11. April 2022 20:16:33 CEST Enes Albay wrote: > > It does not give any error > > > > ~$ clang -ferror-limit=100 -fspell-checking -Wunused-parameter > > -Wunreachable-code -Wall -std=c++11 -nostdinc -nostdinc++ -xc++ > > -Wno-gnu-zero-variadic-macro-arguments -isystem/usr/include/c++/11 > > -isystem/usr/include/x86_64-linux-gnu/c++/11 > > -isystem/usr/include/c++/11/backward -isystem/usr/local/include > > -isystem/usr/include/x86_64-linux-gnu -isystem/usr/include -isystem > > /usr/lib/llvm-11/lib/clang/11.1.0/include -imacros > > /home/enes/clan_defines.cpp > > > -working-directory/media/enes/MyFiles/programming/cpp/cmakeExamples/ex1/buil > > d /media/enes/MyFiles/programming/cpp/cmakeExamples/ex1/main.cpp > > Hm this is very odd, I cannot really come up with a theory to explain this. > > Just to double check - `clang --version` also gives version 11.1.0? Or do > you > have multiple versions installed maybe? What version of libclang do you > have > installed? > > All of this works fine for me after all... > > -- > Milian Wolff > [email protected] > http://milianw.de -- Enes Albay