llvm-project/clang/lib
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
..
ARCMigrate Fix funciton->function typo. 2015-12-16 23:10:46 +00:00
AST ArrayRef-ize a function. NFC 2016-01-03 19:43:23 +00:00
ASTMatchers [ASTMatchers] Add booleanType() matcher. 2015-12-22 20:06:40 +00:00
Analysis Use range-based for loop to avoid the need for calculating an array size. NFC 2015-11-30 03:11:12 +00:00
Basic [AArch64] Teaches clang about Samsung Exynos-M1 2016-01-05 12:53:24 +00:00
CodeGen [OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and device codegen. 2016-01-05 19:16:13 +00:00
Driver [Clang/Support/Windows/Unix] Command lines created by clang may exceed the command length limit set by the OS 2016-01-05 19:54:39 +00:00
Edit Replace double negation of !FileID.isInvalid() with FileID.isValid(). 2015-10-03 10:46:20 +00:00
Format clang-format: Fix corner case in "if it saves columns"-calculation. 2016-01-05 16:10:39 +00:00
Frontend [OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and device codegen. 2016-01-05 19:16:13 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers Reimplement __readeflags and __writeeflags on top of intrinsics 2016-01-01 06:50:08 +00:00
Index Roll-back r250822. 2015-10-20 13:23:58 +00:00
Lex Emit a -Wmicrosoft warning when treating ^Z as EOF in MS mode. 2015-12-29 23:17:27 +00:00
Parse [OpenCL] Disallow taking an address of a function. 2016-01-05 14:39:27 +00:00
Rewrite Roll-back r250822. 2015-10-20 13:23:58 +00:00
Sema Avoid walking all the declarations in the TU when a tag is declared in function 2016-01-05 01:21:53 +00:00
Serialization [OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and device codegen. 2016-01-05 19:16:13 +00:00
StaticAnalyzer [analyzer] Fix false warning about memory leak for QApplication::postEvent 2016-01-06 00:32:56 +00:00
Tooling Add fall-back mode for clang tools. 2015-12-03 10:38:53 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00