]> granicus.if.org Git - clang/commit
[OPENMP] OMPExecutableDirective re-factoring
authorAlexander Musman <alexander.musman@gmail.com>
Thu, 27 Mar 2014 15:14:18 +0000 (15:14 +0000)
committerAlexander Musman <alexander.musman@gmail.com>
Thu, 27 Mar 2014 15:14:18 +0000 (15:14 +0000)
commitc814cd660a16bd49b5c9d09b73a56e8b60e99605
tree016406f333df30c6432c1e04c826f25a495d5479
parenta5714e236ec295ee84053856eb5e05742f5f28f3
[OPENMP] OMPExecutableDirective re-factoring

Store the number of clauses and children of OMPExecutableDirective and dynamically compute the locations of corresponding arrays.

http://llvm-reviews.chandlerc.com/D2977

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204933 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/StmtOpenMP.h
lib/AST/Stmt.cpp