Created
February 17, 2012 07:02
-
-
Save Pegolon/1851436 to your computer and use it in GitHub Desktop.
Showing clang predefined macros
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> find /Applications/Xcode.app -name clang | |
# Pick one | |
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c /dev/null -dM -E |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment