You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.
I am trying to add the -std=c++17 flag to the clang command. Adding the option in the main.js like this: const args = ["-std=c++17"]
Make the the plugin not to work. Diagnoses show no errors any more no matter what the error is even when the syntax is wrong. Pressing ctrl will no longer allow me to find the reference of the highlighted word. Atom's developer console show no errors. Running the command clang -std=c++17 *.cpp in the project folder works like a charm.
I am trying to add the -std=c++17 flag to the clang command. Adding the option in the main.js like this:
const args = ["-std=c++17"]
Make the the plugin not to work. Diagnoses show no errors any more no matter what the error is even when the syntax is wrong. Pressing ctrl will no longer allow me to find the reference of the highlighted word. Atom's developer console show no errors. Running the command clang -std=c++17 *.cpp in the project folder works like a charm.
OS: Fedora 33
Atom: 1.53.0
Electron: 6.1.12
Chrome: 76.0.3809.146
Node: 12.4.0
Clang: 11.0.0
The text was updated successfully, but these errors were encountered: