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
*
[Sema] Improve the error diagnostic for dot destructor calls on pointer objects
Alex Lorenz
2017-01-20
2
-0
/
+23
*
Make some diagnostic tests C++11 clean.
Paul Robinson
2016-12-21
1
-4
/
+18
*
Don't try to emit nullability fix-its within/around macros.
Jordan Rose
2016-12-19
2
-0
/
+14
*
Add fix-it notes to the nullability consistency warning.
Jordan Rose
2016-12-19
2
-18
/
+41
*
Undo accidental comit
Paul Robinson
2016-12-19
1
-17
/
+4
*
Make a few OpenMP tests "C++11 clean."
Paul Robinson
2016-12-19
1
-4
/
+17
*
Warn when 'assume_nonnull' infers nullability within an array.
Jordan Rose
2016-11-10
1
-0
/
+68
*
ObjC Class Property: diagnostics when accessing a class property using instance.
Manman Ren
2016-06-28
1
-0
/
+8
*
Re-commit r273548, reverted in r273589, with a fix to not produce
Richard Smith
2016-06-23
1
-1
/
+1
*
Revert r273548, "Rearrange condition handling so that semantic checks on a co...
Peter Collingbourne
2016-06-23
1
-1
/
+1
*
Rearrange condition handling so that semantic checks on a condition variable
Richard Smith
2016-06-23
1
-1
/
+1
*
FixIt: use getLocForEndOfToken to insert fix-it after a type name.
Manman Ren
2016-06-02
1
-2
/
+11
*
Add the Pure attribute to C99 builtin functions from ctype.h. This is a corre...
Aaron Ballman
2016-05-04
1
-2
/
+0
*
Set the default C standard to C99 when targeting the PS4.
Sunil Srivastava
2016-04-27
1
-0
/
+3
*
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
[next]