]> granicus.if.org Git - clang/commit
Certain versions of clang require an explicit initialization for literal const members.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 8 Oct 2017 21:28:47 +0000 (21:28 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 8 Oct 2017 21:28:47 +0000 (21:28 +0000)
commit8ea201f89c6001a662898ad81aadf9bd5e35e5fd
tree81c9c786f0c9b923934e6cce38fe722848b0bc45
parentb9f6a1f43c64cd840d95812848171c3c86c5b5c8
Certain versions of clang require an explicit initialization for literal const members.

include/clang/Lex/PreprocessorLexer.h:79:3: error: constructor for
'clang::PreprocessorLexer' must explicitly initialize the const member
'FID'

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