History log of /external/clang/test/Lexer/11-27-2007-FloatLiterals.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
772cae552e425e0db29d559d0c2d7035c266091f 06-Jan-2011 Abramo Bagnara <abramo.bagnara@gmail.com> Added testcase for commit r122963.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122964 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Lexer/11-27-2007-FloatLiterals.c
a5728872c7702ddd09537c95bc3cbd20e1f2fb09 15-Dec-2009 Daniel Dunbar <daniel@zuster.org> Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
- 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).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91446 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Lexer/11-27-2007-FloatLiterals.c
5e517c85b2e4873d33f0ba4d6394896300730bc5 13-Oct-2009 John Thompson <John.Thompson.JTSoftware@gmail.com> Converted to use FileCheck.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84005 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Lexer/11-27-2007-FloatLiterals.c
d7d5f0223bd30dfd618762349c6209dd1d5ea3e6 24-Mar-2009 Daniel Dunbar <daniel@zuster.org> Rename clang to clang-cc.

Tests and drivers updated, still need to shuffle dirs.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67602 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Lexer/11-27-2007-FloatLiterals.c
c577a0e9bf5812719d08c002a57b263681938aea 12-Jun-2008 Argyrios Kyrtzidis <akyrtzi@gmail.com> Multiple tests in a single test file must be linked with '&&'.
Otherwise, failing tests other than the last one will not be reported.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52231 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Lexer/11-27-2007-FloatLiterals.c
e66b65c3a3377d487104f6adc071d054b0d9d343 06-Feb-2008 Chris Lattner <sabre@nondot.org> pull .ll and .bc writing out of the ASTConsumer destructors into some top
level code in clang. This is a cleanup, but does implement "-o" for
-emit-llvm. One effect of this is that "clang foo.c -emit-llvm" will now
emit into foo.ll instead of stdout. Use "clang foo.c -emit-llvm -o -" or
"clang < foo.c -emit-llvm" to get the old behavior.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46791 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Lexer/11-27-2007-FloatLiterals.c
fbd91735c8c9f5aa8c569cfb2acf1ddf8166eee3 30-Nov-2007 Christopher Lamb <christopher.lamb@gmail.com> Doh! Check in this long overdue test fix.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44450 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Lexer/11-27-2007-FloatLiterals.c
016765e3453db2e302efe53905e99cdb25501234 29-Nov-2007 Christopher Lamb <christopher.lamb@gmail.com> Support floating point literals of the form "1e-16f" which specify an exponent but no decimal point.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44431 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Lexer/11-27-2007-FloatLiterals.c