aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/builtins.c
AgeCommit message (Expand)Author
2009-09-28Provide a custom diagnostic when code tries to use an unknown builtinDouglas Gregor
2009-09-26builtin_trap should be noreturn, this fixes PR5062, patch byChris Lattner
2009-09-23implement support for __builtin_eh_return_data_regno on x86-32 and x86-64.Chris Lattner
2009-09-21Implement __builtin_unreachable(), a GCC 4.5 extension.Chris Lattner
2009-07-22Prep for new warning.Mike Stump
2009-06-06Test changes to account for removed builtins.Eli Friedman
2009-05-08Fix the atomics sema code to convert operands to the argument typesChris Lattner
2009-05-08reimplement __sync_* builtins to be variadic and to follow the sameChris Lattner
2009-04-28Simplify the scheme used for keywords, and change the classification Eli Friedman
2009-04-02We no longer expect an warning as this is now valid.Mike Stump
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-11-21merge some simple call diagnostics.Chris Lattner
2008-05-25Fix this test on non-X86 platforms.Eli Friedman
2008-05-05Fix rdar://5905347 a crash on invalid builtin, due to theChris Lattner
2008-01-04add comments for the various AssignConvertType's, and split int->pointer from...Chris Lattner
2008-01-04Merge all the 'assignment' diagnostic code into one routine, decloning Chris Lattner
2007-12-20implement semantic analysis for __builtin_islessequal and friends.Chris Lattner