summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2014-08-24 04:50:19 +0000
committerHal Finkel <hfinkel@anl.gov>2014-08-24 04:50:19 +0000
commit3a1f4c77df96565ecdf47a07b63ca53e46848cf6 (patch)
treec6958e6ebd14af7802c97e3e6b83d9f3abd2c6d7 /clang/lib/StaticAnalyzer
parent6208251923e24db43261918651156b15af817d95 (diff)
downloadbcm5719-llvm-3a1f4c77df96565ecdf47a07b63ca53e46848cf6.tar.gz
bcm5719-llvm-3a1f4c77df96565ecdf47a07b63ca53e46848cf6.zip
Move __vector long deprecation checking into DeclSpec::Finish
__vector long is deprecated, but __vector long long is not. As a result, we cannot check for __vector long (to issue the deprecation warning) as we parse the type because we need to know how many 'long's we have first. DeclSpec::Finish seems like a more-appropriate place to perform the check (which places it with several other similar Altivec vector checks). Fixes PR20720. llvm-svn: 216342
Diffstat (limited to 'clang/lib/StaticAnalyzer')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud