Skip to content
Snippets Groups Projects
Commit 68d114dc authored by Sebastian Redl's avatar Sebastian Redl
Browse files

Fix a comment.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113619 91177308-0d34-0410-b5e6-96231b3b80d8
parent 0853c7f8
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment