aboutsummaryrefslogtreecommitdiff
path: root/test/Lexer/11-27-2007-FloatLiterals.c
AgeCommit message (Expand)Author
2011-01-06Added testcase for commit r122963.Abramo Bagnara
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-13Converted to use FileCheck.John Thompson
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-06-12Multiple tests in a single test file must be linked with '&&'.Argyrios Kyrtzidis
2008-02-06pull .ll and .bc writing out of the ASTConsumer destructors into some topChris Lattner
2007-11-30Doh! Check in this long overdue test fix.Christopher Lamb
2007-11-29Support floating point literals of the form "1e-16f" which specify an exponen...Christopher Lamb