From 4c8e611b31da14711a2d8e0297f308367a3d159d Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 27 Oct 2009 00:29:40 +0000 Subject: Document -nobuiltininc git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85188 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/tools/clang.pod | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/tools') diff --git a/docs/tools/clang.pod b/docs/tools/clang.pod index daa7387989..42cf8fa2d7 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? -- cgit v1.2.1