Go to file
Oliver Stannard 41dfac3eb2 [AsmParser] Add DiagnosticString to AsmOperands in tablegen
This adds a DiagnosticString member to the AsmOperand tablegen class, so
that the diagnostic text to be used when an assembly operand is
incorrect can be stored in the tablegen description of the operand,
rather than in a separate switch statement in the AsmParser.

If DiagnosticString is used for any operands, tablegen will emit a
getMatchKindDiag function, to map from diagnostic enums to strings.

Differential revision: https://reviews.llvm.org/D31606

llvm-svn: 314803
2017-10-03 14:34:57 +00:00
clang [OpenCL] Fix checking of vector type casting 2017-10-03 14:34:29 +00:00
clang-tools-extra [clang-tidy] Fixed a small code example in docs. NFC. 2017-10-03 11:40:07 +00:00
compiler-rt Revert "[XRay][compiler-rt] Use a hand-written circular buffer in BufferQueue" 2017-10-03 11:40:54 +00:00
debuginfo-tests Revert r313600 due to bot failures on Green Dragon. 2017-09-19 14:51:37 +00:00
libclc integer/sub_sat: Use clang builtin instead of llvm asm 2017-10-02 18:39:03 +00:00
libcxx Fix test suite misconfiguration on OS X 2017-10-03 02:25:05 +00:00
libcxxabi Fix ASAN build with older compiler-rt versions. 2017-09-14 22:37:34 +00:00
libunwind Add CMake support for building for MinGW 2017-10-02 20:46:37 +00:00
lld [MIPS] Generate thunks for microMIPS code 2017-10-03 13:30:02 +00:00
lldb Move install_name_tool to a separate make target. 2017-10-02 22:11:22 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [AsmParser] Add DiagnosticString to AsmOperands in tablegen 2017-10-03 14:34:57 +00:00
openmp [test] Fix uninitialized memory in omp_taskloop_grainsize.c 2017-09-29 13:53:03 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly XFAIL two test that fail VerifyDFSNumbers DominatorTree check 2017-10-03 14:31:53 +00:00