Defer adding keywords to the identifier table until after the language options...
Defer adding keywords to the identifier table until after the language options have been loaded from the AST file. This fixes issues with "class" being reported as an identifier in "enum class" because the construct is not present when using default language options. Patch by Johann Klähn. llvm-svn: 330159
Loading
Please register or sign in to comment