Go to file
Jordan Rose efd8f80ed5 Add basic fix-its to SMDiagnostic.
Like Clang's FixItHint, SMFixIt represents an insertion, replacement, or
removal of source text. One or more fix-its can be emitted as part of
a diagnostic, and will be printed below the source range line to show the
user how they can fix their code.

Currently, the only client of SMFixIt is clang-tblgen; thus, the tests for
this behavior live in clang/test/TableGen/tg-fixits.td. If/when SMFixIt is
adopted within LLVM itself, those tests should be moved to the LLVM suite.

llvm-svn: 172086
2013-01-10 18:50:15 +00:00
clang Pulling formatFirstToken one level up. 2013-01-10 18:45:26 +00:00
clang-tools-extra Format what you can when errors are found 2013-01-10 15:19:44 +00:00
compiler-rt [ubsan] Move attribute specifier to fix build with gcc. 2013-01-10 17:01:13 +00:00
debuginfo-tests XTARGET was removed, update debug-info tests. 2012-10-20 01:38:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Made test output iterators have value_type of 'void'; matches ones in library 2013-01-09 17:20:02 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld style changes 2013-01-10 18:16:10 +00:00
lldb <rdar://problem/11146929> 2013-01-10 02:37:22 +00:00
llvm Add basic fix-its to SMDiagnostic. 2013-01-10 18:50:15 +00:00
polly Dead code elimination: Make variable names uppercase 2013-01-08 08:53:58 +00:00