llvm-project/clang/lib
Andrew Kaylor b9be53634c Remove offset size check in nullptr arithmetic handling
Differential Revision: https://reviews.llvm.org/D37042

llvm-svn: 313784
2017-09-20 18:06:44 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST Remove offset size check in nullptr arithmetic handling 2017-09-20 18:06:44 +00:00
ASTMatchers Add objcImplementationDecl matcher 2017-09-10 21:00:15 +00:00
Analysis Recommit "Add _Float16 as a C/C++ source language type" 2017-09-08 15:15:00 +00:00
Basic [X86] Move even more of our CPU to feature mapping switch to use fallthroughs 2017-09-17 19:05:46 +00:00
CodeGen Revert "Add support for attribute 'noescape'." 2017-09-20 06:55:43 +00:00
Driver [MSan] Specify use-after-dtor default value in header. 2017-09-14 23:53:56 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format clang-format clang-format. 2017-09-20 09:51:03 +00:00
Frontend Add /System/Library/PrivateFrameworks as a header search path. 2017-09-14 23:38:44 +00:00
FrontendTool Update after LLVM change r309087 2017-07-26 09:10:17 +00:00
Headers Lowering Mask Set1 intrinsics to LLVM IR 2017-09-19 11:00:27 +00:00
Index Recommit "Add _Float16 as a C/C++ source language type" 2017-09-08 15:15:00 +00:00
Lex Another attempt to fix warning discovered by r313487. [-Wunused-lambda-capture] 2017-09-18 08:26:01 +00:00
Parse Recommit "Add _Float16 as a C/C++ source language type" 2017-09-08 15:15:00 +00:00
Rewrite [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output 2017-08-03 18:12:22 +00:00
Sema Replace r313747, don't always warn on enums, rework testcases. 2017-09-20 13:50:01 +00:00
Serialization Minor cleanups to address feedback from Bruno. NFC 2017-09-14 23:40:51 +00:00
StaticAnalyzer [Analyzer] Check function name size before indexing. 2017-09-15 19:51:26 +00:00
Tooling [refactor] Use CommonOptionsParser in clang-refactor 2017-09-14 13:16:14 +00:00
CMakeLists.txt