Go to file
Oliver Stannard 7f569a2d54 [AsmParser] Hash is not a comment on some targets
The '#' token is not a comment for all targets (on ARM and AArch64 it marks an
immediate operand), so we shouldn't treat it as such.

Comments are already converted to AsmToken::EndOfStatement by
AsmLexer::LexLineComment, so this check was unnecessary.

Differential Revision: https://reviews.llvm.org/D36405

llvm-svn: 310457
2017-08-09 09:40:51 +00:00
clang [Sema] Extend -Wenum-compare to handle mixed enum comparisons in switch statements 2017-08-09 08:57:09 +00:00
clang-tools-extra [clang-tidy] Add new readability non-idiomatic static access check 2017-08-08 15:33:48 +00:00
compiler-rt [asan] Refactor thread creation bookkeeping 2017-08-09 00:38:57 +00:00
debuginfo-tests Add a test for PR33166. 2017-05-25 19:33:16 +00:00
libclc configure.py: Make python3 friendly 2017-08-02 15:00:59 +00:00
libcxx [libc++] Don't hardcode namespace in manual mangling 2017-08-07 19:59:58 +00:00
libcxxabi [demangler] Rename some variables, NFC 2017-08-08 20:57:10 +00:00
libunwind [CMake] Allow overriding lib dir suffix independently from LLVM 2017-08-08 00:37:59 +00:00
lld [PDB] Fix an issue writing the publics stream. 2017-08-09 04:23:59 +00:00
lldb Expose active and available platform lists via SBDebugger API 2017-08-09 09:20:40 +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] Hash is not a comment on some targets 2017-08-09 09:40:51 +00:00
openmp Exclude version symbols for static libomp 2017-08-02 20:10:00 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [ZoneAlgo] Add motivation for exception. NFC. 2017-08-09 09:29:15 +00:00