| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- This is designed to make it obvious that %clang_cc1 is a "test variable"
which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it
can be useful to redefine what gets run as 'clang -cc1' (for example, to set
a default target).
llvm-svn: 91446
|
|
|
|
| |
llvm-svn: 81346
|
|
|
|
|
|
| |
Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602
|
|
|
|
|
|
| |
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
|