hanchenye-llvm-project/clang/include/clang
Alexey Bataev 3392d76081 [OPENMP] Improved handling of pseudo-captured expressions in OpenMP.
Expressions inside 'schedule'|'dist_schedule' clause must be captured in
combined directives to avoid possible crash during codegen. Patch
improves handling of such constructs

llvm-svn: 260954
2016-02-16 11:18:12 +00:00
..
ARCMigrate [Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr. 2016-02-07 19:28:36 +00:00
AST [OPENMP] Improved handling of pseudo-captured expressions in OpenMP. 2016-02-16 11:18:12 +00:00
ASTMatchers Add isAnyPointer() matchers. Register missing matchers. 2016-02-15 04:00:39 +00:00
Analysis Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes. 2016-02-10 19:11:58 +00:00
Basic AMDGPU: Add sin/cos builtins 2016-02-13 01:21:09 +00:00
CodeGen Remove 'llvm::TrailingObjects::operator delete', clang side. 2016-02-09 01:57:24 +00:00
Config [CMake] Add option to switch default C++ stdlib 2016-02-12 07:48:37 +00:00
Driver [CMake] Add option to switch default C++ stdlib 2016-02-12 07:48:37 +00:00
Edit
Format clang-format: Add option to disable string literal formatting. 2016-02-01 11:21:02 +00:00
Frontend [Frontend] Handle ASTConsumer::shouldSkipFunctionBody via the MultiplexConsumer. 2016-02-09 19:07:16 +00:00
FrontendTool
Index [AST/index] Introduce an option 'SuppressTemplateArgsInCXXConstructors' in printing policy. 2016-02-15 01:32:36 +00:00
Lex PR26349: correctly check whether a digit sequence is empty in the presence of digit separators. 2016-02-09 22:34:35 +00:00
Parse Remove autoconf support 2016-01-26 21:30:40 +00:00
Rewrite [Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr. 2016-02-07 19:28:36 +00:00
Sema [Sema] More changes to fix Objective-C fallout from r249995. 2016-02-13 01:41:41 +00:00
Serialization Reduce the number of implicit StringRef->std::string conversions by threading StringRef through more APIs. 2016-02-13 13:42:54 +00:00
StaticAnalyzer Reduce the number of implicit StringRef->std::string conversions by threading StringRef through more APIs. 2016-02-13 13:42:54 +00:00
Tooling Add Tooling functionality to get a name for a QualType that can be used to name 2016-02-09 21:04:04 +00:00
CMakeLists.txt
module.modulemap [analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion, v2. 2016-01-15 15:22:05 +00:00