aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/InitPreprocessor.cpp
diff options
context:
space:
mode:
authorJustin Hibbits <jrh29@alumni.cwru.edu>2015-02-12 05:31:31 +0000
committerJustin Hibbits <jrh29@alumni.cwru.edu>2015-02-12 05:31:31 +0000
commit6cfc85a067b88e120443a7cd0f0eceea16ebaf22 (patch)
treeb670300eebf17b38b04c47a4297f18d18c57a9c8 /clang/lib/Frontend/InitPreprocessor.cpp
parent5c094b8751fba46ca6a9f773ffa807711cd2f505 (diff)
downloadllvm-6cfc85a067b88e120443a7cd0f0eceea16ebaf22.zip
llvm-6cfc85a067b88e120443a7cd0f0eceea16ebaf22.tar.gz
llvm-6cfc85a067b88e120443a7cd0f0eceea16ebaf22.tar.bz2
Quiet Coverity
Summary: Coverity warns that unsigned >= 0 is always true, and k_first_gpr_powerpc happens to be 0. Quiet Coverity by changing that comparison instead to a static_assert(), in case things change in the future. Reviewers: emaste Reviewed By: emaste Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D7576 llvm-svn: 228908
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
0 files changed, 0 insertions, 0 deletions