Sarcasm / irony-mode

A C/C++ minor mode for Emacs powered by libclang
GNU General Public License v3.0
901 stars 98 forks source link

Add support for compile_flags.txt #505

Closed ikirill closed 4 years ago

ikirill commented 5 years ago

See #489

The format of compile_flags.txt appears to be compatible with the format of .clang_complete. If https://github.com/Rip-Rip/clang_complete has the right definition of the format, then it's the same one-flag-per-line type of thing.

Sarcasm commented 4 years ago

Closed by #556

campisano commented 3 years ago

@Sarcasm , should the Readme.md mention the compile_flags.txt together with the .clang_complete in the https://github.com/Sarcasm/irony-mode#compilation-database section?