summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/modularize
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-12-07 07:20:22 +0000
committerAlp Toker <alp@nuanti.com>2013-12-07 07:20:22 +0000
commit8baeac7bfd25e15d07bace7bf3b749bc9d973559 (patch)
tree78827bc4a564f5f716540fec5fdb67500f42c550 /clang-tools-extra/modularize
parentdb47bcc63d77a3268c9373d4debfa9c8b70001a5 (diff)
downloadbcm5719-llvm-8baeac7bfd25e15d07bace7bf3b749bc9d973559.tar.gz
bcm5719-llvm-8baeac7bfd25e15d07bace7bf3b749bc9d973559.zip
Type traits: No need for switch to handle __builtin_types_compatible_p
__builtin_types_compatible_p() isn't a C++ type trait at all, rather a GNU C special-case, so it's fine to use BoolTy the default return type for binary type traits. This brings BTT in line with other arities that already default to BoolTy. Cleanup only, no change in behaviour. llvm-svn: 196646
Diffstat (limited to 'clang-tools-extra/modularize')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud