[PATCH 2/8] Add the initial TypoExpr AST node for delayed typo correction.

Kaelyn Takata rikka at google.com
Tue Jun 17 14:14:33 PDT 2014


---
 include/clang/AST/DataRecursiveASTVisitor.h |  1 +
 include/clang/AST/Expr.h                    | 17 +++++++++++++++++
 include/clang/AST/RecursiveASTVisitor.h     |  1 +
 include/clang/Basic/StmtNodes.td            |  1 +
 include/clang/Sema/SemaInternal.h           |  3 +++
 include/clang/Sema/TypoCorrection.h         |  5 +++++
 lib/AST/Expr.cpp                            |  1 +
 lib/AST/ExprClassification.cpp              |  3 ++-
 lib/AST/ExprConstant.cpp                    |  1 +
 lib/AST/ItaniumMangle.cpp                   |  1 +
 lib/AST/StmtPrinter.cpp                     |  5 +++++
 lib/AST/StmtProfile.cpp                     |  4 ++++
 lib/Sema/SemaExceptionSpec.cpp              |  1 +
 lib/Sema/SemaLookup.cpp                     | 11 +++++++++++
 lib/Sema/TreeTransform.h                    |  8 ++++++++
 lib/Serialization/ASTReaderStmt.cpp         |  6 ++++++
 lib/Serialization/ASTWriterStmt.cpp         |  6 ++++++
 lib/StaticAnalyzer/Core/ExprEngine.cpp      |  1 +
 tools/libclang/CXCursor.cpp                 |  1 +
 19 files changed, 76 insertions(+), 1 deletion(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Add-the-initial-TypoExpr-AST-node-for-delayed-typo-c.patch
Type: text/x-patch
Size: 11419 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140617/dfdedc81/attachment.bin>


More information about the cfe-commits mailing list