]> granicus.if.org Git - clang/commit
Feature:
authorMahesha S <mahesha.llvm@gmail.com>
Sat, 27 Oct 2012 09:05:45 +0000 (09:05 +0000)
committerMahesha S <mahesha.llvm@gmail.com>
Sat, 27 Oct 2012 09:05:45 +0000 (09:05 +0000)
commit68de140b5d1df4c21cbf5ef1be2abcbfbc835cb5
tree9cfe9f75dc0595f69ea1c8f4c723bc94f7383f67
parentf3b52315e2ee52bdff9cba31b037c7e6b3adfadc
Feature:
  OpenMP support.

Sub-Feature:
  Support for "#pragma omp ..." registration with
  Preprocessor.

Files Changed/Added:
  * include/clang/Basic/DiagnosticGroups.td (C)
  * include/clang/Basic/DiagnosticParseKinds.td (C)
  * include/clang/Basic/TokenKinds.def (C)
  * include/clang/Parse/Parser.h (C)
  * lib/Parse/Parser.cpp (C)

Test Cases Changed/Added:
  * test/Preprocessor/pragma_omp.c (A)
  * test/Preprocessor/pragma_omp_ignored_warning.c (A)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166869 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Basic/TokenKinds.def
include/clang/Parse/Parser.h
lib/Parse/Parser.cpp
test/Preprocessor/pragma_omp.c [new file with mode: 0644]
test/Preprocessor/pragma_omp_ignored_warning.c [new file with mode: 0644]