================
@@ -1041,8 +1041,10 @@ static QualType
ConvertDeclSpecToType(TypeProcessingState &state) {
case TypeSpecifierWidth::LongLong:
Result = Context.LongLongTy;
- // 'long long' is a C99 or C++11 feature.
- if (!S.getLangOpts().C99) {
+ if (S.getLangOpts().OpenCL) {
----------------
wenju-he wrote:
done
https://github.com/llvm/llvm-project/pull/196002
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits