Age | Commit message (Expand) | Author |
2010-11-09 | Split out -Wconversion warnings about constant precision into their | John McCall |
2010-10-20 | Add a __has_attribute macro that works much like __has_feature and __has_buil... | Anders Carlsson |
2010-10-18 | tests: Force triple to avoid limited precision warning on win32. | Daniel Dunbar |
2010-10-14 | r116509 fixed the Win32 XFAIL. | Francois Pichet |
2010-10-14 | allow I128 suffixes in msextensions mode just like i128 suffixes, patch | Chris Lattner |
2010-10-09 | Add support for UCNs for character literals | Nico Weber |
2010-10-06 | Remove hard CRLF end-of-line markers from two files. These should be added | Chandler Carruth |
2010-10-06 | Add support for 4-byte UCNs like \U12345678. Warn about UCNs in c90 mode. | Nico Weber |
2010-09-27 | Lexer: Implement GCC's version of pragma message. | Michael J. Spencer |
2010-09-24 | Allow the use of C++0x deleted functions as an extension in C++98. | Anders Carlsson |
2010-09-13 | Add __char16_t and __char32_t as aliases for the C++0x char16_t and | Douglas Gregor |
2010-09-10 | Make sure we're producing a newline in the preprocessed output before | Douglas Gregor |
2010-09-09 | When we parse a pragma, keep track of how that pragma was originally | Douglas Gregor |
2010-09-07 | tests: Use -ffreestanding when including stdint.h, to avoid platform dependen... | Daniel Dunbar |
2010-08-31 | Implement __has_feature(cxx_inline_namespaces) | Sebastian Redl |
2010-08-31 | improve isHexaLiteral to work with escaped newlines and trigraphs, | Chris Lattner |
2010-08-30 | In Microsoft compatibility mode, don't parse the exponent as part of | Douglas Gregor |
2010-08-19 | Test for PR7888. | Eli Friedman |
2010-07-22 | tests: Make FileCheck version check that preamble isn't longer than we expected. | Daniel Dunbar |
2010-07-21 | tests: XFAIL this test on win32, someone else can hunt this one down. | Daniel Dunbar |
2010-07-21 | tests: Use FileCheck instead of external input; I think this test was failing on | Daniel Dunbar |
2010-07-20 | Introduce a new lexer function to compute the "preamble" of a file, | Douglas Gregor |
2010-07-20 | Complain when string literals are too long for the active language | Douglas Gregor |
2010-07-17 | rename test | Chris Lattner |
2010-07-11 | change the 'invalid token after top level declarator' message to be | Chris Lattner |
2010-07-07 | fix PR4499, patch by Kyle Dean! | Chris Lattner |
2010-06-29 | tests: Use %clangxx when using driver for C++, in case C++ support is disabled. | Daniel Dunbar |
2010-06-25 | A bug I've introduced in STDIN handling surfaced a few broken tests, fix them. | Benjamin Kramer |
2010-05-22 | Daniel re-educated me about what Alias does and does not do. Turn that off for | Chandler Carruth |
2010-05-20 | Don't warn about use of hex floats in c++ mode by default, | Chris Lattner |
2010-05-17 | robustify the conflict marker stuff. Don't add 7 twice, which would | Chris Lattner |
2010-04-20 | push some source location information down through the compiler, | Chris Lattner |
2010-04-20 | enhance sourcemgr to detect various UTF BOM's and emit a fatal error | Chris Lattner |
2010-04-18 | Add testcase that I forgot for r101667 for gnu-keywords. | Chandler Carruth |
2010-02-26 | At sabre's request, drop the FP bounds diagnostics down to warnings and file | John McCall |
2010-01-22 | Fixes test. | Fariborz Jahanian |
2010-01-22 | ui64, etc. are valid VS suffixes. | Fariborz Jahanian |
2010-01-13 | Update test function names so as not to use potential keywords. | Sean Hunt |
2010-01-13 | Add a bunch more feature-checking macros for C++0x features. Some of these are | Sean Hunt |
2010-01-10 | Do not parse hexadecimal floating point literals in C++0x mode because they are | Sean Hunt |
2010-01-09 | add a bunch of missing prototypes to tests | Chris Lattner |
2009-12-24 | Diagnose out-of-bounds floating-point constants. Fixes rdar://problem/6974641 | John McCall |
2009-12-17 | reimplement r90860, fixing a couple of problems: | Chris Lattner |
2009-12-15 | Update tests to use %clang instead of 'clang', and forcibly disable use of ' | Daniel Dunbar |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-12-14 | teach clang to recover gracefully from conflict markers left in source | Chris Lattner |
2009-12-08 | Integrate the following from the 'objective-rewrite' branch: | Steve Naroff |
2009-12-03 | Add 'has_feature(cxx_exceptions)' to allow code to determine via preprocessor... | Ted Kremenek |
2009-12-03 | Rename has_feature(rtti) to has_feature(cxx_rtti) for clarity. | Ted Kremenek |
2009-12-03 | Add FileCheck test for '__has_feature(rtti)'. | Ted Kremenek |