[docs][pp-trace] Remove FileNotFound callback
`FileNotFound` preprocessor callback is removed in D119708. We should also remove it from the documentation. Reviewed by: jansvoboda11 Differential Revision: https://reviews.llvm.org/D125258
This commit is contained in:
parent
c1bb4a881e
commit
ba7b6f46b3
|
@ -49,7 +49,6 @@ Command Line Options
|
||||||
|
|
||||||
* FileChanged
|
* FileChanged
|
||||||
* FileSkipped
|
* FileSkipped
|
||||||
* FileNotFound
|
|
||||||
* InclusionDirective
|
* InclusionDirective
|
||||||
* moduleImport
|
* moduleImport
|
||||||
* EndOfMainFile
|
* EndOfMainFile
|
||||||
|
@ -200,26 +199,6 @@ Example:::
|
||||||
FilenameTok: "filename.h"
|
FilenameTok: "filename.h"
|
||||||
FileType: C_User
|
FileType: C_User
|
||||||
|
|
||||||
`FileNotFound <https://clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#a3045151545f987256bfa8d978916ef00>`_ 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<char> 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 <https://clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#a557d9738c329793513a6f57d6b60de52>`_ Callback
|
`InclusionDirective <https://clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#a557d9738c329793513a6f57d6b60de52>`_ Callback
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue