question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support Clang 8.0

See original GitHub issue

System info:

  • Sublime Text version: 3.1.1, Build 3176
  • Which system are you on: Windows 10
  • Clang version: 8.0.0 (trunk)

What happens:

Apparently ECC doesn’t support Clang version 8.0.0 ?

Error I can obtain when I give focus to another view:
[ECC:INFO   ]: init completer based on libclang
[ECC:CRITICAL]:  No cindex module for clang version: 8.0.0
[ECC:ERROR  ]: cannot initialize completer with libclang.
[ECC:INFO   ]: falling back to using clang in a subprocess.
[ECC:INFO   ]: init completer based on clang from cmd
[ECC:ERROR  ]: cmake has finished, but no compilation database.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mclayton7commented, Oct 15, 2018

For what it’s worth, I’m only seeing 7.0.0 as the latest LLVM/clang release on http://releases.llvm.org/download.html

0reactions
niosuscommented, Oct 16, 2018

Ok, good to know 😃 I will merge the PR then if it doesn’t hurt.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Clang 8.0.0 Release Notes
Clang supports use of a profile remapping file, which permits profile data captured for one version of a program to be applied when...
Read more >
C++ Programming Language Status - Clang - LLVM
Clang has support for some of the features of the ISO C++ 2020 standard. You can use Clang in C++20 mode with the...
Read more >
Clang 8 documentation - LLVM releases
Clang Compiler User's Manual · Assembling a Complete Toolchain · Clang Language Extensions · Clang command line argument reference · Attributes in Clang...
Read more >
Clang Compiler User's Manual - LLVM releases
The Clang Compiler is an open-source compiler for the C family of programming languages, aiming to be the best in class implementation of...
Read more >
Clang C Language Family Frontend for LLVM
The Clang project provides a language front-end and tooling infrastructure for languages in the C language family (C, C++, Objective C/C++, OpenCL, CUDA,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found