Go to file
Lang Hames c90a85ff99 [MCJIT] Teach RuntimeDyldChecker to handle underscores at the start of symbols.
RuntimeDyldChecker had been testing isalpha(Expr[0]) to recognise symbol tokens,
and throwing unrecognized token errors when it hit symbols with leading
underscores. This fixes that.

llvm-svn: 213706
2014-07-22 23:17:21 +00:00
clang Use the correct from type in a SCS 2014-07-22 20:20:14 +00:00
clang-tools-extra [clang-tidy] Add a check for RAII temporaries. 2014-07-22 12:30:35 +00:00
compiler-rt [Sanitizer] Disable Wframe-larger-than on PowerPC hosts 2014-07-22 23:10:13 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Add several missing double constant definitions 2014-07-17 22:07:35 +00:00
libcxx Fix classic_locale for Android. 2014-07-22 17:32:56 +00:00
libcxxabi libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11. 2014-07-16 23:53:37 +00:00
lld [mach-o] add support for round tripping all arm/thumb relocations 2014-07-22 23:07:49 +00:00
lldb SBCommunication: Fix a pointer-to-function to void-pointer cast 2014-07-22 22:12:58 +00:00
llvm [MCJIT] Teach RuntimeDyldChecker to handle underscores at the start of symbols. 2014-07-22 23:17:21 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Update formatting with clang-format. 2014-07-20 05:28:52 +00:00