Go to file
Filipe Cabecinhas 215046bf98 [sanitizer_common] Added VS-style output for source locations
Summary:
With this patch, we have a flag to toggle displaying source locations in
the regular style:
file:line:column

or Visual Studio style:
file(line,column)

This way, they get picked up on the Visual Studio output window and one
can double-click them to get to that file location.

Reviewers: samsonov, rnk

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D10113

llvm-svn: 239000
2015-06-04 01:20:06 +00:00
clang Driver: Don't crash when generating crash reports for *-header inputs 2015-06-04 00:30:22 +00:00
clang-tools-extra Fixed option description. '=' is required. 2015-06-04 01:12:56 +00:00
compiler-rt [sanitizer_common] Added VS-style output for source locations 2015-06-04 01:20:06 +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 Use a more accurate implementation for exp 2015-05-13 03:55:09 +00:00
libcxx More N4258 changes. This time vector's constructors 2015-06-04 00:10:20 +00:00
libcxxabi fallback_malloc: silence conversion warning (NFC) 2015-06-03 17:25:35 +00:00
libunwind Code cleanup: Reindent statements. 2015-05-30 14:00:39 +00:00
lld [ELF/AArch64] Fix build issue on MSVC 2015-06-03 22:47:41 +00:00
lldb I make no claims that Mach ports work, but at least we should check the right thing 2015-06-03 22:35:55 +00:00
llgo [llgo] cmd/llgoi: use line editor 2015-05-23 15:16:09 +00:00
llvm R600: Re-enable sub-reg liveness 2015-06-04 01:20:04 +00:00
openmp Suppress uninitialized-variable-is-used warning in kmp_csupport.c 2015-06-03 19:31:39 +00:00
polly [doc] Rename -polly-detect-only= to -polly-only-func= 2015-06-03 15:45:19 +00:00