Support Clang 8.0
See original GitHub issueSystem 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:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
Ok, good to know 😃 I will merge the PR then if it doesn’t hurt.