aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorDenys Petrov <dpetrov@accesssoftek.com>2020-05-22 18:01:53 +0300
committerDenys Petrov <dpetrov@accesssoftek.com>2020-05-27 09:04:30 +0300
commit6bbaa62d26b6061c93eb62c82048c14014ab7bd7 (patch)
tree76b3be59bd3462cd4ce7d85353a84b863fa45b84 /clang/lib/Frontend/CompilerInvocation.cpp
parent9f69d3d0bc65ff50b1dc3ab0a6a08ddc32b190a6 (diff)
downloadllvm-6bbaa62d26b6061c93eb62c82048c14014ab7bd7.zip
llvm-6bbaa62d26b6061c93eb62c82048c14014ab7bd7.tar.gz
llvm-6bbaa62d26b6061c93eb62c82048c14014ab7bd7.tar.bz2
[analyzer] Add support for IE of keyboard and mouse navigation in HTML report
IE throws errors while using key and mouse navigation through the error path tips. querySelectorAll method returns NodeList. NodeList belongs to browser API. IE doesn't have forEach among NodeList's methods. At the same time Array is a JavaScript object and can be used instead. The fix is in the converting NodeList into Array and keeps using forEach method as before. Checked in IE11, Chrome and Opera. Differential Revision: https://reviews.llvm.org/D80444
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions