diff --git a/clang-tools-extra/docs/pp-trace.rst b/clang-tools-extra/docs/pp-trace.rst index 20556cdc697e4..84a5ae6ed6c60 100644 --- a/clang-tools-extra/docs/pp-trace.rst +++ b/clang-tools-extra/docs/pp-trace.rst @@ -49,7 +49,6 @@ Command Line Options * FileChanged * FileSkipped - * FileNotFound * InclusionDirective * moduleImport * EndOfMainFile @@ -200,26 +199,6 @@ Example::: FilenameTok: "filename.h" FileType: C_User -`FileNotFound `_ Callback -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -FileNotFound is called when an inclusion directive results in a file-not-found error. - -Argument descriptions: - -============== ================================================== ============================== ===================================================================================================================================== -Argument Name Argument Value Syntax Clang C++ Type Description -============== ================================================== ============================== ===================================================================================================================================== -FileName "(file)" StringRef The name of the file being included, as written in the source code. -RecoveryPath (path) SmallVectorImpl If this client indicates that it can recover from this missing file, the client should set this as an additional header search patch. -============== ================================================== ============================== ===================================================================================================================================== - -Example::: - - - Callback: FileNotFound - FileName: "/path/filename.h" - RecoveryPath: - `InclusionDirective `_ Callback ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^