]> granicus.if.org Git - clang/commit
Fix MSVC warning about missing 'this' from lambda default capture mode
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 27 Oct 2016 10:51:29 +0000 (10:51 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 27 Oct 2016 10:51:29 +0000 (10:51 +0000)
commit3d0e96b676adbcf99aa752d77985b9643c849dfc
tree95bf7eb0e41d34224524ee361615fd7a2ff16753
parent926caf25d5ae278d9570309e562133a970cc80db
Fix MSVC warning about missing 'this' from lambda default capture mode

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285281 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/PPLexerChange.cpp