aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/builtin-prefetch.c
AgeCommit message (Expand)Author
2010-04-19Remove the argument number from the constant integer diagnostic.Eric Christopher
2010-04-17Consolidate most of the integer constant expression builtin requirementEric Christopher
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-04Fix for PR5679: make __builtin_prefetch a bit more flexible in what it acceptsEli Friedman
2009-07-22Prep for new warning.Mike Stump
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-11-19Switch several more Sema Diag methods over. This simplifies theChris Lattner
2008-07-21Implement nans, prefetch, and trap builtins. Daniel Dunbar