Fix doxygen.
This commit is contained in:
parent
b29245024c
commit
0a0a1d6cbd
@ -44,9 +44,14 @@ namespace cling {
|
||||
llvm::OwningPtr<llvm::TargetMachine> m_TM;
|
||||
|
||||
public:
|
||||
///\brief Initializes a new transaction transformer.
|
||||
///\brief Initializes the backend pass adaptor.
|
||||
///
|
||||
///\param[in] S - The semantic analysis object.
|
||||
///\param[in] M - The module to run the passes on.
|
||||
///\param[in] Diags - Diagnostics engine to be use by the passes.
|
||||
///\param[in] TOpts - Current target options.
|
||||
///\param[in] LangOpts - Current language options.
|
||||
///\param[in] CodeGenOpts - Current CodeGen options.
|
||||
///
|
||||
BackendPass(clang::Sema* S, llvm::Module* M,
|
||||
clang::DiagnosticsEngine& Diags,
|
||||
|
Loading…
Reference in New Issue
Block a user