Caused a lot of warnings for Windows:
http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/21178/steps/build/logs/warnings%20%2867%29
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346033
91177308-0d34-0410-b5e6-
96231b3b80d8
{ \
CMDFLAG, \
llvm::Twine(llvm::Twine() + "(" + \
- (#TYPE == "StringRef" ? "string" : #TYPE ) + ") " DESC \
+ (StringRef(#TYPE) == "StringRef" ? "string" : #TYPE ) + \
+ ") " DESC \
" (default: " #DEFAULT_VAL ")").str() \
},
{ \
CMDFLAG, \
llvm::Twine(llvm::Twine() + "(" + \
- (#TYPE == "StringRef" ? "string" : #TYPE ) + ") " DESC \
+ (StringRef(#TYPE) == "StringRef" ? "string" : #TYPE ) + \
+ ") " DESC \
" (default: " #SHALLOW_VAL " in shallow mode, " #DEEP_VAL \
" in deep mode)").str() \
},