Go to file
Lenny Maiorani 6ffe738f24 Add security syntax checker for strcpy() which causes the Static Analyzer to generate a warning any time the strcpy() function is used with a note suggesting to use a function which provides bounded buffers.
llvm-svn: 128679
2011-03-31 22:09:14 +00:00
clang Add security syntax checker for strcpy() which causes the Static Analyzer to generate a warning any time the strcpy() function is used with a note suggesting to use a function which provides bounded buffers. 2011-03-31 22:09:14 +00:00
compiler-rt clang/Darwin: Add all the comparison functions, the desire to cherry pick just 2011-03-25 19:19:10 +00:00
debuginfo-tests These tests are x86_64 specific. 2011-03-28 20:00:34 +00:00
libcxx Provide a more readable error message for <atomic> until it is implemented. 2011-03-31 16:39:39 +00:00
lldb Little bit of cleanup, and added a few new bits. 2011-03-31 21:56:13 +00:00
llvm InstCombine: APFloat can't perform arithmetic on PPC double doubles, don't even try. 2011-03-31 21:35:49 +00:00