llvm-project/clang/lib
Richard Smith 2f72a7521a In nothrow new-expressions, null-check the result if we're going to
apply sanitizers to it.

This avoids a sanitizer false positive that we are initializing a null
pointer.

llvm-svn: 350779
2019-01-10 00:03:29 +00:00
..
ARCMigrate Misc typos fixes in ./lib folder 2018-12-10 12:37:46 +00:00
AST [AST] Move back BasePathSize to the bit-fields of CastExpr 2019-01-09 16:41:33 +00:00
ASTMatchers [ASTMatchers] Improve assert message for broken parent map. 2019-01-08 07:29:46 +00:00
Analysis [AST] Store the callee and argument expressions of CallExpr in a trailing array. 2018-12-21 15:20:32 +00:00
Basic Android is not GNU, so don't claim that it is. 2019-01-08 22:31:19 +00:00
CodeGen In nothrow new-expressions, null-check the result if we're going to 2019-01-10 00:03:29 +00:00
CrossTU [CTU] Make loadExternalAST return with non nullptr on success 2019-01-07 14:05:19 +00:00
Driver [OpenMP] Add flag for preventing the extension to 64 bits for the collapse loop counter 2019-01-09 20:38:35 +00:00
Edit [Fixed Point Arithmetic] Fixed Point to Boolean Cast 2018-10-23 17:55:35 +00:00
Format clang-format: [JS] support goog.requireType. 2019-01-07 13:12:50 +00:00
Frontend [OpenMP] Add flag for preventing the extension to 64 bits for the collapse loop counter 2019-01-09 20:38:35 +00:00
FrontendTool [analyzer][NFC] Merge ClangCheckerRegistry to CheckerRegistry 2018-12-15 18:11:49 +00:00
Headers [X86] Make the pointer arguments to avx512 gather/scatter intrinsics 'void*' to match gcc and Intel's documentation. 2019-01-09 07:36:01 +00:00
Index [Index] Index paremeters in lambda expressions. 2018-12-19 13:44:41 +00:00
Lex Add vtable anchor to classes. 2018-12-29 02:02:30 +00:00
Parse Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo. 2019-01-09 11:25:09 +00:00
Rewrite Misc typos fixes in ./lib folder 2018-12-10 12:37:46 +00:00
Sema [Sema] Mark target of __attribute__((alias("target"))) used for C 2019-01-09 23:54:55 +00:00
Serialization [AST] Store the results in OverloadExpr in a trailing array 2019-01-09 15:43:19 +00:00
StaticAnalyzer [analyzer] Pass the correct loc Expr from VisitIncDecOp to evalStore 2019-01-07 15:07:01 +00:00
Tooling Fix use-after-free bug in Tooling. 2019-01-08 16:55:13 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00