llvm-project/clang/lib
Daniel Jasper a7e061f07b Fix undefined behavior that is caused by not always initializing a bool.
The fix in r310994 is incomplete, as moveFromAndCancel can set the
pointer without initializing OldIsSpeculativelyEvaluating.

llvm-svn: 311070
2017-08-17 06:33:46 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST Fix undefined behavior that is caused by not always initializing a bool. 2017-08-17 06:33:46 +00:00
ASTMatchers [ASTMatchers] Fix use after free. 2017-06-09 17:55:42 +00:00
Analysis Reland "Thread Safety Analysis: fix assert_capability." 2017-08-08 19:44:34 +00:00
Basic [OpenCL] Allow targets to select address space per type 2017-08-15 09:38:18 +00:00
CodeGen Further refactoring of the constant emitter. NFC. 2017-08-17 05:03:55 +00:00
Driver Base optimization-record file names on the final output 2017-08-16 21:34:27 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format clang-format: [JS] wrap optional properties in type aliases. 2017-08-14 16:09:08 +00:00
Frontend Fix comments about __OPENCL_MEMORY_SCOPE_* macros 2017-08-16 04:15:28 +00:00
FrontendTool Update after LLVM change r309087 2017-07-26 09:10:17 +00:00
Headers [OpenCL] Remove extra select functions from opencl-c.h 2017-08-05 02:23:47 +00:00
Index [index] Add indexing for unresolved-using declarations 2017-08-16 23:12:21 +00:00
Lex Rename cxx1z -> cxx17 across all diagnostic IDs. 2017-08-13 23:37:29 +00:00
Parse Allow pretty platform names in availability attributes 2017-08-15 14:42:01 +00:00
Rewrite [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output 2017-08-03 18:12:22 +00:00
Sema Fix typos in comments; NFC 2017-08-16 22:44:17 +00:00
Serialization PR19668, PR23034: Fix handling of move constructors and deleted copy 2017-08-16 01:49:53 +00:00
StaticAnalyzer [analyzer] Add support for reference counting of parameters on the callee side 2017-08-17 04:19:07 +00:00
Tooling Switch to consumeError(), since this can crash otherwise. 2017-08-15 21:20:41 +00:00
CMakeLists.txt