Go to file
Reid Kleckner c9404e1039 [codeview] Extend the heuristic for detecting classes imported from DLLs
If a dynamic class contains a dllimport method, then assume the class
may not be constructed in this DLL, and therefore the vtable will live
in a different PDB.

This heuristic is still incomplete, and will miss things like abstract
base classes that are only constructed on one side of the DLL interface.
That said, this heuristic does detect some cases that are currently
problematic, and may be useful to other projects that don't use many
DLLs.

llvm-svn: 281053
2016-09-09 16:27:04 +00:00
clang [codeview] Extend the heuristic for detecting classes imported from DLLs 2016-09-09 16:27:04 +00:00
clang-tools-extra Revert "Resubmit "Add a test for clang-tidy using the clang-cl driver."" 2016-09-08 18:02:14 +00:00
compiler-rt [asan] Since r280945 fixed the OS X abort() problem, merge scariness_score_test.cc and make it a general test. 2016-09-09 14:18:22 +00:00
debuginfo-tests
libclc Replace nextafter implementation 2016-09-08 16:37:56 +00:00
libcxx support: clean up MSVC support 2016-09-08 20:52:48 +00:00
libcxxabi [lit] Replace print with lit_config.note(). 2016-09-02 13:56:05 +00:00
libunwind Add missing _US_ACTION_MASK constant to unwind.h 2016-09-05 18:01:13 +00:00
lld Recommit [ELF] - Versionscript: do not treat non-wildcarded names as wildcards. 2016-09-09 14:35:36 +00:00
lldb [LLDB][MIPS] Fix Emulation for JALR64 Instruction 2016-09-09 10:46:25 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [SelectionDAG] Fix two issues with SDNode::getRawSubclassData(). 2016-09-09 16:07:06 +00:00
openmp Move function into cpp file under KMP_AFFINITY_SUPPORTED guard. 2016-09-02 20:54:58 +00:00
parallel-libs Add streamexecutor-config 2016-09-08 16:12:33 +00:00
polly FlattenAlgo: Ensure we _really_ obtain a param space 2016-09-09 16:11:26 +00:00