llvm-project/clang/lib
eahcmrh fc6ec9b98c [Sema] Fix for PR50741
Fixed crash when doing pointer math on a void pointer.

Also, reworked test to use -verify rather than FileCheck.

Reviewed By: erichkeane

Differential Revision: https://reviews.llvm.org/D104424
2021-06-17 16:16:59 +02:00
..
APINotes [clang][APINotes] Fix -Wunused-function warning (NFC) 2021-04-01 09:52:43 +08:00
ARCMigrate [SystemZ][z/OS] Set files in FileRemapper.cpp are text 2021-04-19 07:59:42 -04:00
AST [clang][AST] Set correct DeclContext in ASTImporter lookup table for template params. 2021-06-17 11:20:27 +02:00
ASTMatchers [clang] p1099 using enum part 2 2021-06-08 11:11:46 -07:00
Analysis [ADT] Remove APInt/APSInt toString() std::string variants 2021-06-11 13:19:15 +01:00
Basic [PowerPC] Moving defineXLCompatMacros() definition 2021-06-15 14:25:43 -05:00
CodeGen Update @llvm.powi to handle different int sizes for the exponent 2021-06-17 09:38:28 +02:00
CrossTU [analyzer][ctu] Reland "Avoid parsing invocation list again and again.. 2021-05-25 09:44:13 +02:00
DirectoryWatcher DirectoryWatcher: close a possible window of race on Windows 2021-06-15 09:15:17 -07:00
Driver [asan] Remove Asan, Ubsan support of RTEMS and Myriad 2021-06-15 12:59:05 -07:00
Edit [Matrix] Implement C-style explicit type conversions for matrix types. 2021-04-10 11:48:41 +01:00
Format [Format] Fix incorrect pointer/reference detection 2021-06-17 09:34:06 +01:00
Frontend [clang][deps] Handle precompiled headers' AST files 2021-06-14 11:28:39 +02:00
FrontendTool [NFC] Refactor Registry loops to range for 2020-06-19 00:40:10 +01:00
Headers [X86] Support __tile_stream_loadd intrinsic for new AMX interface 2021-06-11 17:28:43 +08:00
Index [index] Fix performance regression with indexing macros 2021-06-16 10:16:26 -07:00
IndexSerialization [index-while-building] Fix build with -DBUILD_SHARED_LIBS=True 2020-08-20 15:12:56 +01:00
Interpreter [clang-repl] Tell the LLJIT the exact target triple we use. 2021-05-21 08:16:42 +00:00
Lex [ADT] Remove APInt/APSInt toString() std::string variants 2021-06-11 13:19:15 +01:00
Parse [OpenMP] Fix C-only clang assert on parsing use_allocator clause of target directive 2021-06-14 10:36:27 -07:00
Rewrite [clang] DeltaTree::AddDelta - fix "initialization is never read" clang-tidy warning. NFCI. 2021-03-02 15:01:34 +00:00
Sema [Sema] Fix for PR50741 2021-06-17 16:16:59 +02:00
Serialization [clang][modules][pch] Allow loading PCH with different modules cache path 2021-06-14 11:04:56 +02:00
StaticAnalyzer [analyzer] Make checker silencing work for non-pathsensitive bug reports 2021-06-17 10:27:34 +02:00
Testing Fix MSVC "not all control paths return a value" warning. NFC. 2020-06-05 10:45:59 +01:00
Tooling [libTooling] Change `access` stencil to recognize use of `operator*`. 2021-06-16 20:34:00 +00:00
CMakeLists.txt [clang-repl] Recommit "Land initial infrastructure for incremental parsing" 2021-05-13 06:30:29 +00:00