Commit Graph

2 Commits

Author SHA1 Message Date
Peter Collingbourne 67206b2c96 Protect a clang-cl file path with --.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333501 91177308-0d34-0410-b5e6-96231b3b80d8
2018-05-30 04:08:34 +00:00
Peter Collingbourne 7a3b3665c7 Sema: Add a flag for rejecting member pointers with incomplete base types.
Codebases that need to be compatible with the Microsoft ABI can pass
this flag to avoid issues caused by the lack of a fixed ABI for
incomplete member pointers.

Differential Revision: https://reviews.llvm.org/D47503

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333498 91177308-0d34-0410-b5e6-96231b3b80d8
2018-05-30 03:40:04 +00:00