richard9404 added a comment.
I think we should first think about what are participating in a modularised
development environment. In terms of code completion, there are usually four
layers:
- a "backend" which knows everything about the language, e.g. ClangSema
- a "frontend" which follows some
richard9404 created this revision.
richard9404 added reviewers: sammccall, ilya-biryukov.
Herald added subscribers: cfe-commits, kadircet, arphaman, jkorous.
Herald added a project: clang.
Header completion in clang always apppends endings to the results, i.e. `/` for
folders and `"` (or `>`) for