aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/ext_vector_components.c
AgeCommit message (Expand)Author
2010-09-19Revert r114316, -Wunused-value enabled by default was intended.Argyrios Kyrtzidis
2010-09-19Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.Argyrios Kyrtzidis
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-15Support OpenCL 1.1 odd-length vector component accessors.Nate Begeman
2009-06-26OpenCL 1.0 Support:Nate Begeman
2009-06-25OpenCL 1.0 Support, patch 1/N: upper case swizzle operator and hex element in...Nate Begeman
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-16enhance ExtVectorElementExpr to allow V->xxyy to work like (*V).xxyyChris Lattner
2009-01-18Update support for vector component access on ExtVectors.Nate Begeman