Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
clang completion
- X-seq: zsh-workers 43115
- From: Eitan Adler <lists@xxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>, dana@xxxxxxx
- Subject: clang completion
- Date: Sat, 30 Jun 2018 01:34:02 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=x0TLGpB72yyBGRHC1M7DoNt1Xs1YkqEdBklWPbd9frY=; b=Les8gLb0XEe/E5csWbBCU352fgM3eq3IILYtzpkCSVd21chVDdt65y1fKRkgRqjGqB gJ4kCadKNp2Jv9IZQF3Onql0i0C4FUlwkEuOKJrFDYy8Bsr9Xk97TjCGD/ILneK/ykxg m9e+umTcuLqCCUyfgA4uhKrc94AGxfIJ2J7eA=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
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