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