llvm-project/clang/test
Anna Zaks 03f483353c [analyzer] Fix false warning about memory leak for QApplication::postEvent
According to Qt documentation Qt takes care of memory allocated for QEvent:
http://doc.qt.io/qt-4.8/qcoreapplication.html#postEvent

A patch by Evgeniy Dushistov!

Differential Revision: http://reviews.llvm.org/D14170

llvm-svn: 256887
2016-01-06 00:32:56 +00:00
..
ARCMT Define weak and __weak to mean ARC-style weak references, even in MRC. 2015-10-22 18:38:17 +00:00
ASTMerge Update tests touched by r249656 2015-10-08 06:31:22 +00:00
Analysis [analyzer] Fix false warning about memory leak for QApplication::postEvent 2016-01-06 00:32:56 +00:00
CXX Convert test/CXX/lex/lex.literal/lex.string/p4.cpp back to DOS line 2016-01-04 10:17:48 +00:00
CodeCompletion [Tests] Modified Lit Tests to be C++11 compatibile 2015-08-27 18:49:15 +00:00
CodeGen [AArch64] Teaches clang about Samsung Exynos-M1 2016-01-05 12:53:24 +00:00
CodeGenCUDA [CUDA] Make vtable construction aware of host/device side of CUDA compilation. 2015-12-17 18:12:36 +00:00
CodeGenCXX [ms-inline-asm] Handle dependent identifiers in inline asm 2016-01-04 23:51:15 +00:00
CodeGenObjC Objective-C properties: merge attributes when redeclaring 'readonly' as 'readwrite' in an extension. 2015-12-10 23:02:09 +00:00
CodeGenObjCXX Reapply "[CodeGen] Fix assignments of inline layouts into the byref structure" 2015-12-21 20:21:15 +00:00
CodeGenOpenCL [OpenCL 2.0] Apply default address space (AS). 2015-11-23 11:14:44 +00:00
Coverage Stop messing with the 'g' group of options in CompilerInvocation. 2015-10-08 04:24:12 +00:00
CoverageMapping [PGO] Cleanup: Use covmap header definition in the template file 2016-01-03 19:25:54 +00:00
Driver [PGO] Enable clang to pass compiler-rt profile support library to linker on Windows 2016-01-05 18:27:06 +00:00
FixIt [Lit Test] Updated 26 Lit tests to be C++11 compatible. 2015-11-11 19:34:47 +00:00
Format Fix clang-format test. I believe that the new behavior is better. 2015-11-23 08:50:52 +00:00
Frontend Preprocessor: define correct tvOS and watchOS version macros 2015-10-30 16:30:30 +00:00
Headers Make ms-intrin.cpp test require the x86 target. 2015-09-23 00:24:34 +00:00
Index [libclang] Add a flag to create the precompiled preamble on the first parse. 2015-12-15 09:30:31 +00:00
Integration
Layout [MS] Fix for bug 25013 - #pragma vtordisp is unknown inside functions, by Denis Zobnin. 2015-11-20 07:02:57 +00:00
Lexer Fix test from r256596 2015-12-29 23:23:38 +00:00
Misc [diagnostics] Avoid crashes while printing macro backtraces 2015-12-08 01:08:09 +00:00
Modules Fix a typo in testcase and increase its coverage! 2016-01-05 23:54:01 +00:00
OpenMP [OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and device codegen. 2016-01-05 19:16:13 +00:00
PCH [Cygwin] Enable TLS as emutls. 2015-12-21 02:37:23 +00:00
Parser Fix several accidental DOS line endings in source files 2016-01-03 15:55:40 +00:00
Preprocessor [AArch64] Teaches clang about Samsung Exynos-M1 2016-01-05 12:53:24 +00:00
Profile Remove setting of inlinehint and cold attributes based on profile data 2016-01-04 23:32:28 +00:00
Rewriter Stop messing with the 'g' group of options in CompilerInvocation. 2015-10-08 04:24:12 +00:00
Sema Fix several accidental DOS line endings in source files 2016-01-03 15:55:40 +00:00
SemaCUDA Produce a better diagnostic for global register variables. 2015-11-18 00:15:28 +00:00
SemaCXX Fix several accidental DOS line endings in source files 2016-01-03 15:55:40 +00:00
SemaObjC ObjC properties: consider ownership of properties from protocols when synthesizing. 2015-12-18 00:52:31 +00:00
SemaObjCXX Allow pseudo-destructor calls on forward-declared Objective-C class pointers. 2015-12-14 19:12:54 +00:00
SemaOpenCL [OpenCL] Disallow taking an address of a function. 2016-01-05 14:39:27 +00:00
SemaTemplate Implement [temp.deduct.type]p6: if the nested-name-specifier of a type is 2015-12-30 20:56:05 +00:00
TableGen
Tooling int function without a return statement is invalid C++. 2015-11-27 18:10:49 +00:00
Unit
VFS [VFS] Fix status() of opened redirected file 2015-12-10 23:41:39 +00:00
.clang-format
CMakeLists.txt [ThinLTO] Option to invoke ThinLTO backend passes and importing 2015-12-07 19:21:34 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg Prune the feature "tls". No one is using it since TLS is enabled for Cygwin. 2015-12-27 06:14:33 +00:00
lit.site.cfg.in
make_test_dirs.pl