]> granicus.if.org Git - clang/commit
[AST][NFC] Remove a superfluous enum in ObjCMethodDeclBitfields added in r338641
authorBruno Ricci <riccibrun@gmail.com>
Fri, 21 Sep 2018 13:11:39 +0000 (13:11 +0000)
committerBruno Ricci <riccibrun@gmail.com>
Fri, 21 Sep 2018 13:11:39 +0000 (13:11 +0000)
commitcde569a8760722ce854b7055247562954fe55d39
tree1a620b91f2a1d85303945782a25bbe1760a2d9c0
parent47ffcfa5cefb6c248b8ed4aff8b4052122e0034b
[AST][NFC] Remove a superfluous enum in ObjCMethodDeclBitfields added in r338641

I originally added this enum to avoid including Basic/IdentifierTable.h
in AST/DeclBase.h. However I did not realise it is already included
transitively by AST/DeclarationName.h. Therefore remove this enum and
explicitly include Basic/IdentifierTable.h

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@342731 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclBase.h