diff options
Diffstat (limited to 'clang/docs/CommandGuide/clang.rst')
| -rw-r--r-- | clang/docs/CommandGuide/clang.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/docs/CommandGuide/clang.rst b/clang/docs/CommandGuide/clang.rst index a0c2594d06c6..ca8176f85472 100644 --- a/clang/docs/CommandGuide/clang.rst +++ b/clang/docs/CommandGuide/clang.rst @@ -703,6 +703,10 @@ Preprocessor Options Do not search clang's builtin directory for include files. +.. option:: -nostdinc++ + + Do not search the system C++ standard library directory for include files. + .. option:: -fkeep-system-includes Usable only with :option:`-E`. Do not copy the preprocessed content of |
