index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
FixIt
/
fixit.cpp
Age
Commit message (
Expand
)
Author
2013-03-20
PR7256: Provide a fixit for incorrect destructor declarations
David Blaikie
2012-10-11
Provide a fixit when taking the address of an unqualified member function.
David Blaikie
2012-09-13
Promote the warning about extra qualification on a declaration from a
Douglas Gregor
2012-06-19
Enable -Wnull-conversion for non-integral target types (eg: double).
David Blaikie
2012-06-18
Extend the error recovery for a template-argument-list terminated by '>>' to
Richard Smith
2012-06-11
Enable -Wunused-private-field with -Wunused.
Benjamin Kramer
2012-06-07
Teach the FixIt in DiagnoseInvalidRedeclaration how to replace the written
Kaelyn Uhrain
2012-04-30
Add FixItHint for -Wnull-conversion to initialize with an appropriate literal.
David Blaikie
2012-04-27
Imrpove the note text for when a non-type decl hides a tag type
Kaelyn Uhrain
2012-04-26
Add note to help explain why a tag such as 'struct' is needed to refer
Kaelyn Uhrain
2012-04-25
Add an error message with fixit hint for changing '.' to '->'.
Kaelyn Uhrain
2012-04-19
Re-add the closing '}' for the namespace I accidentally deleted when
Kaelyn Uhrain
2012-04-19
In Parser::isCXXDeclarationSpecifier, consider a non-type identifier
Kaelyn Uhrain
2012-04-06
Fix diagnostic text for r154163.
David Blaikie
2012-04-06
Restrict fixit for missing 'class' in template template parameters.
David Blaikie
2012-04-05
Improve & simplify diagnostic for missing 'class' in template template parame...
David Blaikie
2012-04-02
Correct error recovery when missing 'class' in a template template parameter.
David Blaikie
2012-02-10
PR11684, core issue 1417:
Richard Smith
2012-01-19
Extend the error of invalid token after declarations to include fixits for
Richard Trieu
2012-01-18
Change the error when a '+=' follows a declaration to suggest a fixit to '=' ...
Richard Trieu
2012-01-09
Extend the diagnostic for a ',' at the end of a declaration where a ';' was
Richard Smith
2011-11-30
Revert most of r145372 for now. Lookahead beyond the ';' in a function
Richard Smith
2011-11-29
Add fix-it to remove 'typedef' from function template definitions. Such a token
Richard Smith
2011-11-29
PR10101: Recover better from a common copy-paste error: if a function
Richard Smith
2011-10-20
Make the -verify bits in this test actually test something, and fix a few cases
Richard Smith
2011-10-19
Improve the diagnostic when a comma ends up at the end of a declarator group
Richard Smith
2011-10-19
Improve the warning for cv-qualifiers on free functions, from Ahmed Charles!
Douglas Gregor
2011-09-06
PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so:
Richard Smith
2011-07-28
Add */& mismatch fixit generation to the Sema::DiagnoseAssignmentResult().
Anna Zaks
2011-03-27
Improve recovery (error + fix-it) when parsing type dependent template name w...
Francois Pichet
2011-02-19
Remove the Fix-It for "main must return 'int'", which is not always
Douglas Gregor
2010-10-08
When we encounter a '==' in a context expecting a '=', assume the user made a...
Argyrios Kyrtzidis
2010-10-01
Better diagnostic for superfluous scope specifier inside a class definition f...
Francois Pichet
2010-09-08
add a fixit when 'main' does ot return 'int'; review welcome
Gabor Greif
2010-09-07
Improve diagnostic and recovery when missing a comma between base or
Douglas Gregor
2010-04-24
Teach clang -fixit to modify files in-place, or -fixit=suffix to create new
Nick Lewycky
2010-04-14
Thread a Scope pointer into BuildRecoveryCallExpr to help typo
Douglas Gregor
2010-03-24
When a declaration of a function is missing an exception specification
Douglas Gregor
2010-02-01
Make this fix-it test case actually fail when there is a problem; add
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-14
Update FixIt tests to make it more obvious they use a separate mode.
Daniel Dunbar
2009-11-10
If a function with a default argument is redefined and the new function also ...
Anders Carlsson
2009-04-02
Move the fix-it tests into their own subdirectory
Douglas Gregor