hokein abandoned this revision.
hokein added inline comments.
Comment at: lib/Sema/Sema.cpp:143
ArgumentPackSubstitutionIndex(-1), CurrentInstantiationScope(nullptr),
- DisableTypoCorrection(false), TyposCorrected(0), AnalysisWarnings(*this),
+ DisableTypoCorrect
ilya-biryukov added inline comments.
Comment at: lib/Sema/Sema.cpp:143
ArgumentPackSubstitutionIndex(-1), CurrentInstantiationScope(nullptr),
- DisableTypoCorrection(false), TyposCorrected(0), AnalysisWarnings(*this),
+ DisableTypoCorrection(
+ CodeCompl
hokein created this revision.
hokein added a reviewer: ilya-biryukov.
Repository:
rC Clang
https://reviews.llvm.org/D42466
Files:
include/clang/Sema/CodeCompleteConsumer.h
include/clang/Sema/CodeCompleteOptions.h
lib/Sema/Sema.cpp
unittests/Sema/CodeCompleteTest.cpp
Index: unittests/S