1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/include/llvm
Adrian McCarthy 76db3aa83c Make IPDBSession::getGlobalScope a non-const method
There doesn't seem to be a compelling reason why this method should be const
other than it was possible with the DIA implementation.  The native session
is going to act as a symbol factory and cache.  This could be acheived with
mutable (and the existing const_cast), but it seems cleaner to accept that
this method affects the state of the session.

This change eliminates an existing const_cast.

llvm-svn: 306041
2017-06-22 18:42:23 +00:00
..
ADT [APFloat] Move the integerPartWidth constant into APFloatBase. Remove integerPart typedef at file scope and just use the one in APFloatBase everywhere. NFC 2017-06-18 18:15:41 +00:00
Analysis
AsmParser
BinaryFormat [WebAssembly] Add support for weak symbols in the binary format 2017-06-20 04:04:59 +00:00
Bitcode
CodeGen AVX-512: Lowering Masked Gather intrinsic - fixed a bug 2017-06-22 06:47:41 +00:00
Config
DebugInfo Make IPDBSession::getGlobalScope a non-const method 2017-06-22 18:42:23 +00:00
Demangle
ExecutionEngine [ExecutionEngine] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). 2017-06-19 23:37:52 +00:00
IR [AMDGPU] Add intrinsics for tbuffer load and store 2017-06-22 16:29:22 +00:00
IRReader
LineEditor
Linker
LTO
MC Use a MutableArrayRef. NFC. 2017-06-21 23:06:53 +00:00
Object Updated llvm-objdump symbolic disassembly with x86_64 Mach-O MH_KEXT_BUNDLE 2017-06-22 17:41:22 +00:00
ObjectYAML [WebAssembly] Add support for weak symbols in the binary format 2017-06-20 04:04:59 +00:00
Option [GSoC] Flag value completion for clang 2017-06-20 16:31:31 +00:00
Passes
ProfileData [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). 2017-06-21 23:19:47 +00:00
Support Revert "[Support] Add RetryAfterSignal helper function" and subsequent fix 2017-06-22 14:18:55 +00:00
TableGen Fix Wdocumentation warning 2017-06-20 12:28:33 +00:00
Target [X86] Add support for "probe-stack" attribute 2017-06-22 15:42:53 +00:00
Testing/Support [Testing/Support] Remove the const_cast in TakeExpected 2017-06-22 13:11:50 +00:00
ToolDrivers/llvm-lib
Transforms Mark dump() methods as const. NFC 2017-06-21 22:19:17 +00:00
XRay
CMakeLists.txt
InitializePasses.h
LinkAllIR.h
LinkAllPasses.h
module.modulemap [Solaris] replace Solaris.h hack with a set of better hacks 2017-06-22 13:18:46 +00:00
module.modulemap.build
Pass.h
PassAnalysisSupport.h
PassInfo.h
PassRegistry.h
PassSupport.h