Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Protect a clang-cl file path with --. | Peter Collingbourne | 2018-05-30 | 1 | -1/+1 |
| | | | | llvm-svn: 333501 | ||||
* | Sema: Add a flag for rejecting member pointers with incomplete base types. | Peter Collingbourne | 2018-05-30 | 1 | -0/+7 |
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 llvm-svn: 333498 |