]> granicus.if.org Git - clang/commit
Implement syntax/semantic analysis for OCU Vector Components.
authorSteve Naroff <snaroff@apple.com>
Fri, 27 Jul 2007 22:15:19 +0000 (22:15 +0000)
committerSteve Naroff <snaroff@apple.com>
Fri, 27 Jul 2007 22:15:19 +0000 (22:15 +0000)
commite1b31fedbc006e6e4071bbb4f74c6116b56cfa9f
tree885b52b1bb2cbf558194dcce6d31b2b978f61182
parent7064f5c95bbdb17680d0ea658d4090898c2592d3
Implement syntax/semantic analysis for OCU Vector Components.
Next step, AST support...

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40568 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/Sema.h
Sema/SemaExpr.cpp
Sema/SemaStmt.cpp
include/clang/AST/Type.h
include/clang/Basic/DiagnosticKinds.def
test/Parser/ocu_vector_components.c [new file with mode: 0644]