diff options
author | Sean Silva <silvas@purdue.edu> | 2013-01-23 18:28:48 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2013-01-23 18:28:48 +0000 |
commit | 440285cb2213a16a71b429ac0cb59fc19a2364f6 (patch) | |
tree | 051196f1f72c2e97507524f12446a489954ecd56 /docs/FAQ.rst | |
parent | 0c06cbc51c581ea31dac14134bd184e491fe5caf (diff) |
docs: clear up ambiguity
Anybody using clang is a "developer".
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173282 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/FAQ.rst')
-rw-r--r-- | docs/FAQ.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.rst b/docs/FAQ.rst index d0b47d685c..d4993cd25f 100644 --- a/docs/FAQ.rst +++ b/docs/FAQ.rst @@ -41,7 +41,7 @@ for your system. To see these options, run: $ clang -### -c hello.c Some clang command line options are driver-only options, some are frontend-only -options. Frontend-only options are intended to be used only by developers. +options. Frontend-only options are intended to be used only by clang developers. Users should not run ``clang -cc1`` directly, because ``-cc1`` options are not guaranteed to be stable. |