summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* testcase for previous patch!Chris Lattner2009-12-301-4/+5
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Provide a custom diagnostic when code tries to use an unknown builtinDouglas Gregor2009-09-281-0/+4
* builtin_trap should be noreturn, this fixes PR5062, patch byChris Lattner2009-09-261-0/+5
* implement support for __builtin_eh_return_data_regno on x86-32 and x86-64.Chris Lattner2009-09-231-0/+10
* Implement __builtin_unreachable(), a GCC 4.5 extension.Chris Lattner2009-09-211-0/+11
* Prep for new warning.Mike Stump2009-07-221-1/+1
* Test changes to account for removed builtins.Eli Friedman2009-06-061-9/+0
* Fix the atomics sema code to convert operands to the argument typesChris Lattner2009-05-081-1/+1
* reimplement __sync_* builtins to be variadic and to follow the sameChris Lattner2009-05-081-2/+12
* Simplify the scheme used for keywords, and change the classification Eli Friedman2009-04-281-1/+1
* We no longer expect an warning as this is now valid.Mike Stump2009-04-021-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* merge some simple call diagnostics.Chris Lattner2008-11-211-1/+1
* Fix this test on non-X86 platforms.Eli Friedman2008-05-251-1/+2
* Fix rdar://5905347 a crash on invalid builtin, due to theChris Lattner2008-05-051-0/+9
* add comments for the various AssignConvertType's, and split int->pointer from...Chris Lattner2008-01-041-1/+1
* Merge all the 'assignment' diagnostic code into one routine, decloning Chris Lattner2008-01-041-3/+2
* implement semantic analysis for __builtin_islessequal and friends.Chris Lattner2007-12-201-0/+33
OpenPOWER on IntegriCloud