clang-1/test
Sergey Matveev 050309fdc6 Add -fsanitize=leak to driver options.
If -fsanitize=leak is specified, link the program with the
LeakSanitizer runtime. Ignore this option when -fsanitize=address is specified,
because AddressSanitizer has this functionality built in.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182729 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-27 11:17:01 +00:00
..
ARCMT Point diagnostics that complain about a use of a selector in an objc message, to the selector location. 2013-05-01 00:24:09 +00:00
ASTMerge
Analysis [analyzer] Fix test for r182677. 2013-05-24 21:49:58 +00:00
CXX Tests and status for DR51-99. 2013-05-26 22:03:53 +00:00
CodeCompletion
CodeGen [PATCH] Generate cold attribute for functions marked __atribute__((cold)) 2013-05-24 20:18:15 +00:00
CodeGenCUDA
CodeGenCXX Fix linkage computation for derived types in inline functions. 2013-05-25 17:16:20 +00:00
CodeGenObjC Bugfix for r181629: 2013-05-22 19:10:15 +00:00
CodeGenObjCXX Correctly emit certain implicit references to 'self' even within 2013-05-03 07:33:41 +00:00
CodeGenOpenCL
Coverage
Driver Add -fsanitize=leak to driver options. 2013-05-27 11:17:01 +00:00
FixIt The 'constexpr implies const' rule for non-static member functions is gone in 2013-04-21 01:08:50 +00:00
Format Let clang-format move the cursor appropriately. 2013-05-21 12:21:39 +00:00
Frontend
Headers Remove dependence on system headers from this test, to try to make the Windows bots happier. 2013-05-09 22:45:27 +00:00
Index libclang: add a function to check whether a member function is pure virtual 2013-05-17 18:38:35 +00:00
Lexer Better diagnostics for string initialization. 2013-05-15 11:03:04 +00:00
Misc Warn on va_start() when called with a reference parameter. 2013-05-24 23:31:57 +00:00
Modules Suffixing #pragma comment(lib) library names with .lib if necessary. This matches MSVC behavior, as well as allows us to properly link libraries such as the ones provided by the MSDN examples. 2013-05-24 15:06:56 +00:00
OpenMP OpenMP threadprivate with qualified names. 2013-05-13 04:18:18 +00:00
PCH Fix bitcode desynchronization when loading a PCH containing a class template 2013-05-23 01:49:11 +00:00
Parser Adding in parsing and the start of semantic support for __sptr and __uptr pointer type qualifiers. This patch also fixes the correlated __ptr32 and __ptr64 pointer qualifiers so that they are truly type attributes instead of declaration attributes. 2013-05-22 23:25:32 +00:00
Preprocessor [Preprocessor] Prevent expansion of y in x ## y when x is empty 2013-05-25 01:35:18 +00:00
Rewriter Objective-C: Correctly encode 'retain' and 'copy' for readonly properties. 2013-05-08 23:47:40 +00:00
Sema Warn on va_start() when called with a reference parameter. 2013-05-24 23:31:57 +00:00
SemaCUDA
SemaCXX Fix linkage computation for derived types in inline functions. 2013-05-25 17:16:20 +00:00
SemaObjC Objective-C arc: don't count use of __weak 2013-05-21 21:20:26 +00:00
SemaObjCXX Objective-C++ (and c++) Sema: Patch fixes a sema crash when gnu’s ?: extension 2013-05-17 16:29:36 +00:00
SemaOpenCL
SemaTemplate Fix crash-on-invalid: only use TransformAddressOfOperand when transforming the 2013-05-21 23:29:46 +00:00
TableGen
Tooling Use 'env' in tests that set environment variables. 2013-05-15 01:45:37 +00:00
Unit
CMakeLists.txt
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg
lit.site.cfg.in
make_test_dirs.pl