Go to file
Zachary Turner f6607454d4 Convert ArchSpec::ParseMachOCPUDashSubtypeTriple to use StringRef.
This makes the code easier to grok, and since this is a very low
level function it also is very helpful to have this take a StringRef
since it means anyone higher up the chain who has a StringRef would
have to first convert it to a null-terminated string.  This way it
can work equally well with StringRefs or const char*'s, which will
enable the conversion of higher up functions to StringRef.

Tested on Windows, Linux, and OSX and saw no regressions.

llvm-svn: 281642
2016-09-15 18:41:48 +00:00
clang Reapply: Silence false positive diagnostics regarding passing an object of enumeration type to va_start(). 2016-09-15 18:07:51 +00:00
clang-tools-extra [Release notes] Mention readability-container-size-empty improvements. 2016-09-14 17:41:51 +00:00
compiler-rt [sanitizer] Test the allocator with the ASan win64 memory constants 2016-09-15 16:00:46 +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 math: Implement tgamma 2016-09-15 00:17:34 +00:00
libcxx [libc++] Avoid <memory> include in locale_win32.h 2016-09-15 18:36:13 +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 Check the return of getInteger. 2016-09-15 13:36:44 +00:00
lldb Convert ArchSpec::ParseMachOCPUDashSubtypeTriple to use StringRef. 2016-09-15 18:41:48 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [PM] Port CFGViewer and CFGPrinter to the new Pass Manager 2016-09-15 18:35:27 +00:00
openmp [cmake] Make libgomp & libiomp5 alias install optional 2016-09-14 17:46:27 +00:00
parallel-libs [SE] Support CUDA dynamic shared memory 2016-09-15 18:11:04 +00:00
polly GPGPU: Do not assume arrays start at 0 2016-09-15 14:05:58 +00:00