llvm-project/clang/lib/Parse
Sam McCall 30b676ac5f Don't crash when code completing `using enum ^Foo`.
Fixes https://github.com/clangd/clangd/issues/1281

Differential Revision: https://reviews.llvm.org/D134243
2022-09-26 04:52:19 +02:00
..
CMakeLists.txt [HLSL] Add Semantic syntax, and SV_GroupIndex 2022-04-14 10:21:58 -05:00
ParseAST.cpp [C++] [Modules] Generate the initializer for modules if we compile a 2022-09-19 11:30:34 +08:00
ParseCXXInlineMethods.cpp [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 09:12:46 -07:00
ParseDecl.cpp Don't crash when code completing `using enum ^Foo`. 2022-09-26 04:52:19 +02:00
ParseDeclCXX.cpp Diagnosing the Future Keywords 2022-08-26 09:20:05 -04:00
ParseExpr.cpp [Clang] Warn when trying to dereference void pointers in C 2022-09-24 22:18:04 +08:00
ParseExprCXX.cpp [NFC][clang] LLVM_FALLTHROUGH => [[fallthrough]] 2022-09-01 09:19:00 +00:00
ParseHLSL.cpp [HLSL] Add resource binding attribute for HLSL. 2022-09-22 11:51:21 -07:00
ParseInit.cpp [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 09:12:46 -07:00
ParseObjc.cpp [clang] Reject non-declaration C++11 attributes on declarations 2022-06-15 11:58:26 +02:00
ParseOpenMP.cpp [OpenMP][NFC] Use OMPInteropInfo in the OMPDeclareVariantAttr attribute 2022-08-22 10:41:16 -07:00
ParsePragma.cpp [clang] Add support for #pragma strict_gs_check 2022-09-19 20:07:14 +00:00
ParseStmt.cpp [Clang] Support case and default labels at end of compound statement 2022-09-21 19:37:22 +00:00
ParseStmtAsm.cpp [clang] Fix bugprone argument comments (NFC) 2022-01-09 00:19:49 -08:00
ParseTemplate.cpp [clang] Add cxx scope if needed for requires clause. 2022-08-26 10:15:54 +02:00
ParseTentative.cpp [clang] adds unary type transformations as compiler built-ins 2022-08-22 03:03:32 +00:00
Parser.cpp [HLSL] Support cbuffer/tbuffer for hlsl. 2022-09-21 10:07:43 -07:00