diff options
author | rdivacky <rdivacky@FreeBSD.org> | 2009-11-04 15:04:32 +0000 |
---|---|---|
committer | rdivacky <rdivacky@FreeBSD.org> | 2009-11-04 15:04:32 +0000 |
commit | b6d5e15aae202f157c6cd63da8fa4b089e7b31e9 (patch) | |
tree | 59e0e47a9831dcf0e21e547927c8ebb7e113bfd1 /docs/tools | |
parent | 5563df30b9c8d1fe87a54baae0d6bd86642563f4 (diff) | |
download | FreeBSD-src-b6d5e15aae202f157c6cd63da8fa4b089e7b31e9.zip FreeBSD-src-b6d5e15aae202f157c6cd63da8fa4b089e7b31e9.tar.gz |
Update clang to r86025.
Diffstat (limited to 'docs/tools')
-rw-r--r-- | docs/tools/clang.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/tools/clang.pod b/docs/tools/clang.pod index daa7387..42cf8fa 100644 --- a/docs/tools/clang.pod +++ b/docs/tools/clang.pod @@ -424,6 +424,10 @@ Add the specified directory to the search path for framework include files. Do not search the standard system directories for include files. +=item B<-nobuiltininc> + +Do not search clang's builtin directory for include files. + =cut ## TODO, but do we really want people using this stuff? |