Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend .ccls #171

Merged
merged 1 commit into from Dec 22, 2018
Merged

Extend .ccls #171

merged 1 commit into from Dec 22, 2018

Commits on Dec 22, 2018

  1. Extend .ccls

    * Add %h for C header files (the suffix .h is considered a C header, not a C++ header)
    * Add %hpp for C++ header files
    * If .ccls exists, it provides full command line for files not specified by compile_commands.json (before, compile_commands.json was ignored)
    * If the first line of .ccls is %compile_commands.json, it appends flags to compile_commands.json "arguments", instead of overriding.
      Files not specified by compile_commands.json will not be added to folder.entries, but their command line can be inferred from other files.
    
    Also fix `#include <` completion of -I flags for clang < 8
    MaskRay committed Dec 22, 2018
    Copy the full SHA
    ddcbc2c View commit details
    Browse the repository at this point in the history