File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ driver and add the option you need. Alternatively, you can run
5151``clang -Xclang <option> ... `` to force the driver pass ``<option> `` to
5252``clang -cc1 ``.
5353
54- I get errors about some headers being missing (``stddef.h ``, ``stdard .h ``)
54+ I get errors about some headers being missing (``stddef.h ``, ``stdarg .h ``)
5555--------------------------------------------------------------------------
5656
57- Some header files (``stddef.h ``, ``stdard .h ``, and others) are shipped with
57+ Some header files (``stddef.h ``, ``stdarg .h ``, and others) are shipped with
5858Clang --- these are called builtin includes. Clang searches for them in a
5959directory relative to the location of the ``clang `` binary. If you moved the
6060``clang `` binary, you need to move the builtin headers, too.
You can’t perform that action at this time.
0 commit comments