]> granicus.if.org Git - clang/commit
clang-cl: Fix handling of the /volatile flag (PR21893)
authorHans Wennborg <hans@hanshq.net>
Sat, 13 Dec 2014 22:44:46 +0000 (22:44 +0000)
committerHans Wennborg <hans@hanshq.net>
Sat, 13 Dec 2014 22:44:46 +0000 (22:44 +0000)
commita3078700de19a125356f60487d8868cdc3b232e3
tree3faa0fe09fb55847d7612ae2450f03b4b481fd69
parent36d0438857c2c96e8d08ef244e385654c54d8a45
clang-cl: Fix handling of the /volatile flag (PR21893)

The /volatile:iso flag is our default behaviour, so it can be ignored.

Parse /volatile:ms as unsupported.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224202 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CLCompatOptions.td
test/Driver/cl-options.c