summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/scripts/check_lint.sh
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] cpplint of inc files in backgroundVitaly Buka2019-09-121-0/+2
* [compiler-rt] Remove some cpplint filtersVitaly Buka2019-09-121-5/+5
* [compiler-rt] Better lint output for .inc filesVitaly Buka2019-09-121-12/+4
* Remove NOLINTs from compiler-rtVitaly Buka2019-09-111-8/+8
* Update compiler-rt cpplint.pyVitaly Buka2019-09-111-4/+13
* [sanitizer] Simplify COMPILER_RT setup in lint scriptVitaly Buka2019-08-281-8/+2
* [compiler-rt] Add ConsumeProbability and ConsumeFloatingPoint methods to FDP.Max Moroz2019-08-081-1/+1
* [compiler-rt] Rename FuzzedDataProvider.h to .hpp and other minor changes.Max Moroz2019-08-061-1/+1
* [compiler-rt] Move FDP to include/fuzzer/FuzzedDataProvider.h for easier use.Max Moroz2019-08-051-1/+3
* compiler-rt: Rename cc files below test/asan to cppNico Weber2019-08-051-2/+2
* compiler-rt: Rename .cc file in test/lsan to .cppFangrui Song2019-08-051-1/+1
* compiler-rt: Rename .cc file in test/tsan to .cppFangrui Song2019-08-021-1/+1
* compiler-rt: Rename .cc file in lib/tsan/tests/{rtl,unit} to .cppNico Weber2019-08-011-2/+2
* compiler-rt: Rename .cc file in lib/tsan/rtl to .cppNico Weber2019-08-011-1/+1
* compiler-rt: Rename .cc file in lib/msan to .cppNico Weber2019-08-011-1/+1
* compiler-rt: Rename .cc file in lib/lsan to .cppNico Weber2019-08-011-1/+1
* compiler-rt: Rename .cc file in lib/asan/tests to .cppNico Weber2019-08-011-1/+1
* compiler-rt: Rename .cc file in lib/asan to .cppNico Weber2019-08-011-1/+1
* Try to heal bots after r367551Nico Weber2019-08-011-1/+1
* Attempt to heal bots after r367467Nico Weber2019-07-311-1/+1
* compiler-rt: Rename .cc file in lib/sanitizer_common to .cppNico Weber2019-07-311-1/+1
* Attempt to heal bots after r367456Nico Weber2019-07-311-1/+1
* [sanitizer] Add Scudo to the sanitizer lint checks.Kostya Kortchinsky2017-11-081-0/+6
* [asan] fix one more case where stack-use-after-return is not async-signal-saf...Kostya Serebryany2017-06-021-1/+1
* Exclude LLVM sources from lint check.Alexey Samsonov2015-03-041-4/+0
* [sanitizer] Fix bashism in check_lint.sh.Evgeniy Stepanov2015-01-161-1/+1
* [sanitizer] Cleanup linter temporary files.Evgeniy Stepanov2015-01-161-1/+8
* Custom wrappers for DFSanitizing sprintf & snprintf.Lorenzo Martignoni2014-10-081-1/+1
* Avoid bashisms and switch to /bin/shEd Maste2014-10-071-14/+23
* Don't check lint for SpecialCaseList.cppAlexey Samsonov2014-07-091-2/+1
* migrate litlint from argparse to optparse. reenabledGreg Fitzgerald2014-05-141-2/+1
* Disabled litlint. It requires Python 2.7 or laterGreg Fitzgerald2014-05-141-1/+2
* add script to ensure lit test contains %runGreg Fitzgerald2014-05-141-1/+4
* fixed check_lint.sh in standalone buildGreg Fitzgerald2014-03-211-1/+3
* Update sanitizers' bash scripts.Alexey Samsonov2014-02-251-7/+7
* [sanitizer] Support most ioctls from /usr/include/sound/.Sergey Matveev2014-01-311-1/+1
* Implement a bunch of custom glibc wrappers & corresponding testsLorenzo Martignoni2013-11-261-0/+6
* Revert r195381, "Implement a bunch of custom glibc wrappers & corresponding t...Peter Collingbourne2013-11-211-8/+0
* Implement a bunch of custom glibc wrappers & corresponding tests.Peter Collingbourne2013-11-211-0/+8
* [Sanitizer] Fix lint checker script on MacAlexey Samsonov2013-10-161-4/+4
* tsan: do not leave trash source files in source dirDmitry Vyukov2013-10-151-1/+1
* [libsanitizer] Pass an explicit template to mktemp. Running mktemp without a ...Alexander Potapenko2013-09-201-3/+3
* [sanitizer] Parallelize lint checker scriptAlexey Samsonov2013-08-291-28/+36
* sanitizer_common: Use PYTHON_EXECUTABLE to choose appropriate python.Will Dietz2013-08-281-1/+3
* Make lint checker script more robustAlexey Samsonov2013-08-281-3/+4
* Check code style in check-sanitizer commandAlexey Samsonov2013-08-281-9/+11
* Slightly improve lint checker script and fix a few style issuesAlexey Samsonov2013-08-231-28/+32
* Add a FIXME to check_lintTimur Iskhodzhanov2013-08-131-0/+3
* Lint fixesAlexey Samsonov2013-08-051-2/+2
* [Sanitizer] support running external llvm-symbolizer on MacAlexey Samsonov2013-06-111-4/+2