]> granicus.if.org Git - clang/commitdiff
Replace 'unsigned short' with 'uint16_t' in a packed data structure for consistency...
authorCraig Topper <craig.topper@gmail.com>
Sun, 21 Jul 2013 21:56:18 +0000 (21:56 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 21 Jul 2013 21:56:18 +0000 (21:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186796 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/DiagnosticIDs.cpp

index 898c51c497023fb79dc965696a201fa40637422f..31e5e6a7417dbff4f3c013af5e20d7b351bea0ac 100644 (file)
@@ -36,7 +36,7 @@ enum {
 };
 
 struct StaticDiagInfoRec {
-  unsigned short DiagID;
+  uint16_t DiagID;
   unsigned Mapping : 3;
   unsigned Class : 3;
   unsigned SFINAE : 1;