зеркало из https://github.com/microsoft/clang-1.git
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113619 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
0853c7f840
Коммит
68d114dc3e
|
@ -54,7 +54,7 @@ enum CastKind {
|
|||
/// CK_ArrayToPointerDecay - Array to pointer decay.
|
||||
CK_ArrayToPointerDecay,
|
||||
|
||||
// CK_FunctionToPointerDecay - Function to pointer decay.
|
||||
/// CK_FunctionToPointerDecay - Function to pointer decay.
|
||||
CK_FunctionToPointerDecay,
|
||||
|
||||
/// CK_NullToMemberPointer - Null pointer to member pointer.
|
||||
|
|
Загрузка…
Ссылка в новой задаче