cling/lib/Utils
Bertrand Bellenot 2fbb8cb0f1 Don't use VirtualQuery to check if the memory is valid
Calling VirtualQuery() is very expansive. For example, the testUnfold5a.C tutorial (interpreted) times out after 3600 seconds, and runs in about 60 seconds without calling VirtualQuery(). So just bypass it and return true for the time being
2018-10-03 17:43:41 +02:00
..
AST.cpp Avoid symbol of helper function to be exposed, code-quality. 2018-09-22 09:14:48 +02:00
CMakeLists.txt Force the OSX SDK to be the one at build time: 2018-09-26 20:29:22 +02:00
Diagnostics.cpp Fix LLVM API misuse when trying to replace and keep a DiagnosticConsumer. 2017-02-02 11:44:05 +01:00
Output.cpp Fix unitialized member (Coverity 94184). 2017-05-08 09:44:08 +02:00
ParserStateRAII.cpp Only reset error count if there was no error before! 2017-03-31 16:14:27 +02:00
Paths.cpp Support inclusion of precompiled header from header search paths. 2017-02-01 13:14:10 +01:00
PlatformPosix.cpp Use TLS for pointer check cache: 2018-09-26 11:44:10 +02:00
PlatformWin.cpp Don't use VirtualQuery to check if the memory is valid 2018-10-03 17:43:41 +02:00
SourceNormalization.cpp Added function to detect c++ attributes at function definition. 2018-06-19 13:44:58 +02:00
UTF8.cpp Missing member init (thanks, Valgrind!). 2017-04-04 11:14:05 +02:00
Validation.cpp Add platform::IsMemoryValid. 2016-10-18 17:53:21 +02:00