[clang] 731292e - Updated the -I option description.

2020-07-31 Thread Andrei Lebedev via cfe-commits

Author: Andrei Lebedev
Date: 2020-07-31T15:39:12-07:00
New Revision: 731292e5f30074c282d5ea1ebb86bb7adbc9e90e

URL: 
https://github.com/llvm/llvm-project/commit/731292e5f30074c282d5ea1ebb86bb7adbc9e90e
DIFF: 
https://github.com/llvm/llvm-project/commit/731292e5f30074c282d5ea1ebb86bb7adbc9e90e.diff

LOG: Updated the -I option description.

Added: 


Modified: 
clang/docs/ClangCommandLineReference.rst

Removed: 




diff  --git a/clang/docs/ClangCommandLineReference.rst 
b/clang/docs/ClangCommandLineReference.rst
index 1613c8e45318..699a0be72036 100644
--- a/clang/docs/ClangCommandLineReference.rst
+++ b/clang/docs/ClangCommandLineReference.rst
@@ -1014,9 +1014,9 @@ Include path management
 
 Flags controlling how ``#include``\s are resolved to files.
 
-.. option:: -I, --include-directory , --include-directory=
+.. option:: -I, --include-directory , --include-directory=
 
-Add directory to include search path
+Add directory  to the list of include files search paths. If there are 
multiple -I options, these directories are searched in the order they are given 
before the standard system directories are searched. If the same directory is 
in the SYSTEM include search paths, for example if also specified with 
-isystem, the -I option will be ignored
 
 .. option:: -I-, --include-barrier
 



___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[clang] 8dd4e3c - Updated the -I option description.

2020-08-01 Thread Andrei Lebedev via cfe-commits

Author: Andrei Lebedev
Date: 2020-08-01T15:54:11-07:00
New Revision: 8dd4e3ceb804a58bcf25e6856fc6fde5e1995a66

URL: 
https://github.com/llvm/llvm-project/commit/8dd4e3ceb804a58bcf25e6856fc6fde5e1995a66
DIFF: 
https://github.com/llvm/llvm-project/commit/8dd4e3ceb804a58bcf25e6856fc6fde5e1995a66.diff

LOG: Updated the -I option description.

Added: 


Modified: 
clang/docs/ClangCommandLineReference.rst
clang/include/clang/Driver/Options.td

Removed: 




diff  --git a/clang/docs/ClangCommandLineReference.rst 
b/clang/docs/ClangCommandLineReference.rst
index 699a0be72036..8eb010eae265 100644
--- a/clang/docs/ClangCommandLineReference.rst
+++ b/clang/docs/ClangCommandLineReference.rst
@@ -1014,9 +1014,9 @@ Include path management
 
 Flags controlling how ``#include``\s are resolved to files.
 
-.. option:: -I, --include-directory , --include-directory=
+.. option:: -I, --include-directory , --include-directory=
 
-Add directory  to the list of include files search paths. If there are 
multiple -I options, these directories are searched in the order they are given 
before the standard system directories are searched. If the same directory is 
in the SYSTEM include search paths, for example if also specified with 
-isystem, the -I option will be ignored
+Add directory to include search path. If there are multiple -I options, these 
directories are searched in the order they are given before the standard system 
directories are searched. If the same directory is in the SYSTEM include search 
paths, for example if also specified with -isystem, the -I option will be 
ignored
 
 .. option:: -I-, --include-barrier
 

diff  --git a/clang/include/clang/Driver/Options.td 
b/clang/include/clang/Driver/Options.td
index 889035a0815e..16051934c1e0 100644
--- a/clang/include/clang/Driver/Options.td
+++ b/clang/include/clang/Driver/Options.td
@@ -395,7 +395,12 @@ def I_ : Flag<["-"], "I-">, Group,
  "remove current directory from include path">;
 def I : JoinedOrSeparate<["-"], "I">, Group,
 Flags<[CC1Option,CC1AsOption]>, MetaVarName<"">,
-HelpText<"Add directory to include search path">;
+HelpText<"Add directory to include search path. If there are multiple -I "
+ "options, these directories are searched in the order they are "
+ "given before the standard system directories are searched. "
+ "If the same directory is in the SYSTEM include search paths, for 
"
+ "example if also specified with -isystem, the -I option will be "
+ "ignored">;
 def L : JoinedOrSeparate<["-"], "L">, Flags<[RenderJoined]>, Group,
 MetaVarName<"">, HelpText<"Add directory to library search path">;
 def MD : Flag<["-"], "MD">, Group,
@@ -1244,7 +1249,7 @@ def finline_functions : Flag<["-"], "finline-functions">, 
Group,
 def finline_hint_functions: Flag<["-"], "finline-hint-functions">, 
Group, Flags<[CC1Option]>,
   HelpText<"Inline functions which are (explicitly or implicitly) marked 
inline">;
 def finline : Flag<["-"], "finline">, Group;
-def fglobal_isel : Flag<["-"], "fglobal-isel">, Group, 
+def fglobal_isel : Flag<["-"], "fglobal-isel">, Group,
   HelpText<"Enables the global instruction selector">;
 def fexperimental_isel : Flag<["-"], "fexperimental-isel">, 
Group,
   Alias;



___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[clang] [Documentation] Replace recommonmark by myst-parser (PR #65664)

2023-09-11 Thread Andrei Lebedev via cfe-commits

andreil99 wrote:

I can update the publishing bots. For the bots running on 
https://lab.llvm.org/buildbot/#/workers/92 we would need @gribozavr or somebody 
with access to gribozavr3 worker.

@cor3ntin, is there any dependency on a particular version of myst-parser?

https://github.com/llvm/llvm-project/pull/65664
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[clang] [Documentation] Replace recommonmark by myst-parser (PR #65664)

2023-09-12 Thread Andrei Lebedev via cfe-commits

andreil99 wrote:

Thanks, @cor3ntin!

I have installed the latest myst-parser (2.0.0) on the publishing bot. Will see 
how it will fly.

Please feel free to commit requirements.txt you have. I'll update it with the 
one with known-to-be-good versions frozen once we will confirm on that bot 
myst-parser 2.0.0.

https://github.com/llvm/llvm-project/pull/65664
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[clang] [Documentation] Replace recommonmark by myst-parser (PR #65664)

2023-09-16 Thread Andrei Lebedev via cfe-commits

andreil99 wrote:

@cor3ntin No, I did not update all the sphinx bots, only specific ones, as I 
mentioned above in 
https://github.com/llvm/llvm-project/pull/65664#issuecomment-1714983618
> I can update the publishing bots. For the bots running on 
> https://lab.llvm.org/buildbot/#/workers/92 we would need @gribozavr or 
> somebody with access to gribozavr3 worker.

https://github.com/llvm/llvm-project/pull/65664
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits