[OpenACC] Remove unreachable codeAs stated on the commit by @shafik, the previous patch left in some codefrom development. This removes it, as it is unreachable.
[OpenACC] Split up SemaOpenACC.cppThis file is getting quite large, so this patch splits the 'clause'specific parts off into its own file to keep them better organized.