diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-08-26 20:37:03 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-08-26 20:37:03 +0000 |
commit | 58d3f1af9b4efa426826816a16894986b78b2692 (patch) | |
tree | 4b9b41470894cf770bc558cc1d87fdd15a38b6b6 | |
parent | 9099ff0cf91ac9e0b2d5a142807fa384ce842fc4 (diff) |
Fixes a comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80136 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/AST/Expr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/AST/Expr.h b/include/clang/AST/Expr.h index 1f9d6e2e9e..369249bf5d 100644 --- a/include/clang/AST/Expr.h +++ b/include/clang/AST/Expr.h @@ -1190,8 +1190,8 @@ public: /// member pointer in derived class. CK_BaseToDerivedMemberPointer, - /// CK_Unknown - Conversion using a user defined type conversion - /// function. + /// CK_UserDefinedConversion - Conversion using a user defined type + /// conversion function. CK_UserDefinedConversion }; |