Go to file
Zachary Turner 29c69105fb [llvm-pdbdump] Add an option to dump full class definitions.
This adds the --class-definitions flag.  If specified, when dumping
types, instead of "class Foo" you will see the full class definition,
with member functions, constructors, access specifiers.

NOTE: Using this option can be very slow, as generating a full class
definition requires accessing many different parts of the PDB.

llvm-svn: 230203
2015-02-23 05:58:34 +00:00
clang Remove comment addressed by d0k in r229327. 2015-02-23 02:23:19 +00:00
clang-tools-extra Fixed script name in the clang-tidy documentation. 2015-02-23 01:12:41 +00:00
compiler-rt Unix/BSD system calls are prefixed with SYS_ on FreeBSD and Mac 2015-02-22 22:01:09 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement log10 2015-01-30 18:00:34 +00:00
libcxx [libc++] Try and prevent evaluation of `is_default_constructible` on tuples default constructor if it is not needed. 2015-02-21 02:30:41 +00:00
libcxxabi Add temporary workaround for missing symbol __cxa_throw_bad_new_array_length on OS X. 2015-02-21 04:30:36 +00:00
lld [ELF] Add section group/COMDAT support. 2015-02-23 00:30:00 +00:00
lldb If constructed llvm_build_dir doesn't exist, retry as an iphoneos path. 2015-02-21 06:13:51 +00:00
llgo Build cgo and llgo-go 2015-02-14 01:46:01 +00:00
llvm [llvm-pdbdump] Add an option to dump full class definitions. 2015-02-23 05:58:34 +00:00
openmp Two warning messages fixed. 2015-02-20 18:19:41 +00:00
polly Remove leftover code 2015-02-21 16:18:28 +00:00