llvm-capstone/clang/lib/Parse
Alexey Bataev ec2752730d [OPENMP50] Fix PR45469: Consider variable-category of defaultmap clause as optional.
Summary:
According to the standard, variable-category is the optional part of the
defaultmap clause while the compiler always requires it. Turned it into
optional part.

Reviewers: jdoerfert

Subscribers: yaxunl, guansong, cfe-commits, caomhin

Tags: #clang

Differential Revision: https://reviews.llvm.org/D77751
2020-04-09 09:43:03 -04:00
..
CMakeLists.txt [OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h 2019-12-10 00:10:09 -06:00
ParseAST.cpp [Support] Add TimeTraceScope constructor without detail arg 2019-12-11 14:32:21 +00:00
ParseCXXInlineMethods.cpp Improve recovery from invalid template-ids. 2020-03-27 17:11:04 -07:00
ParseDecl.cpp [Parser] Improve diagnostic and error recovery when C++ keywords are used as identifiers. 2020-04-08 15:15:33 +02:00
ParseDeclCXX.cpp PR45239: Don't deallocate TemplateIdAnnotations if they might still be 2020-04-05 23:23:20 -07:00
ParseExpr.cpp [clang][CodeComplete] Dont perform fallback completion for incomplete member ref 2020-04-06 20:08:24 +02:00
ParseExprCXX.cpp Fix crash if base specifier parsing hits an invalid type annotation. 2020-03-30 17:21:40 -07:00
ParseInit.cpp [clang][CodeComplete] Support for designated initializers 2020-01-28 16:34:15 +01:00
ParseObjc.cpp Fix crash if base specifier parsing hits an invalid type annotation. 2020-03-30 17:21:40 -07:00
ParseOpenMP.cpp [OPENMP50] Fix PR45469: Consider variable-category of defaultmap clause as optional. 2020-04-09 09:43:03 -04:00
ParsePragma.cpp Fix docs and comments for max_tokens_total pragma 2020-02-07 11:37:14 +01:00
Parser.cpp PR45239: Don't deallocate TemplateIdAnnotations if they might still be 2020-04-05 23:23:20 -07:00
ParseStmt.cpp PR45239: Don't deallocate TemplateIdAnnotations if they might still be 2020-04-05 23:23:20 -07:00
ParseStmtAsm.cpp [Parser] Avoid spurious 'missing template' error in presence of typos. 2020-03-19 16:15:27 +01:00
ParseTemplate.cpp PR45239: Don't deallocate TemplateIdAnnotations if they might still be 2020-04-05 23:23:20 -07:00
ParseTentative.cpp Form invalid template-id annotations when parsing a construct that is 2020-03-27 20:27:42 -07:00