We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3998ad4 commit d78fccdCopy full SHA for d78fccd
clang/docs/CommandGuide/clang.rst
@@ -738,8 +738,8 @@ ENVIRONMENT
738
paths specified with the :option:`-I\<directory\>` option, but before any
739
system header search paths. Paths are delimited by the platform dependent
740
delimiter as used in the ``PATH`` environment variable. Empty entries in the
741
- delimited path list are ignored. The treatment of empty entries differs from
742
- gcc which treats them as specifying the compiler's current working directory.
+ delimited path list, including those at the beginning or end of the list, are
+ treated as specifying the compiler's current working directory.
743
744
.. envvar:: C_INCLUDE_PATH, OBJC_INCLUDE_PATH, CPLUS_INCLUDE_PATH, OBJCPLUS_INCLUDE_PATH
745
0 commit comments