llvm-project/clang/lib/Parse
Aaron Ballman 69da3b6aea Revert "[OpenMP] atomic compare fail : Parser & AST support"
This reverts commit 232bf8189e.

It broke the sanitize buildbot: https://lab.llvm.org/buildbot/#/builders/5/builds/24074

It also reproduces on Windows debug builds as a crash.
2022-05-25 13:34:34 -04:00
..
CMakeLists.txt [HLSL] Add Semantic syntax, and SV_GroupIndex 2022-04-14 10:21:58 -05:00
ParseAST.cpp Properly diagnose constant evaluation issues at TU scope 2022-03-08 10:19:15 -05:00
ParseCXXInlineMethods.cpp [clang][parse] Move source range into ParsedAttibutesView 2022-03-24 08:11:57 +01:00
ParseDecl.cpp Check for resource exhaustion when recursively parsing declarators 2022-05-12 13:20:35 -04:00
ParseDeclCXX.cpp [clang] Don't parse MS attributes in `ParseExportDeclaration()`. 2022-05-25 17:15:41 +02:00
ParseExpr.cpp [Clang] Implement __builtin_source_location. 2022-03-28 18:29:02 -04:00
ParseExprCXX.cpp Revert D119136 "[clang] Implement Change scope of lambda trailing-return-type" and its follow-up 2022-04-20 10:57:12 -07:00
ParseHLSL.cpp [HLSL] Add Semantic syntax, and SV_GroupIndex 2022-04-14 10:21:58 -05:00
ParseInit.cpp [clang] Use true/false instead of 1/0 (NFC) 2022-01-09 00:19:47 -08:00
ParseObjc.cpp [clang][NFC] In parts of Objective-C Sema use Obj-C-specific types instead of `Decl`. 2022-05-05 19:19:41 -07:00
ParseOpenMP.cpp Revert "[OpenMP] atomic compare fail : Parser & AST support" 2022-05-25 13:34:34 -04:00
ParsePragma.cpp [MSVC] Add support for pragma alloc_text 2022-05-16 07:00:17 -07:00
ParseStmt.cpp Add some helpers to better check Scope's kind. NFC 2022-04-16 11:31:40 +08:00
ParseStmtAsm.cpp [clang] Fix bugprone argument comments (NFC) 2022-01-09 00:19:49 -08:00
ParseTemplate.cpp [OpenMP] Fix declare simd use on in-class member template function 2022-05-13 08:24:55 -07:00
ParseTentative.cpp [clang][parse] Move source range into ParsedAttibutesView 2022-03-24 08:11:57 +01:00
Parser.cpp Change the behavior of implicit int diagnostics 2022-05-04 08:35:47 -04:00