llvm-project/compiler-rt/lib/sanitizer_common/scripts
Nemanja Ivanovic acb3b8dce1 [Sanitizers] Fix lint failure with Python 3.6
There are some files in compiler-rt that use UTF-8 characters in some of the
comments. This causes lint failures with some versions of Python. This patch
just makes the encoding explicit in the call to open.
2020-07-31 06:20:49 -05:00
..
check_lint.sh [asan] Suppress lint warning in tests 2020-06-10 03:28:27 -07:00
cpplint.py Typos around a -> an. 2020-06-20 14:04:48 -07:00
gen_dynamic_list.py [compiler-rt] Respect CMAKE_NM 2019-06-15 04:40:16 +00:00
litlint.py [Sanitizers] Fix lint failure with Python 3.6 2020-07-31 06:20:49 -05:00
litlint_test.py Harmonize Python shebang 2020-07-16 21:53:45 +02:00
sancov.py