Don't declare IsEnumDeclComplete as extern
authorReid Kleckner <rnk@google.com>
Tue, 29 Nov 2016 20:46:24 +0000 (20:46 +0000)
committerReid Kleckner <rnk@google.com>
Tue, 29 Nov 2016 20:46:24 +0000 (20:46 +0000)
commitaab2aae8ee582d0f6af9f8616772fed7cc0ef0b1
tree5168e5443087bf5c5036268d67ac75155246cff7
parent11407ae58194ed586bf296cd62515f2180652873
Don't declare IsEnumDeclComplete as extern

Otherwise MSVC and clang-cl will see "extern inline" after merging
redeclarations and emit it in all TUs that include Type.h and Decl.h.

Noticed by inspection, since it's always the first thing to get emitted.

llvm-svn: 288197
clang/include/clang/AST/Type.h