llvm-project/clang/lib/Parse
Anastasia Stulova abbdb5639c [OpenCL] Allow taking address of functions as an extension.
When '__cl_clang_function_pointers' extension is enabled
the parser should allow obtaining the function address.

This fixes PR49264!

Differential Revision: https://reviews.llvm.org/D97203
2021-02-24 12:32:02 +00:00
..
CMakeLists.txt [openmp] Base of tablegen generated OpenMP common declaration 2020-06-23 10:32:32 -04:00
ParseAST.cpp [Support] Add TimeTraceScope constructor without detail arg 2019-12-11 14:32:21 +00:00
ParseCXXInlineMethods.cpp [NFC, Refactor] Modernize enum FunctionDefinitionKind (DeclSpech.h) into a scoped enum 2020-11-21 09:49:52 -06:00
ParseDecl.cpp [clang][parse][NFC] Remove dead ProhibitAttributes() call 2021-02-23 13:54:35 +01:00
ParseDeclCXX.cpp [clang] Tweaked fixit for static assert with no message 2021-02-22 17:43:53 +00:00
ParseExpr.cpp [OpenCL] Allow taking address of functions as an extension. 2021-02-24 12:32:02 +00:00
ParseExprCXX.cpp Parse different attribute syntaxes in arbitrary order 2021-01-27 15:30:15 -05:00
ParseInit.cpp [CodeComplete] Guess type for designated initializers 2021-02-04 22:14:49 +01:00
ParseObjc.cpp Parse different attribute syntaxes in arbitrary order 2021-01-27 15:30:15 -05:00
ParseOpenMP.cpp [OpenMP] Implement '#pragma omp tile', by Michael Kruse (@Meinersbur). 2021-02-16 09:45:07 -08:00
ParsePragma.cpp [OpenCL] Refactor of targets OpenCL option settings 2021-01-25 19:50:23 +03:00
ParseStmt.cpp [Attr] Apply GNU-style attributes to expression statements 2021-02-11 16:44:41 +03:00
ParseStmtAsm.cpp [Parser] ParseMicrosoftAsmStatement - Replace bit '|' operator with logical '||' operator. (PR47071) 2020-10-05 14:23:28 +01:00
ParseTemplate.cpp PR45699: Fix crash if an unexpanded parameter pack appears in a 2020-12-03 15:26:06 -08:00
ParseTentative.cpp [clang] Add a new nullability annotation for swift async: _Nullable_result 2020-12-07 17:19:20 -05:00
Parser.cpp [NFC, Refactor] Modernize enum FunctionDefinitionKind (DeclSpech.h) into a scoped enum 2020-11-21 09:49:52 -06:00