Age | Commit message (Expand) | Author |
2012-12-18 | Add tests to check recent changes to some builtins. | Bill Wendling |
2012-11-02 | Tweak wording and add diagnostic groups to misc diagnostics. | Eli Friedman |
2012-09-22 | Avoid multiple atomic builtin declaration. | Abramo Bagnara |
2012-03-02 | Add -Wstring-plus-int, which warns on "str" + int and int + "str". | Nico Weber |
2011-12-15 | Modify how the -verify flag works. Currently, the verification string and | Richard Trieu |
2011-12-09 | Replace the implementation of __builtin_constant_p (which was based on the GCC | Richard Smith |
2011-12-06 | Suggest typo corrections for implicit function declarations. | Hans Wennborg |
2011-03-15 | Remove warning for null characters in CFString literals. Clang handles them ... | Ted Kremenek |
2010-10-15 | zap trailing whitespace | Gabor Greif |
2010-10-12 | fix PR7885, rejecting invalid uses of __builtin_constant_p. | Chris Lattner |
2010-09-07 | Have Sema check for validity of CGString literal | Fariborz Jahanian |
2010-08-25 | Implement __builtin_printf, __builtin_fprintf. Fixes <rdar://problem/8336581>. | Douglas Gregor |
2010-07-28 | Make the pointer arguments to the __sync_* builtins pointers to | Douglas Gregor |
2010-07-26 | Mark __builtin_eh_return as noreturn. Patch by Dimitry Andric. | Benjamin Kramer |
2010-07-18 | Improve the representation of the atomic builtins in a few ways. First, we make | Chandler Carruth |
2010-07-09 | Fix PR7600, and correctly convert the result of an atomic builtin to the | Chandler Carruth |
2010-04-19 | Remove the argument number from the constant integer diagnostic. | Eric Christopher |
2010-04-17 | Consolidate most of the integer constant expression builtin requirement | Eric Christopher |
2009-12-30 | testcase for previous patch! | Chris Lattner |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-09-28 | Provide a custom diagnostic when code tries to use an unknown builtin | Douglas Gregor |
2009-09-26 | builtin_trap should be noreturn, this fixes PR5062, patch by | Chris Lattner |
2009-09-23 | implement support for __builtin_eh_return_data_regno on x86-32 and x86-64. | Chris Lattner |
2009-09-21 | Implement __builtin_unreachable(), a GCC 4.5 extension. | Chris Lattner |
2009-07-22 | Prep for new warning. | Mike Stump |
2009-06-06 | Test changes to account for removed builtins. | Eli Friedman |
2009-05-08 | Fix the atomics sema code to convert operands to the argument types | Chris Lattner |
2009-05-08 | reimplement __sync_* builtins to be variadic and to follow the same | Chris Lattner |
2009-04-28 | Simplify the scheme used for keywords, and change the classification | Eli Friedman |
2009-04-02 | We no longer expect an warning as this is now valid. | Mike Stump |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2008-11-21 | merge some simple call diagnostics. | Chris Lattner |
2008-05-25 | Fix this test on non-X86 platforms. | Eli Friedman |
2008-05-05 | Fix rdar://5905347 a crash on invalid builtin, due to the | Chris Lattner |
2008-01-04 | add comments for the various AssignConvertType's, and split int->pointer from... | Chris Lattner |
2008-01-04 | Merge all the 'assignment' diagnostic code into one routine, decloning | Chris Lattner |
2007-12-20 | implement semantic analysis for __builtin_islessequal and friends. | Chris Lattner |