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
Age
Commit message (
Expand
)
Author
2012-07-16
Don't crash when emitting fixits following Unicode characters.
Jordan Rose
2012-07-12
Be lax about trailing whitespace when checking fixit formatting, this depends...
Benjamin Kramer
2012-07-12
PR13312: Don't crash when printing a fixit that ends in a unicode character.
Benjamin Kramer
2012-07-09
objective-c: provide fixit hint for @autoreleasepool
Fariborz Jahanian
2012-07-09
Downgrade the "direct comparison" error for ObjC literals to a warning.
Jordan Rose
2012-06-25
Extend the "expected ';' after struct" logic to also apply to enums, and to
Richard Smith
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-08
Add a test for r158229 (overlapping fixits). This was PR10696!
Jordan Rose
2012-06-08
Disallow using ObjC literals in direct comparisons (== and friends).
Jordan Rose
2012-06-07
Teach the FixIt in DiagnoseInvalidRedeclaration how to replace the written
Kaelyn Uhrain
2012-06-04
Make suggestions for mismatched enum arguments to printf/scanf.
Jordan Rose
2012-05-30
Add a test for '%@' suggestion for classes.
Jordan Rose
2012-05-30
Suggest '%@' for Objective-C objects in ObjC format strings.
Jordan Rose
2012-05-29
objc: position of 'fixit' was off by one.
Fariborz Jahanian
2012-05-21
objective-c: provide a useful 'fixit' suggestion when
Fariborz Jahanian
2012-05-09
objective-c. Fixes a 'fixit' where location of
Fariborz Jahanian
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
Implement support for null non-type template arguments for non-type
Douglas Gregor
2012-04-06
Added a new attribute, objc_root_class, which informs the compiler when a roo...
Patrick Beard
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-03
Replace the workaround from r153445 with a proper fix.
Kaelyn Uhrain
2012-04-02
Correct error recovery when missing 'class' in a template template parameter.
David Blaikie
2012-03-29
Reject 'template<typename...Ts> void f(Ts ...(x));'. Add a special-case
Richard Smith
2012-03-26
When diagnosing an invalid out-of-line redeclaration, don't permit
Douglas Gregor
2012-03-18
Use character literals for vexing initialization fixit hints.
David Blaikie
2012-03-08
Fix a couple of issues with literal-operator-id parsing, and provide recovery
Richard Smith
2012-03-08
Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix not
Richard Smith
2012-03-08
improve on diagnostic when block captures uninitialized
Fariborz Jahanian
2012-03-08
improve on diagnostic and provide a fixit hint when
Fariborz Jahanian
2012-03-07
Test fix-it added in r152198.
Richard Smith
2012-03-06
And libclang cursor/indexing support for new Objective-C NSArray/NSDictionary...
Ted Kremenek
2012-02-29
Test for my last patch. // rdar://10267155.
Fariborz Jahanian
2012-02-17
Tests for the fixits which Doug added in r150727.
Richard Smith
2012-02-17
Reject continue/break statements within members of local functions nested within
Richard Smith
2012-02-10
Allow implicit capture of 'this' in a lambda even when the capture
Douglas Gregor
2012-02-10
PR11684, core issue 1417:
Richard Smith
2012-01-26
Introduce 3 new fixit options:
Argyrios Kyrtzidis
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-12
Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its:
Richard Smith
2012-01-10
Update C++11 scoped enumeration support to match the final proposal:
Richard Smith
[prev]
[next]