]> granicus.if.org Git - clang/commitdiff
[Parser] Remove an unnecessary `mutable`
authorFangrui Song <maskray@google.com>
Sun, 9 Sep 2018 01:54:18 +0000 (01:54 +0000)
committerFangrui Song <maskray@google.com>
Sun, 9 Sep 2018 01:54:18 +0000 (01:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@341756 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Parse/Parser.h

index 32874ee44ffd55565b49be859bbaa0b0d7a0b981..7b89127534a599a32627ff943457d8f73ccf6587 100644 (file)
@@ -119,7 +119,7 @@ class Parser : public CodeCompletionHandler {
   IdentifierInfo *Ident_pixel;
 
   /// Objective-C contextual keywords.
-  mutable IdentifierInfo *Ident_instancetype;
+  IdentifierInfo *Ident_instancetype;
 
   /// Identifier for "introduced".
   IdentifierInfo *Ident_introduced;