Update Preprocessor::Initialize() documentation following r207825

llvm-svn: 207895
This commit is contained in:
Alp Toker 2014-05-03 03:45:43 +00:00
parent 085b111d32
commit b7b579aa93
1 changed files with 3 additions and 3 deletions

View File

@ -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