Skip to content

Commit d5ba439

Browse files
1 parent d7d425d commit d5ba439

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

quickfix.html

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
helpname: 'quickfix'
44
---
55
<div id='vimCodeElement'>
6-
<a class="Constant" href="quickfix.html" name="quickfix.txt">quickfix.txt</a>&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2024 Sep 10<br>
6+
<a class="Constant" href="quickfix.html" name="quickfix.txt">quickfix.txt</a>&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2024 Oct 05<br>
77
<br>
88
<br>
99
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Identifier">VIMリファレンスマニュアル&nbsp;&nbsp;&nbsp;&nbsp;by Bram Moolenaar</span><br>
@@ -1235,6 +1235,33 @@
12351235
コンパイラプラグインの効果を元に戻すには、<a class="Identifier" href="quickfix.html#compiler-make">compiler-make</a>&nbsp;プラグインを使用す<br>
12361236
る。<br>
12371237
<br>
1238+
<span class="Statement">CPPCHECK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><a class="Constant" href="quickfix.html#quickfix-cppcheck" name="quickfix-cppcheck">quickfix-cppcheck</a>&nbsp;<a class="Constant" href="quickfix.html#compiler-cppcheck" name="compiler-cppcheck">compiler-cppcheck</a><br>
1239+
<br>
1240+
cppcheck パラメータを設定するには、g/b:`<span class="Comment">c_cppcheck_params</span>`&nbsp;を使用する。デフォ<br>
1241+
ルトのグローバル設定には以下が含まれる。<br>
1242+
<br>
1243+
-&nbsp;`<span class="Comment">--verbose</span>`: 冗長な出力を有効にする。<br>
1244+
-&nbsp;`<span class="Comment">--force</span>`: すべての構成のチェックを強制する。<br>
1245+
-&nbsp;`<span class="Comment">--inline-suppr</span>`: インライン抑制を許可する。<br>
1246+
-&nbsp;`<span class="Comment">--enable=...</span>`: 警告、スタイル、パフォーマンス、移植性、情報、および不足して<br>
1247+
&nbsp;&nbsp;いるインクルードなどの特定のチェックを有効にする。<br>
1248+
-&nbsp;`<span class="Comment">-j</span>`: 利用可能な場合は、`<span class="Comment">getconf</span>`&nbsp;コマンドによって決定された複数のプロセッサ<br>
1249+
&nbsp;&nbsp;を使用する (unusedFunction チェックを省略する必要がある)<br>
1250+
<br>
1251+
C++ ファイル (`<span class="Comment">filetype == 'cpp'</span>`) の場合、Cppcheck がファイルを C++ として扱<br>
1252+
うように&nbsp;`<span class="Comment">--language=c++</span>`&nbsp;オプションが追加される。<br>
1253+
<br>
1254+
compile_commands.json がカレントディレクトリに存在する場合、コマンドラインに<br>
1255+
`<span class="Comment">--project</span>`&nbsp;のパラメータとして追加される。それ以外の場合、デフォルトでは &amp;path<br>
1256+
内のディレクトリが include ディレクトリとして渡される。これらは<br>
1257+
g/b:`<span class="Comment">c_cppcheck_includes</span>`&nbsp;によって&nbsp;`<span class="Comment">-I</span>`&nbsp;フラグのリストとして設定できる。Tim<br>
1258+
Pope 氏の vim-apathy プラグイン [0] は &amp;path を展開できる。git リポジトリ内の<br>
1259+
フォルダも追加するには、以下を使用する&nbsp;&gt;<br>
1260+
<br>
1261+
<div class="helpExample">&nbsp;&nbsp;let &amp;l:path = join(systemlist('git ls-tree -d --name-only -r HEAD'), ',')</div>
1262+
<br>
1263+
[0]&nbsp;<span class="Constant"><a href="https://github.com/tpope/vim-apathy">https://github.com/tpope/vim-apathy</a></span><br>
1264+
<br>
12381265
<span class="Statement">DOTNET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><a class="Constant" href="quickfix.html#compiler-dotnet" name="compiler-dotnet">compiler-dotnet</a><br>
12391266
<br>
12401267
.NET の CLI コンパイラはデフォルトではエラーと警告の両方が出力される。変数<br>

tags.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6482,6 +6482,7 @@
64826482
<a class="Identifier" href="version9.html#compile-changes-9">compile-changes-9</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; version9.jax<br>
64836483
<a class="Identifier" href="version9.html#compile-changes-9.2">compile-changes-9.2</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; version9.jax<br>
64846484
<a class="Identifier" href="ft_ada.html#compiler-compaqada">compiler-compaqada</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ft_ada.jax<br>
6485+
<a class="Identifier" href="quickfix.html#compiler-cppcheck">compiler-cppcheck</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; quickfix.jax<br>
64856486
<a class="Identifier" href="ft_ada.html#compiler-decada">compiler-decada</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ft_ada.jax<br>
64866487
<a class="Identifier" href="quickfix.html#compiler-dotnet">compiler-dotnet</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; quickfix.jax<br>
64876488
<a class="Identifier" href="quickfix.html#compiler-gcc">compiler-gcc</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;quickfix.jax<br>
@@ -9886,6 +9887,7 @@
98869887
<a class="Identifier" href="quickfix.html#quickfix-buffer">quickfix-buffer</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; quickfix.jax<br>
98879888
<a class="Identifier" href="quickfix.html#quickfix-changedtick">quickfix-changedtick</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;quickfix.jax<br>
98889889
<a class="Identifier" href="quickfix.html#quickfix-context">quickfix-context</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;quickfix.jax<br>
9890+
<a class="Identifier" href="quickfix.html#quickfix-cppcheck">quickfix-cppcheck</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; quickfix.jax<br>
98899891
<a class="Identifier" href="quickfix.html#quickfix-directory-stack">quickfix-directory-stack</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;quickfix.jax<br>
98909892
<a class="Identifier" href="quickfix.html#quickfix-error-lists">quickfix-error-lists</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;quickfix.jax<br>
98919893
<a class="Identifier" href="usr_41.html#quickfix-functions">quickfix-functions</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;usr_41.jax<br>

0 commit comments

Comments
 (0)