diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-12-31 05:20:13 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-12-31 05:20:13 +0000 |
commit | 598b08f8182e51759e1ebca4ecd560092890be65 (patch) | |
tree | 6ff03a77ab79a564e1944330488eba708960f2f8 /clang/lib/Analysis/SimpleConstraintManager.cpp | |
parent | 5639af4eac2bb44aa96c7c3cd3cdef30f9c80590 (diff) | |
download | bcm5719-llvm-598b08f8182e51759e1ebca4ecd560092890be65.tar.gz bcm5719-llvm-598b08f8182e51759e1ebca4ecd560092890be65.zip |
Implement typo correction for id-expressions, e.g.,
typo.cpp:22:10: error: use of undeclared identifier 'radious'; did
you mean 'radius'?
return radious * pi;
^~~~~~~
radius
This was super-easy, since we already had decent recovery by looking
for names in dependent base classes.
llvm-svn: 92341
Diffstat (limited to 'clang/lib/Analysis/SimpleConstraintManager.cpp')
0 files changed, 0 insertions, 0 deletions