質問編集履歴
2
環境移行により解決済み
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
***長期にわたり掲載していましたが、環境そのものがなくなったのでクローズとします。ご迷惑をおかけしました。
|
1
2
|
###前提・実現したいこと
|
2
3
|
cppcheck時に、clang++36のインクルードパスを指定したい
|
3
4
|
|
1
コピーミス
title
CHANGED
File without changes
|
body
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
cppcheck時に、clang++36のインクルードパスを指定したい
|
3
3
|
|
4
4
|
###発生している問題・エラーメッセージ
|
5
|
-
cppcheck --enable=all -f --check-config -I/usr/include -I/usr/include/c++/v1 -I/usr/local/llvm36/lib/clang/3.6.1/include
|
5
|
+
cppcheck --enable=all -f --check-config -I/usr/include -I/usr/include/c++/v1 -I/usr/local/llvm36/lib/clang/3.6.1/include fizzbuzz.cpp
|
6
6
|
Checking fizzbuzz.cpp...
|
7
7
|
[/usr/include/c++/v1/__config:99]: (information) Include file: <sys/isa_defs.h> not found.
|
8
8
|
[/usr/include/c++/v1/__config:110]: (information) Include file: <endian.h> not found.
|