hanchenye-llvm-project/clang/lib
Alexey Bataev a889917493 [OPENMP 4.1] Allow references in init expression for loop-based constructs.
OpenMP 4.1 allows to use variables with reference types in private clauses and, therefore, in init expressions of the cannonical loop forms.

llvm-svn: 244209
2015-08-06 12:30:57 +00:00
..
ARCMigrate Use llvm::reverse to make a bunch of loops use foreach. NFC. 2015-07-30 17:22:52 +00:00
AST [OPENMP 4.1] Allow references in init expression for loop-based constructs. 2015-08-06 12:30:57 +00:00
ASTMatchers Add AST matchers for narrowing constructors that are default, copy, or move constructors, as well as functionality to determine whether a ctor initializer is a base initializer. 2015-08-05 12:11:30 +00:00
Analysis Use llvm::reverse to make a bunch of loops use foreach. NFC. 2015-07-30 17:22:52 +00:00
Basic Rename the non-coding style conformant functions in namespace Builtins 2015-08-06 01:01:12 +00:00
CodeGen [OPENMP 4.1] Allow references in init expression for loop-based constructs. 2015-08-06 12:30:57 +00:00
Driver Driver: Strip -header-include-file and -diagnostic-log-file from crash repro scripts 2015-08-05 23:49:44 +00:00
Edit [Edit] Use StringRef's copy method. No functional change intended. 2015-08-04 11:18:09 +00:00
Format Do not force linebreaks when MaxEmptyLinesToKeep is 0. 2015-07-28 15:50:24 +00:00
Frontend Rename the non-coding style conformant functions in namespace Builtins 2015-08-06 01:01:12 +00:00
FrontendTool
Headers [X86] Add support for _MM_ALIGN16 2015-08-06 08:24:38 +00:00
Index Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinition -> MacroDefinition. 2015-05-04 02:25:31 +00:00
Lex Rename the non-coding style conformant functions in namespace Builtins 2015-08-06 01:01:12 +00:00
Parse [Parse] ArrayRefize PragmaLoopHintInfo. No functionality change. 2015-08-05 09:39:57 +00:00
Rewrite Make local function isWhitespaceExceptNL static instead of in anonymous namespace 2015-07-28 04:54:03 +00:00
Sema [OPENMP 4.1] Allow references in init expression for loop-based constructs. 2015-08-06 12:30:57 +00:00
Serialization [OPENMP 4.1] Allow references in init expression for loop-based constructs. 2015-08-06 12:30:57 +00:00
StaticAnalyzer Rename the non-coding style conformant functions in namespace Builtins 2015-08-06 01:01:12 +00:00
Tooling Driver: Remove the Job class. NFC 2015-07-02 22:52:08 +00:00
CMakeLists.txt
Makefile