Go to file
Hal Finkel 42b7e01f7c [CFLAA] Remove tautological comparison
Fixes this (the warning is right, the unsigned value is not negative):
lib/Analysis/StratifiedSets.h:689:53: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
  bool inbounds(StratifiedIndex N) const { return N >= 0 && N < Links.size(); }

llvm-svn: 216987
2014-09-02 22:36:58 +00:00
clang Reinstate "Update for llvm API change."" 2014-09-02 22:35:49 +00:00
clang-tools-extra Remove unused AST matcher. 2014-09-02 09:46:43 +00:00
compiler-rt tsan: more precise handling of atexit callbacks 2014-09-02 14:22:31 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Implement generic mad_sat 2014-09-02 17:55:02 +00:00
libcxx Silence _LIBCPP_ELAST porting warning on __APPLE__ 2014-09-02 22:09:50 +00:00
libcxxabi Allow LIBCXXABI_SINGLE_THREADED to be defined by build scripts 2014-09-02 21:23:49 +00:00
lld [PECOFF] Fix AMD64_REL_[1-5] and AMD64_SECTION relocations 2014-08-29 20:33:27 +00:00
lldb Fix MacOSX cmake build for new HostInfoMacOSX file. 2014-09-02 21:10:23 +00:00
llvm [CFLAA] Remove tautological comparison 2014-09-02 22:36:58 +00:00
openmp Commit PowerPC64 support from Carlo Bertolli at IBM. 2014-08-07 10:12:54 +00:00
polly Fix formatting 2014-08-31 16:21:20 +00:00