index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
typo-correction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.
Kaelyn Uhrain
2013-10-19
1
-4
/
+8
*
Avoid the hard-coded limit on the number of typo corrections attempted.
Kaelyn Uhrain
2013-09-27
1
-33
/
+6
*
Attempt typo correction for function calls with the wrong number of arguments.
Kaelyn Uhrain
2013-07-08
1
-0
/
+11
*
Look for corrections in enclosing namespaces that require a global NestedName...
Kaelyn Uhrain
2013-07-02
1
-0
/
+12
*
When typo correction produces an overloaded result when looking up a member,
Nick Lewycky
2013-05-07
1
-1
/
+43
*
Give the default CorrectionCandidateCallback::ValidateCandidate some
Kaelyn Uhrain
2013-04-03
1
-0
/
+10
*
When adding a NamedDecl to a correction, add the underlying Decl (via
Kaelyn Uhrain
2012-11-19
1
-0
/
+14
*
Better diagnostics for range-based for loops with bad range types.
Sam Panzer
2012-08-21
1
-1
/
+1
*
PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and
Richard Smith
2012-08-18
1
-4
/
+6
*
In Sema::ClassifyName, try to avoid nonsensical corrections to
Kaelyn Uhrain
2012-06-29
1
-0
/
+7
*
Perform typo correction for base class specifiers.
Kaelyn Uhrain
2012-06-22
1
-0
/
+8
*
PR13051: Only suggest the 'template' and 'operator' keywords when performing
Richard Smith
2012-06-08
1
-0
/
+13
*
Don't allow multiple correction candidates that have the same identifier
Kaelyn Uhrain
2012-06-01
1
-0
/
+9
*
Don't use the implicit int rule for error recovery in C++. Instead, try to
Richard Smith
2012-05-15
1
-0
/
+7
*
Remove more redundant lookups. Add a new "all_lookups_iterator" which provides
Nick Lewycky
2012-04-03
1
-0
/
+7
*
Fix typo correction of template arguments to once again allow type names.
Kaelyn Uhrain
2012-02-22
1
-0
/
+16
*
Avoid infinite mutual recursion in DiagnoseInvalidRedeclaration.
Kaelyn Uhrain
2012-02-16
1
-0
/
+10
*
Allow typo correction to be disabled in BuildOverloadedCallExpr variant.
Kaelyn Uhrain
2012-01-25
1
-0
/
+8
*
Avoid correcting unknown identifiers to types where types aren't allowed.
Kaelyn Uhrain
2012-01-25
1
-0
/
+12
*
Add custom callback object for typo correction in BuildRecoveryCallExpr.
Kaelyn Uhrain
2012-01-25
1
-0
/
+24
*
In CorrectTypo, use the cached correction as a starting point instead.
Kaelyn Uhrain
2012-01-23
1
-2
/
+17
*
Convert SemaDecl.cpp to pass callback objects to CorrectTypo.
Kaelyn Uhrain
2012-01-18
1
-2
/
+20
*
Convert SemaTemplate*.cpp to pass a callback object to CorrectTypo.
Kaelyn Uhrain
2012-01-13
1
-1
/
+10
*
Convert SemaExprMember.cpp to pass a callback object to CorrectTypo,
Kaelyn Uhrain
2012-01-13
1
-1
/
+5
*
Convert SemaCXXScopeSpec.cpp to pass a callback object to CorrectTypo,
Kaelyn Uhrain
2012-01-12
1
-0
/
+8
*
Convert SemaInit.cpp to pass a callback object to CorrectTypo.
Kaelyn Uhrain
2012-01-12
1
-0
/
+12
*
Fix the caching in CorrectTypo so that other non-keyword identifiers
Kaelyn Uhrain
2012-01-11
1
-0
/
+7
*
Add initial callback object support to Sema::CorrectTypo.
Kaelyn Uhrain
2012-01-11
1
-0
/
+11
*
Switch to the C++11 warning flags in tests.
David Blaikie
2011-10-18
1
-1
/
+1
*
Add an explanatory comment to test/SemaCXX/typo-correction.cpp
Kaelyn Uhrain
2011-10-11
1
-2
/
+8
*
Add typo correction for type names.
Kaelyn Uhrain
2011-10-11
1
-0
/
+25