[PATCH] D77825: Fix syntax error

Christopher Tetreault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 9 13:51:24 PDT 2020


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2a1418f242ab: Fix syntax error (authored by ctetreau).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77825/new/

https://reviews.llvm.org/D77825

Files:
  clang/lib/Tooling/InterpolatingCompilationDatabase.cpp


Index: clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
===================================================================
--- clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
+++ clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
@@ -116,7 +116,7 @@
     return types::TY_ObjCXX;
   case types::TY_CUDA:
   case types::TY_CUDA_DEVICE:
-    return types::TY_CUDA:
+    return types::TY_CUDA;
   default:
     return types::TY_INVALID;
   }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77825.256396.patch
Type: text/x-patch
Size: 457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200409/e8971a49/attachment.bin>


More information about the cfe-commits mailing list