llvm-project/clang/lib
Jordan Rose 69dd5fce3e [analyzer] Look through ExprWithCleanups to see if an expr's consumed.
We based decisions during analysis and during path generation on whether
or not an expression is consumed, so if a top-level expression has
cleanups it's important for us to look through that.

<rdar://problem/14076125>

llvm-svn: 183368
2013-06-06 01:57:24 +00:00
..
ARCMigrate Cleanup handling of UniqueExternalLinkage. 2013-05-13 00:12:11 +00:00
AST [analyzer] Look through ExprWithCleanups to see if an expr's consumed. 2013-06-06 01:57:24 +00:00
ASTMatchers Parser/Registry argument enhancements. 2013-06-04 15:46:22 +00:00
Analysis Analysis: Add a CFG successor to a SwitchStmt if it is both empty and fully covered 2013-06-04 17:38:44 +00:00
Basic Do not report -Wasm-operand-widths for ARM output operands. <rdar://14050337> 2013-06-03 23:57:13 +00:00
CodeGen PR14763: Debug info for non-trivial record parameters 2013-06-05 18:30:31 +00:00
Driver If we're splitting the dwarf for fission and don't want to use the 2013-06-05 23:58:15 +00:00
Edit [objcmt] Fix a mishandled conversion to objc directory literal. 2013-04-06 01:13:17 +00:00
Format UTF-8 support for clang-format. 2013-06-05 14:09:10 +00:00
Frontend Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. 2013-06-04 02:07:14 +00:00
FrontendTool <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. 2013-03-27 16:47:18 +00:00
Headers Add arm_neon.h to the builtin intrinsics module map. 2013-05-20 14:07:18 +00:00
Lex [Preprocessor] Prevent expansion of y in x ## y when x is empty 2013-05-25 01:35:18 +00:00
Parse Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. 2013-06-04 02:07:14 +00:00
Rewrite Added Lexer::getBufferEnd(). 2013-06-04 16:58:03 +00:00
Sema Objective-C: Provide fixit with suggested spelling correction 2013-06-05 18:46:14 +00:00
Serialization Model temporary lifetime-extension explicitly in the AST. Use this model to 2013-06-05 00:46:14 +00:00
StaticAnalyzer [analyzer] Improve debug output for PathDiagnosticPieces. 2013-06-06 01:57:19 +00:00
Tooling Make clang tools ignore -fcolor-diagnostics and -fdiagnostics-color retrieved from the compilation database. 2013-06-05 11:33:11 +00:00
CMakeLists.txt Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that 2013-05-29 21:09:18 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00