hanchenye-llvm-project/clang/lib
Alexey Bataev c6bd8917f2 [OPENMP] Add option '-fopenmp-version=[31|40|45]' allowing choosing
OpenMP version.

If '-fopenmp' option is provided '-fopenmp-version=' allows to control,
which version of OpenMP must be supported. Currently it affects only the
value of _OPENMP define.

llvm-svn: 270838
2016-05-26 11:10:11 +00:00
..
ARCMigrate Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes. 2016-02-10 19:11:58 +00:00
AST [MSVC] Support for __unaligned qualifier in functions 2016-05-26 10:06:01 +00:00
ASTMatchers [ASTMatcher] Add a node matcher for UnresolvedLookupExpr. 2016-05-18 12:53:59 +00:00
Analysis Enable support for __float128 in Clang and enable it on pertinent platforms 2016-05-09 08:52:33 +00:00
Basic Revert "[AArch64] Using new TargetParser in Clang" 2016-05-25 12:36:31 +00:00
CodeGen [ObjC] Remove _Atomic from return type and parameter type of 2016-05-26 00:37:30 +00:00
Driver [OPENMP] Add option '-fopenmp-version=[31|40|45]' allowing choosing 2016-05-26 11:10:11 +00:00
Edit Remove autoconf support 2016-01-26 21:30:40 +00:00
Format clang-format: [JS] sort ES6 imports. 2016-05-20 11:24:24 +00:00
Frontend [OPENMP] Add option '-fopenmp-version=[31|40|45]' allowing choosing 2016-05-26 11:10:11 +00:00
FrontendTool Make it possible for AST plugins to enable themselves by default 2016-03-15 12:51:40 +00:00
Headers Fix instrinsics names: 2016-05-26 08:10:12 +00:00
Index Enable support for __float128 in Clang and enable it on pertinent platforms 2016-05-09 08:52:33 +00:00
Lex Revert "[Lex] Support more type-traits in __has_feature" 2016-05-24 17:21:42 +00:00
Parse [ms] Allow more unqualified lookup of types in dependent base classes 2016-05-24 21:23:54 +00:00
Rewrite Remove use of builtin comma operator. 2016-02-18 22:34:54 +00:00
Sema [MSVC] Support for __unaligned qualifier in functions 2016-05-26 10:06:01 +00:00
Serialization [OPENMP 4.5] Codegen for dacross loop synchronization constructs. 2016-05-25 12:36:08 +00:00
StaticAnalyzer [analyzer] Fix for PR23790 : constrain return value of strcmp() rather than returning a concrete value. 2016-05-19 23:03:49 +00:00
Tooling [tooling] FixItHint Tooling refactoring 2016-05-11 14:31:39 +00:00
CMakeLists.txt