Go to file
Aleksandr Urakov ee7c61f10e [NativePDB] Add basic support of methods recostruction in AST
Summary:
This patch adds the basic support of methods reconstruction by native PDB
plugin. It contains only most obvious changes (it processes LF_ONEMETHOD and
LF_METHOD records), some things still remain unsolved:

- mangled names retrieving;
- support of template methods.

Reviewers: zturner, labath, lemo, stella.stamenova

Reviewed by: zturner

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

llvm-svn: 352464
2019-01-29 09:32:23 +00:00
clang [AArch64] Update int64_t ACLE builtin arguments 2019-01-29 09:04:03 +00:00
clang-tools-extra [clangd] Index main-file macros (bug 39761) 2019-01-28 14:11:49 +00:00
compiler-rt [compiler-rt] Fix reporting unrecognized flags in unit tests. 2019-01-29 02:31:57 +00:00
debuginfo-tests Set config.lit_tools_dir, which is needed by lit.llvm.initialize. 2018-11-06 21:54:27 +00:00
libclc Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
libcxx [libc++] Use runtime rather then compile-time glibc version check 2019-01-28 20:39:50 +00:00
libcxxabi Revert "[CMake] Use __libc_start_main rather than fopen when checking for C library" 2019-01-28 19:26:41 +00:00
libunwind Don't define unw_fpreg_t to uint64_t for __ARM_DWARF_EH__ 2019-01-29 09:00:32 +00:00
lld [MinGW] Ignore the --plugin and --plugin-opt option 2019-01-29 08:38:48 +00:00
lldb [NativePDB] Add basic support of methods recostruction in AST 2019-01-29 09:32:23 +00:00
llgo Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
llvm [CodeGenPrepare] Handle all debug calls in dupRetToEnableTailCallOpts() 2019-01-29 09:03:35 +00:00
openmp Remove no longer needed Arm specific words in the LICENSE.txt file. 2019-01-28 15:42:58 +00:00
parallel-libs Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
polly Fix/unify top comment in lib/Analysis/PolyhedralInfo.cpp 2019-01-22 12:18:38 +00:00
pstl Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
.arcconfig Add an .arcconfig for the top of the git monorepo. 2019-01-11 16:27:14 +00:00
README.md

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.