summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/scripts/check_lint.sh
AgeCommit message (Expand)Author
2017-11-08[sanitizer] Add Scudo to the sanitizer lint checks.Kostya Kortchinsky
2017-06-02[asan] fix one more case where stack-use-after-return is not async-signal-saf...Kostya Serebryany
2015-03-04Exclude LLVM sources from lint check.Alexey Samsonov
2015-01-16[sanitizer] Fix bashism in check_lint.sh.Evgeniy Stepanov
2015-01-16[sanitizer] Cleanup linter temporary files.Evgeniy Stepanov
2014-10-08Custom wrappers for DFSanitizing sprintf & snprintf.Lorenzo Martignoni
2014-10-07Avoid bashisms and switch to /bin/shEd Maste
2014-07-09Don't check lint for SpecialCaseList.cppAlexey Samsonov
2014-05-14migrate litlint from argparse to optparse. reenabledGreg Fitzgerald
2014-05-14Disabled litlint. It requires Python 2.7 or laterGreg Fitzgerald
2014-05-14add script to ensure lit test contains %runGreg Fitzgerald
2014-03-21fixed check_lint.sh in standalone buildGreg Fitzgerald
2014-02-25Update sanitizers' bash scripts.Alexey Samsonov
2014-01-31[sanitizer] Support most ioctls from /usr/include/sound/.Sergey Matveev
2013-11-26Implement a bunch of custom glibc wrappers & corresponding testsLorenzo Martignoni
2013-11-21Revert r195381, "Implement a bunch of custom glibc wrappers & corresponding t...Peter Collingbourne
2013-11-21Implement a bunch of custom glibc wrappers & corresponding tests.Peter Collingbourne
2013-10-16[Sanitizer] Fix lint checker script on MacAlexey Samsonov
2013-10-15tsan: do not leave trash source files in source dirDmitry Vyukov
2013-09-20[libsanitizer] Pass an explicit template to mktemp. Running mktemp without a ...Alexander Potapenko
2013-08-29[sanitizer] Parallelize lint checker scriptAlexey Samsonov
2013-08-28sanitizer_common: Use PYTHON_EXECUTABLE to choose appropriate python.Will Dietz
2013-08-28Make lint checker script more robustAlexey Samsonov
2013-08-28Check code style in check-sanitizer commandAlexey Samsonov
2013-08-23Slightly improve lint checker script and fix a few style issuesAlexey Samsonov
2013-08-13Add a FIXME to check_lintTimur Iskhodzhanov
2013-08-05Lint fixesAlexey Samsonov
2013-06-11[Sanitizer] support running external llvm-symbolizer on MacAlexey Samsonov
2013-05-29[lsan] Convert the remaining LSan tests to output tests.Sergey Matveev
2013-05-27[lsan] Begin converting LSan tests to output tests.Sergey Matveev
2013-05-20[lsan] Tests for LeakSanitizer.Sergey Matveev
2013-04-22[sanitizer] Fix lint.Evgeniy Stepanov
2013-04-05[sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...Kostya Serebryany
2013-02-26[asan] a bit stricter lint for CHECK vs CHECK_XX (these CHECK_XX really help ...Kostya Serebryany
2013-02-20[sanitizer] Fix lint.Evgeniy Stepanov
2013-02-12[sanitizer] Intercept __isoc99_*scanf.Evgeniy Stepanov
2013-02-08[sanitizer] Fix lint.Evgeniy Stepanov
2013-01-30[Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov
2013-01-18[sanitizer] Workaround broken mktemp on certain platforms.Evgeniy Stepanov
2013-01-18[sanitizer] Enable cpplint for .inc files.Evgeniy Stepanov
2012-12-28[TSan] Blacklist test: Rename blacklisted function. Make this test work for c...Alexey Samsonov
2012-12-14Add MemorySanitizer.cpp to the lint script.Evgeniy Stepanov
2012-12-13[Sanitizer] disable lint check for line length in ASan output testsAlexey Samsonov
2012-12-11Add MemorySanitizer runtime to check_lint.sh.Evgeniy Stepanov
2012-12-07Switch to r83 of cpplint.Evgeniy Stepanov
2012-09-18[Sanitizer] update lint checker scriptAlexey Samsonov
2012-09-11[Sanitizer] fix warnings reported by gcc. Update the list of targets to check...Alexey Samsonov
2012-09-05[asan] added tests for asan-initialization-order, patch by Reid WatsonKostya Serebryany
2012-08-31[Sanitizer] Make lint checking a standalone script in sanitizer_commonAlexey Samsonov