llvm-project/clang/tools/scan-build-py/libscanbuild
Alexander Kornienko 2a8c18d991 Fix typos in clang
Found via codespell -q 3 -I ../clang-whitelist.txt
Where whitelist consists of:

  archtype
  cas
  classs
  checkk
  compres
  definit
  frome
  iff
  inteval
  ith
  lod
  methode
  nd
  optin
  ot
  pres
  statics
  te
  thru

Patch by luzpaz! (This is a subset of D44188 that applies cleanly with a few
files that have dubious fixes reverted.)

Differential revision: https://reviews.llvm.org/D44188

llvm-svn: 329399
2018-04-06 15:14:32 +00:00
..
resources
__init__.py Resubmit [analyzer] Support for naive cross translation unit analysis 2018-03-01 14:54:16 +00:00
analyze.py Fix typos in clang 2018-04-06 15:14:32 +00:00
arguments.py Fix typos in clang 2018-04-06 15:14:32 +00:00
clang.py Resubmit [analyzer] Support for naive cross translation unit analysis 2018-03-01 14:54:16 +00:00
compilation.py D17487: [analyzer][scan-build-py] flag filter modification for compilation database creation 2016-04-19 12:03:03 +00:00
intercept.py [scan-build-py] use python tempfile for tempdir 2017-03-20 09:03:24 +00:00
report.py Resubmit [analyzer] Support for naive cross translation unit analysis 2018-03-01 14:54:16 +00:00
shell.py