forked from OSchip/llvm-project
Update Preprocessor::Initialize() documentation following r207825
llvm-svn: 207895
This commit is contained in:
parent
085b111d32
commit
b7b579aa93
|
@ -463,10 +463,10 @@ public:
|
|||
|
||||
~Preprocessor();
|
||||
|
||||
/// \brief Initialize the preprocessor, if the constructor did not already
|
||||
/// perform the initialization.
|
||||
/// \brief Initialize the preprocessor using information about the target.
|
||||
///
|
||||
/// \param Target Information about the target.
|
||||
/// \param Target is owned by the caller and must remain valid for the
|
||||
/// lifetime of the preprocessor.
|
||||
void Initialize(const TargetInfo &Target);
|
||||
|
||||
/// \brief Retrieve the preprocessor options used to initialize this
|
||||
|
|
Loading…
Reference in New Issue