Go to file
Reid Kleckner 5251886cd8 [ms-cxxabi] Fix assertion on unhandled function template arg types
This code was changed in r158376 to get template argument source info
for better diagnostics, but the current code asserts for any kind of
unsupported template argument before it can issue a diagnostic.  This change
goes back to the Itanium implementation of isTemplate() and puts the argument
index into the diagnostic instead of a source location.

Review URL: http://llvm-reviews.chandlerc.com/D553

llvm-svn: 177471
2013-03-20 01:40:23 +00:00
clang [ms-cxxabi] Fix assertion on unhandled function template arg types 2013-03-20 01:40:23 +00:00
clang-tools-extra Don't replace macro usage if macro body has NULL 2013-03-19 18:47:03 +00:00
compiler-rt Add a way to register and execute "writeout" functions. 2013-03-19 21:01:19 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Fix bug in test; found by AddressSanitizer 2013-03-20 00:01:48 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld Fix "control reaches end of non-void function" compiling lld on gcc. 2013-03-19 19:13:36 +00:00
lldb Updated the IRExecutionUnit to keep local copies 2013-03-19 23:03:21 +00:00
llvm Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a raw directory/file pair 2013-03-20 00:26:26 +00:00
polly ScopDetect: Remove some redundant semicolons 2013-03-19 21:44:07 +00:00