Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

clang completion



Hey all,

I just discovered this feature of clang but unfortunately lack the
time to properly sort this out:

http://blog.llvm.org/2017/09/clang-bash-better-auto-completion-is.html'

∴clang --autocomplete='-tr'
-traditional-cpp Enable some traditional CPP emulation
-trigraphs Process trigraph sequences

∴clang --autocomplete='-std=,c++0'
c++03
c++0x
and so on

It seems easy enough to use. Maybe its time to give clang its own completer?
gcc might also be thinking of doing something similar
https://gcc.gnu.org/ml/gcc/2018-04/msg00148.html ?


-- 
Eitan Adler



Messages sorted by: Reverse Date, Date, Thread, Author