forked from OSchip/llvm-project
Remove comma from end of enum to silence build warning.
llvm-svn: 151036
This commit is contained in:
parent
cf7e2dc09a
commit
90634c4d25
|
@ -660,7 +660,7 @@ ExprResult Sema::ActOnLambdaExpr(SourceLocation StartLoc, Stmt *Body,
|
|||
Normal,
|
||||
DefaultArgument,
|
||||
DataMember,
|
||||
StaticDataMember,
|
||||
StaticDataMember
|
||||
} Kind = Normal;
|
||||
|
||||
// Default arguments of member function parameters that appear in a class
|
||||
|
|
Loading…
Reference in New Issue