Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
gcc が提供する暗黙のプリプロセッサ定義を知りたい場合は、次のように入力しecho "" | cpp -dDます。誰もがclangに相当するものを知っていますか?
echo "" | cpp -dD
clang -dM -E - < /dev/null
clang のすべてのプリプロセッサ定義を一覧表示します。