llvm-project/clang/lib/Parse
Xiang Li 14ae5d2b74 [HLSL] Add SV_DispatchThreadID
Support SV_DispatchThreadID attribute.
Translate it into dx.thread.id in clang codeGen.

Reviewed By: beanz, aaron.ballman

Differential Revision: https://reviews.llvm.org/D133983
2022-10-18 16:17:19 -07: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 [clang] Fix crash upon stray coloncolon token in C2x mode 2022-10-18 21:57:32 +08:00
ParseDeclCXX.cpp [clang] adds `__is_scoped_enum`, `__is_nullptr`, and `__is_referenceable` 2022-10-11 00:13:58 +00:00
ParseExpr.cpp [C2x] Implement support for nullptr and nullptr_t 2022-10-14 10:06:02 -04:00
ParseExprCXX.cpp [Clang] P1169R4: static operator() 2022-09-29 23:03:26 +03:00
ParseHLSL.cpp [HLSL] Add SV_DispatchThreadID 2022-10-18 16:17:19 -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 [C++2a] P0634r3: Down with typename! 2022-09-28 09:50:19 -07:00
ParseTentative.cpp [C++2a] P0634r3: Down with typename! 2022-09-28 09:50:19 -07:00
Parser.cpp [clang] Fix crash upon stray coloncolon token in C2x mode 2022-10-18 21:57:32 +08:00