| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Removed redundant test case.
llvm-svn: 44426
|
| |
|
|
|
|
|
|
|
| |
can be
represented exactly and inexactly by APFloats. For the former, we do not emit a
warning.
llvm-svn: 44425
|
| |
|
|
|
|
| |
invert this case (i.e., not flag a warning) in the future.
llvm-svn: 44059
|
| |
|
|
|
|
| |
are compared against builtins such as __builtin_inf.
llvm-svn: 44058
|
| |
|
|
|
|
|
|
|
| |
floating point comparisons using == or != an opt-in rather than a default
warning.
Updated test case to use -Wfloat-equal.
llvm-svn: 44053
|
| |
|
|
|
|
|
|
| |
errors for cases such as "x == x".
Added test case to test this feature.
llvm-svn: 43447
|
| |
|
|
|
|
|
| |
rename -parse-ast-dump to -ast-dump
remove -parse-ast, which is redundant with -fsyntax-only
llvm-svn: 42852
|
| |
|
|
|
|
|
|
|
|
|
|
| |
using "-parse-ast -verify".
Updated all test cases (using a sed script) that invoked -parse-ast-check to
now use -parse-ast -verify.
Fixed a bug where using "-verify" instead of "-parse-ast-check" would not
correctly create the DiagClient needed to accumulate diagnostics.
llvm-svn: 42365
|
|
|
== or !=.
This is the same functionality gcc provides via --Wfloat-equal.
llvm-svn: 41574
|