[Sanitizers] Use uint64_t for bitmask of enabled sanitizers.
authorAlexey Samsonov <vonosmas@gmail.com>
Tue, 3 Mar 2015 22:15:32 +0000 (22:15 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Tue, 3 Mar 2015 22:15:32 +0000 (22:15 +0000)
commit83791e27e6371f1a100b9971d8d2925c240f6a8f
tree3f925628786bfc1f5c9959a6787678599f18afef
parent2891913f1a545952e281e5f21976268e2cd14623
[Sanitizers] Use uint64_t for bitmask of enabled sanitizers.

The total number of sanitizers and sanitizer groups will soon
reach 32.

llvm-svn: 231149
clang/include/clang/Basic/Sanitizers.def
clang/lib/Driver/SanitizerArgs.cpp