[cfe-commits] r173280 - /cfe/trunk/docs/FAQ.rst
Dmitri Gribenko
gribozavr at gmail.com
Wed Jan 23 10:02:29 PST 2013
Author: gribozavr
Date: Wed Jan 23 12:02:28 2013
New Revision: 173280
URL: http://llvm.org/viewvc/llvm-project?rev=173280&view=rev
Log:
Documentation: add a note that -cc1 options are not guaranteed to be stable
Modified:
cfe/trunk/docs/FAQ.rst
Modified: cfe/trunk/docs/FAQ.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/FAQ.rst?rev=173280&r1=173279&r2=173280&view=diff
==============================================================================
--- cfe/trunk/docs/FAQ.rst (original)
+++ cfe/trunk/docs/FAQ.rst Wed Jan 23 12:02:28 2013
@@ -42,7 +42,8 @@
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.
-Users should not run ``clang -cc1`` directly.
+Users should not run ``clang -cc1`` directly, because ``-cc1`` options are not
+guaranteed to be stable.
If you want to use a frontend-only option ("a ``-cc1`` option"), for example
``-ast-dump``, then you need to take the ``clang -cc1`` line generated by the
More information about the cfe-commits
mailing list