llvm-project/clang/lib
Anastasia Stulova 58d18dde5c [OpenCL] Remove pragma requirement from Arm dot extension.
This removed the pointless need for extension pragma since
it doesn't disable anything properly and it doesn't need to
enable anything that is not possible to disable.

The change doesn't break existing kernels since it allows to
compile more cases i.e. without pragma statements but the
pragma continues to be accepted.

Differential Revision: https://reviews.llvm.org/D100985
2021-05-12 16:25:33 +01:00
..
APINotes [clang][APINotes] Fix -Wunused-function warning (NFC) 2021-04-01 09:52:43 +08:00
ARCMigrate [SystemZ][z/OS] Set files in FileRemapper.cpp are text 2021-04-19 07:59:42 -04:00
AST [CUDA][HIP] Fix device template variables 2021-05-12 11:13:29 -04:00
ASTMatchers [ASTMatchers] Add `cxxBaseSpecifier` matcher (non-top-level) 2021-04-09 00:05:36 +01:00
Analysis Thread safety analysis: Eliminate parameter from intersectAndWarn (NFC) 2021-05-06 23:07:42 +02:00
Basic [clang][AVR] Redefine some types to be compatible with avr-gcc 2021-05-12 22:05:26 +08:00
CodeGen [CUDA][HIP] Fix device template variables 2021-05-12 11:13:29 -04:00
CrossTU [analyzer][CTU] API for CTU macro expansions 2021-02-22 11:12:22 +01:00
DirectoryWatcher Revert "ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, NFC" 2020-12-14 17:04:06 -08:00
Driver [clang][Fuchsia] Introduce compat multilibs 2021-05-11 15:45:38 -07:00
Edit [Matrix] Implement C-style explicit type conversions for matrix types. 2021-04-10 11:48:41 +01:00
Format [clang-format] Rename common types between C#/JS 2021-05-06 12:12:58 +02:00
Frontend Revert "Fix bad mangling of <data-member-prefix> for a closure in the initializer of a variable at global namespace scope." 2021-05-11 17:46:18 -07:00
FrontendTool [NFC] Refactor Registry loops to range for 2020-06-19 00:40:10 +01:00
Headers [OpenCL] Remove pragma requirement from Arm dot extension. 2021-05-12 16:25:33 +01:00
Index [Index] Ignore nullptr decls for indexing 2021-05-06 13:12:26 -07:00
IndexSerialization [index-while-building] Fix build with -DBUILD_SHARED_LIBS=True 2020-08-20 15:12:56 +01:00
Lex [NFC] Synchronize reserved identifier code between macro and variables / symbols 2021-05-10 17:46:51 +02:00
Parse [OpenCL] Fix optional image types. 2021-05-07 13:29:28 +01:00
Rewrite [clang] DeltaTree::AddDelta - fix "initialization is never read" clang-tidy warning. NFCI. 2021-03-02 15:01:34 +00:00
Sema [CUDA][HIP] Fix device template variables 2021-05-12 11:13:29 -04:00
Serialization [clang] Spell correct variable 2021-05-03 05:33:47 -07:00
StaticAnalyzer [analyzer] Fix assertion in SVals.h 2021-04-30 11:00:43 -05:00
Testing Fix MSVC "not all control paths return a value" warning. NFC. 2020-06-05 10:45:59 +01:00
Tooling Support: Stop using F_{None,Text,Append} compatibility synonyms, NFC 2021-04-30 11:00:03 -07:00
CMakeLists.txt APINotes: add APINotesYAMLCompiler 2020-11-05 18:55:13 +00:00