llvm-project/clang/lib/Parse
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
..
CMakeLists.txt
ParseAST.cpp [Templight] Template Instantiation Observer 2018-02-10 14:04:45 +00:00
ParseCXXInlineMethods.cpp PR34163: Don't cache an incorrect key function for a class if queried between 2017-08-12 01:46:03 +00:00
ParseDecl.cpp Fix typos in clang 2018-04-06 15:14:32 +00:00
ParseDeclCXX.cpp Fix some handling of AST nodes with diagnostics. 2018-03-28 04:16:13 +00:00
ParseExpr.cpp Again reverting an attempt to convert the DeclSpec enums into scoped enums. 2018-01-01 18:23:28 +00:00
ParseExprCXX.cpp [C++17] Allow an empty expression in an if init statement 2018-03-17 21:42:10 +00:00
ParseInit.cpp Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-01 21:23:52 +00:00
ParseObjc.cpp Sink PrettyDeclStackTrace down to the AST library 2018-03-23 00:07:18 +00:00
ParseOpenMP.cpp [OPENMP] Codegen for ctor|dtor of declare target variables. 2018-03-28 14:28:54 +00:00
ParsePragma.cpp Fix typos in clang 2018-04-06 15:14:32 +00:00
ParseStmt.cpp Sink PrettyDeclStackTrace down to the AST library 2018-03-23 00:07:18 +00:00
ParseStmtAsm.cpp Move MS inline asm parser methods out of line to reduce indentation, NFC 2017-10-26 17:07:48 +00:00
ParseTemplate.cpp Fix a couple of cases where we would fail to correctly parse deduced class template specialization types. 2018-02-28 03:02:23 +00:00
ParseTentative.cpp [MS] Accept __unaligned as a qualifier on member function pointers 2018-03-07 23:26:02 +00:00
Parser.cpp [Parser] Remove hard-coded bracket depth limit 2018-03-16 20:17:28 +00:00