Go to file
David Peixotto c0f92a2dc9 Fix parsing of .symver directive on ARM
ARM assembly syntax uses @ for a comment, execpt for the second
parameter of the .symver directive which requires @ as part of the
symbol name. This commit fixes the parsing of this directive by
adding a special case for ARM for this one argumnet.

To make the change we had to move the AllowAtInIdentifier variable
to the MCAsmLexer interface (from AsmLexer) and expose a setter for
the value.  The ELFAsmParser then toggles this value when parsing
the second argument to the .symver directive for a target that
uses @ as a comment symbol

llvm-svn: 199339
2014-01-15 22:40:02 +00:00
clang Remove support for armv7f slice. <rdar://problem/12478440> 2014-01-15 21:43:40 +00:00
clang-tools-extra Add the check name to the clang-tidy diagnostic output. 2014-01-13 10:50:51 +00:00
compiler-rt Remove support for armv7f slice. <rdar://problem/12478440> 2014-01-15 21:05:20 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Update the copyright credits -- Happy new year 2014! 2014-01-01 08:27:31 +00:00
libcxx Apply patch for Albert Wong: 'Modify testit to allow filtering tests by prefixes'. 2014-01-15 16:28:42 +00:00
libcxxabi Implement demangling for user-defined operators. 2014-01-06 23:05:04 +00:00
lld Update for llvm api change. 2014-01-15 19:38:01 +00:00
lldb Fix a bug where if we stop but nobody says there was a reason for the stop, we would return 2014-01-15 03:32:42 +00:00
llvm Fix parsing of .symver directive on ARM 2014-01-15 22:40:02 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly Adapt to DomTree changes in r199104 2014-01-13 22:29:56 +00:00