llvm-project/clang/lib
Alexey Bataev ea9166b5a8 [OPENMP50]Add parsing/sema for acq_rel clause.
Added basic support (representation + parsing/sema/(de)serialization)
for acq_rel clause in flush/atomic directives.
2020-02-07 09:21:10 -05:00
..
ARCMigrate Fix more implicit conversions. Getting closer to having clang working with gcc 5 again 2020-01-29 02:57:59 +01:00
AST [OPENMP50]Add parsing/sema for acq_rel clause. 2020-02-07 09:21:10 -05:00
ASTMatchers [clang][NFC] Expand some `auto`s and add another test for matcher `isExpandedFromMacro`. 2020-02-04 13:05:58 -05:00
Analysis Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Basic [OPENMP50]Add parsing/sema for acq_rel clause. 2020-02-07 09:21:10 -05:00
CodeGen [OPENMP50]Add parsing/sema for acq_rel clause. 2020-02-07 09:21:10 -05:00
CrossTU [clang] Replace SmallStr.str().str() with std::string conversion operator. 2020-01-29 21:27:46 -08:00
DirectoryWatcher Fix another implicit conversion in the directory watcher 2020-01-28 15:28:22 -08:00
Driver Revert "Support -fstack-clash-protection for x86" 2020-02-07 11:36:53 +01:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format [clang-format] Do not merge short C# class definitions into one line 2020-02-05 17:38:33 +00:00
Frontend Revert "Support -fstack-clash-protection for x86" 2020-02-07 11:36:53 +01:00
FrontendTool Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Headers [OPENMP][NVPTX]Add NVPTX specific definitions for new/delete operators. 2020-02-05 09:57:53 -05:00
Index [clang][index] Index the injected class name types. 2020-01-22 10:07:54 +01:00
Lex Revert "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid crashing when generating crash diagnostics when '#pragma clang __debug ..." 2020-02-06 17:59:15 -08:00
Parse [OPENMP50]Add parsing/sema for acq_rel clause. 2020-02-07 09:21:10 -05:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema [OPENMP50]Add parsing/sema for acq_rel clause. 2020-02-07 09:21:10 -05:00
Serialization [OPENMP50]Add parsing/sema for acq_rel clause. 2020-02-07 09:21:10 -05:00
StaticAnalyzer [analyzer] Small StreamChecker refactoring (NFC). 2020-02-07 11:35:46 +01:00
Tooling Fix build after D72746 2020-02-06 08:55:19 +01:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00