[all-commits] [llvm/llvm-project] fd8d91: Fix parser bug that permitted 'private' as a (no-o...
Richard Smith via All-commits
all-commits at lists.llvm.org
Wed Nov 20 12:00:13 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fd8d9155a997ab0f3ef3d7dff1c56efc9b692bfe
https://github.com/llvm/llvm-project/commit/fd8d9155a997ab0f3ef3d7dff1c56efc9b692bfe
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2019-11-20 (Wed, 20 Nov 2019)
Changed paths:
M clang/lib/Parse/ParseDecl.cpp
M clang/test/Parser/cxx-decl.cpp
Log Message:
-----------
Fix parser bug that permitted 'private' as a (no-op) decl-specifier even outside OpenCL.
More information about the All-commits
mailing list