llvm with tablegen backend for capstone disassembler
Go to file
Ilya Biryukov 25082817eb [clangd] Fix a crash when presenting values for Hover
Summary:
We should pass the expression type, not a variable type when printing
the resulting value. Variable type may be different from what the
pretty-printing function expects, e.g. have references.

Reviewers: sammccall

Reviewed By: sammccall

Subscribers: MaskRay, jkorous, arphaman, kadircet, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D65655

llvm-svn: 367687
2019-08-02 15:23:04 +00:00
clang [OpenCL] Allow OpenCL C style vector initialization in C++ 2019-08-02 11:19:35 +00:00
clang-tools-extra [clangd] Fix a crash when presenting values for Hover 2019-08-02 15:23:04 +00:00
compiler-rt compiler-rt: Rename .cc file in test/tsan to .cpp 2019-08-02 07:18:07 +00:00
debuginfo-tests
libclc
libcxx Refactor deque to centralize handling of spare blocks. 2019-08-01 23:11:18 +00:00
libcxxabi [runtimes] Don't depend on libpthread on Android 2019-07-22 20:41:03 +00:00
libunwind [runtimes] Don't depend on libpthread on Android 2019-07-22 20:41:03 +00:00
lld [COFF] Clarify a comment. NFC. 2019-08-02 11:08:15 +00:00
lldb SymbolVendor: Introduce Module::GetSymbolFile 2019-08-02 08:16:35 +00:00
llgo
llvm [ORC] Change the locking scheme for ThreadSafeModule. 2019-08-02 15:21:37 +00:00
openmp [OpenMP] Rename last file to cpp and remove LIBOMP_CFLAGS 2019-07-30 18:37:28 +00:00
parallel-libs
polly [Polly] Clang complains about missing virtual destructor 2019-07-22 15:34:27 +00:00
pstl [pstl] Fully qualify pstl names. 2019-07-31 19:14:16 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore Change /build to /build* in top-level .gitignore. 2019-08-02 02:14:08 +00:00
README.md

The LLVM Compiler Infrastructure

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.