[cfe-commits] r85188 - /cfe/trunk/docs/tools/clang.pod
Rafael Espindola
rafael.espindola at gmail.com
Mon Oct 26 17:29:40 PDT 2009
Author: rafael
Date: Mon Oct 26 19:29:40 2009
New Revision: 85188
URL: http://llvm.org/viewvc/llvm-project?rev=85188&view=rev
Log:
Document -nobuiltininc
Modified:
cfe/trunk/docs/tools/clang.pod
Modified: cfe/trunk/docs/tools/clang.pod
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/tools/clang.pod?rev=85188&r1=85187&r2=85188&view=diff
==============================================================================
--- cfe/trunk/docs/tools/clang.pod (original)
+++ cfe/trunk/docs/tools/clang.pod Mon Oct 26 19:29:40 2009
@@ -424,6 +424,10 @@
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?
More information about the cfe-commits
mailing list