Go to file
Peter Collingbourne e5d5b0c71e DataFlowSanitizer; LLVM changes.
DataFlowSanitizer is a generalised dynamic data flow analysis.

Unlike other Sanitizer tools, this tool is not designed to detect a
specific class of bugs on its own.  Instead, it provides a generic
dynamic data flow analysis framework to be used by clients to help
detect application-specific issues within their own code.

Differential Revision: http://llvm-reviews.chandlerc.com/D965

llvm-svn: 187923
2013-08-07 22:47:18 +00:00
clang Fix doxygen function name mismatch. 2013-08-07 22:34:01 +00:00
clang-tools-extra Fixed incorrect header guard/nested header mechanism. 2013-08-07 18:49:47 +00:00
compiler-rt [TSan] Fix free_race.c by removing `not` from the test invocation that doesn't fail. 2013-08-07 13:54:27 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Add missing integer min/max definitions 2013-07-26 13:02:02 +00:00
libcxx N3644 support for <unordered_set> and <unordered_map> 2013-08-07 21:30:44 +00:00
libcxxabi tip-of-trunk clang has corrected some access checks for special members in a virtual inheritance hierarchy. Change a few private inheritances to protected. This change will not impact what the test was testing. This fixes http://llvm.org/bugs/show_bug.cgi?id=16753. 2013-07-30 19:00:45 +00:00
lld Rename TargetInfo -> LinkingContext. 2013-08-06 22:31:59 +00:00
lldb New settings: target.use-hex-immediates and target.hex-immediates-style 2013-08-07 21:54:09 +00:00
llvm DataFlowSanitizer; LLVM changes. 2013-08-07 22:47:18 +00:00
polly ScopInfo: add a testcase that share parameters within nested start. 2013-08-06 04:36:45 +00:00