forked from OSchip/llvm-project
parent
1319381686
commit
103435e89c
|
@ -169,7 +169,7 @@ class Parser : public CodeCompletionHandler {
|
|||
/// ColonProtectionRAIIObject RAII object.
|
||||
bool ColonIsSacred;
|
||||
|
||||
/// \brief When true, we are directly inside an Objective-C messsage
|
||||
/// \brief When true, we are directly inside an Objective-C message
|
||||
/// send expression.
|
||||
///
|
||||
/// This is managed by the \c InMessageExpressionRAIIObject class, and
|
||||
|
|
Loading…
Reference in New Issue