index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
FixIt
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Reverting r266199; it causes build bot failures.
Aaron Ballman
2016-04-13
1
-0
/
+2
*
Add functions declared in ctype.h to builtin function database. All functions...
Aaron Ballman
2016-04-13
1
-2
/
+0
*
ObjC kindof: check the context when inserting methods to global pool.
Manman Ren
2016-04-09
1
-1
/
+1
*
[Lit Test] Updated 26 Lit tests to be C++11 compatible.
Charles Li
2015-11-11
1
-2
/
+2
*
Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.
Douglas Gregor
2015-11-03
1
-3
/
+3
*
Update tests touched by r249656
David Majnemer
2015-10-08
1
-2
/
+2
*
Promote a warning on ill-formed code (redeclaration missing an exception
Richard Smith
2015-09-30
1
-1
/
+1
*
Replace __double_underscored type nullability qualifiers with _Uppercase_unde...
Douglas Gregor
2015-06-24
1
-3
/
+3
*
Introduce type nullability specifiers for C/C++.
Douglas Gregor
2015-06-19
1
-0
/
+9
*
[fixit] Use overwriteChangedFiles() to deal with Windows mapped files
Reid Kleckner
2015-06-17
1
-0
/
+318
*
Move fixit for const init from note to diag, weaken to warning in MS mode.
Nico Weber
2015-04-17
1
-0
/
+8
*
Unify warnings/errors from "maybe you meant" to "did you mean".
Eric Christopher
2015-04-02
2
-2
/
+2
*
[edit] Don't hit an assert when trying to delete a trailing space at EOF
Benjamin Kramer
2015-03-29
1
-0
/
+9
*
Diagnose ref-qualifiers occuring after virt-specifier-seq and generate fixit ...
Ehsan Akhgari
2015-03-25
1
-1
/
+9
*
Diagnose declspecs occuring after virt-specifier-seq and generate fixit hints
Ehsan Akhgari
2015-03-25
1
-0
/
+11
*
Revert "Diagnose declspecs occuring after virt-specifier-seq and generate fix...
Ehsan Akhgari
2015-03-24
1
-11
/
+0
*
Revert "Diagnose ref-qualifiers occuring after virt-specifier-seq and generat...
Ehsan Akhgari
2015-03-24
1
-9
/
+1
*
Diagnose ref-qualifiers occuring after virt-specifier-seq and generate fixit ...
Ehsan Akhgari
2015-03-24
1
-1
/
+9
*
Diagnose declspecs occuring after virt-specifier-seq and generate fixit hints
Ehsan Akhgari
2015-03-24
1
-0
/
+11
*
Add a bunch of missing "CHECK" colons in tests. NFC.
Ahmed Bougacha
2015-03-14
1
-5
/
+5
*
Use the real CXXScopeSpec when setting the correction SourceRange.
Kaelyn Takata
2015-01-28
1
-0
/
+13
*
PR21969: Improve diagnostics for a conversion function that has any pieces of a
Richard Smith
2014-12-19
1
-0
/
+6
*
Wire up delayed typo correction to DiagnoseEmptyLookup and set up
Kaelyn Takata
2014-11-20
1
-3
/
+1
*
Temporary revert r221818 until all the problems
Anton Korobeynikov
2014-11-12
1
-2
/
+2
*
Now really fix the typo in the test
Anton Korobeynikov
2014-11-12
1
-2
/
+2
*
Update the tests to handle proper result type of (?:)
Anton Korobeynikov
2014-11-12
1
-2
/
+2
*
Improve diagnostics if _Noreturn is placed after a function declarator. (This...
Richard Smith
2014-11-10
1
-1
/
+9
*
Revert r218925 - "Patch to warn if 'override' is missing"
Alexander Potapenko
2014-10-03
2
-35
/
+2
*
Patch to warn if 'override' is missing
Fariborz Jahanian
2014-10-02
2
-2
/
+35
*
Suggest fix-it for missing '{' after base-clause
Ismail Pazarbasi
2014-09-25
1
-1
/
+35
*
Add error, recovery and fixit for "~A::A() {...}".
Richard Smith
2014-09-06
1
-0
/
+7
*
Objective-C [qoi]. Provide fix-it hint when sending
Fariborz Jahanian
2014-08-19
1
-0
/
+30
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
1
-1
/
+1
*
Objective-C [qoi]. Patch to not do Fix-It for fixing
Fariborz Jahanian
2014-08-12
1
-0
/
+15
*
Objective-C [qoi]. Issue warning and fixit if property-dot syntax
Fariborz Jahanian
2014-08-08
1
-0
/
+31
*
Make clang's rewrite engine a core feature
Alp Toker
2014-07-16
1
-2
/
+0
*
Objective-C ARC. Provide diagnostic and fix-it
Fariborz Jahanian
2014-06-26
1
-0
/
+43
*
Objective-C. When we use @selector(save:), etc. there may be more
Fariborz Jahanian
2014-06-24
1
-0
/
+26
*
[C++1z] Implement N4051: 'typename' is permitted instead of 'class' when decl...
Richard Smith
2014-06-16
1
-1
/
+1
*
PR11306 - Variadic template fix-it suggestion. Recover from misplaced or redu...
Nikola Smiljanic
2014-06-06
1
-0
/
+20
*
Fix test on platforms where size_t is not 'unsigned long'.
Benjamin Kramer
2014-05-31
1
-1
/
+1
*
Format strings: check against an enum's underlying type.
Jordan Rose
2014-05-31
2
-7
/
+57
*
Refactor all the checking for missing 'template<>'s when a declaration has a
Richard Smith
2014-04-17
1
-1
/
+3
*
PR19415: Converting 'constexpr' to 'const' in a non-static data member can fail
Richard Smith
2014-04-14
1
-1
/
+2
*
Normalize line endings
David Majnemer
2014-03-02
1
-1
/
+1
*
check-clang: Introduce the feature "utf8-capable-terminal".
NAKAMURA Takumi
2014-02-06
1
-0
/
+1
*
Apply the typo correction replacement location fix from r191450 to the
Kaelyn Uhrain
2014-01-28
1
-0
/
+15
*
Objective-C. After providing a fix-it for a
Fariborz Jahanian
2013-12-18
2
-8
/
+8
*
Objective-C. Make diagnostics and fix-its consistent
Fariborz Jahanian
2013-12-17
2
-4
/
+28
*
Add a test for -fno-diagnostics-fixit-info
Dmitri Gribenko
2013-12-17
1
-0
/
+16
[prev]
[next]