Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
aa77f7a923780fc512977bb7df149e9313658106
/
clang
/
lib
/
Parse
300d402
[Clang] Implement the core language parts of P2786 - Trivial relocation (#127636)
by cor3ntin
· 4 weeks ago
f002f30
[clang] Remove unused local variables (NFC) (#138453)
by Kazu Hirata
· 4 weeks ago
1c68e0e
[clang][ptrauth] reject incorrectly placed ptrauth qualifier (#138376)
by Oliver Hunt
· 4 weeks ago
a4ceac7
[C23] Implement WG14 N3037 (#132939)
by Aaron Ballman
· 4 weeks ago
c0917ab
[clang][NFC] Convert `Sema::IfExistsResult` to scoped enum
by Vlad Serebrennikov
· 4 weeks ago
140c2b6
[clang][NFC] Convert `Sema::AllowFoldKind` to scoped enum
by Vlad Serebrennikov
· 4 weeks ago
35e743d
default clause replaced by otherwise clause for metadirective in OpenMP 5.2 (#128640)
by Urvi Rav
· 4 weeks ago
ed673aa
[clang][NFC] Convert `Sema::OffsetOfKind` to scoped enum
by Vlad Serebrennikov
· 4 weeks ago
001cc34
[clang] Add scoped enum support to `StreamingDiagnostic` (#138089)
by Vlad Serebrennikov
· 4 weeks ago
e70a8a6
[clang][NFC] Convert `Sema::NameClassificationKind` to scoped enum
by Vlad Serebrennikov
· 5 weeks ago
2a5ee25
[HLSL] Allow resource annotations to specify only register space (#135287)
by Helena Kotas
· 5 weeks ago
84a5435
Fix crash when an attribute is applied to pragma attribute/pragma dump (#137880)
by Erich Keane
· 5 weeks ago
e803c20
[clang][NFC] Convert `Parser::CXX11AttributeKind` to scoped enum
by Vlad Serebrennikov
· 5 weeks ago
78a1d92
[clang][NFC] Convert `Parser::TentativeCXXTypeIdContext` to scoped enum
by Vlad Serebrennikov
· 5 weeks ago
5f22b84
[clang][NFC] Convert `Parser::IfExistsBehavior` to scoped enum
by Vlad Serebrennikov
· 5 weeks ago
e8c684a
[clang][NFC] Convert `Parser::ParenParseOption` to scoped enum
by Vlad Serebrennikov
· 5 weeks ago
4075a36
[clang][NFC] Convert `Parser::CastParseKind` to scoped enum
by Vlad Serebrennikov
· 5 weeks ago
dc87d21
[clang][NFC] Convert `Parser::TypeCastState` to scoped enum
by Vlad Serebrennikov
· 5 weeks ago
23c3c4e
[clang][NFC] Convert `Parser::ObjCTypeQual` to scoped enum
by Vlad Serebrennikov
· 5 weeks ago
44d8aa8
[clang][NFC] Convert `Parser::CachedInitKind` to scoped enum
by Vlad Serebrennikov
· 5 weeks ago
5122255
[clang][NFC] Convert `ParsedTemplateInfo::Kind` to scoped enum
by Vlad Serebrennikov
· 5 weeks ago
7ecd81e
[clang][NFC] Convert `Parser::ExtraSemiKind` to scoped enum
by Vlad Serebrennikov
· 5 weeks ago
4595e80
[clang][NFC] Convert `Parser::AnnotatedNameKind` to scoped enum
by Vlad Serebrennikov
· 5 weeks ago
c2d47a9
[clang][NFC] Convert `Sema::PragmaOptionsAlignKind` to scoped enum
by Vlad Serebrennikov
· 5 weeks ago
ab680c5
Revert "[clang][NFC] Convert `Sema::PragmaMsStackAction` to scoped enum"
by Vlad Serebrennikov
· 5 weeks ago
21444e3
[clang][NFC] Convert `Sema::PragmaMsStackAction` to scoped enum
by Vlad Serebrennikov
· 5 weeks ago
4f96ce4
[clang][NFC] Convert `Sema::PragmaClangSectionAction` to scoped enum
by Vlad Serebrennikov
· 5 weeks ago
b10296e
[clang][NFC] Convert `Sema::PragmaClangSectionKind` to scoped enum
by Vlad Serebrennikov
· 5 weeks ago
9b74dce
[HLSL][RootSignature] Add parsing of remaining Descriptor Table params (#137038)
by Finn Plummer
· 5 weeks ago
fecf074
[HLSL][RootSignature] Add parsing of DescriptorRangeFlags (#136775)
by Finn Plummer
· 5 weeks ago
576161c
[C] Warn on uninitialized const objects (#137166)
by Aaron Ballman
· 5 weeks ago
3c39922
[HLSL][RootSignature] Add parsing of ShaderVisibility to DescriptorTable (#136751)
by Finn Plummer
· 5 weeks ago
e329b6c
[NFC][RootSignatures] Conform to new std::optional calling conventions (#136747)
by Finn Plummer
· 5 weeks ago
b8e420e
Reland "[HLSL][RootSignature] Implement initial parsing of the descriptor table clause params" (#136740)
by Finn Plummer
· 6 weeks ago
b144258
[Clang] Improve error recovery for invalid calls (#136295)
by Younan Zhang
· 6 weeks ago
08b0c25
[Clang] disallow use of attributes before extern template declarations (#136328)
by Oleksandr T.
· 6 weeks ago
0ed1c98
[clang] llvm::append_range (NFC) (#136440)
by Kazu Hirata
· 6 weeks ago
d1cce66
[OpenACC] Switch Clang to use the Flang 'appertainment' rules for cla… (#135372)
by Erich Keane
· 6 weeks ago
c7daab2
[Clang] Fix the trailing comma regression (#136273)
by Younan Zhang
· 6 weeks ago
c134e99
Revert "[HLSL][RootSignature] Implement initial parsing of the descriptor table clause params" (#136252)
by Finn Plummer
· 6 weeks ago
64de852
[HLSL][RootSignature] Implement initial parsing of the descriptor table clause params (#133800)
by Finn Plummer
· 6 weeks ago
d83b639
Reland [clang] Unify `SourceLocation` and `IdentifierInfo*` pair-like data structures to `IdentifierLoc` (#136077)
by yronglin
· 6 weeks ago
4041791
[clang] Implement StmtPrinter for EmbedExpr (#135957)
by Mariya Podchishchaeva
· 6 weeks ago
d35bf17
[HLSL] Add a warning for implicit bindings (#135909)
by Justin Bogner
· 7 weeks ago
99c08ff
Revert "[clang] Unify `SourceLocation` and `IdentifierInfo*` pair-like data structures to `IdentifierLoc`" (#135974)
by Michael Buch
· 7 weeks ago
d3153ad
[clang] Unify `SourceLocation` and `IdentifierInfo*` pair-like data structures to `IdentifierLoc` (#135808)
by yronglin
· 7 weeks ago
a3283a9
[PAC] Add support for __ptrauth type qualifier (#100830)
by Akira Hatanaka
· 7 weeks ago
715ad67
[clang][CodeComplete] Use HeuristicResolver in getAsRecordDecl() (#130473)
by Nathan Ridge
· 7 weeks ago
428fc2c
[NFC][HLSL][RootSignature] Make the Lexer adhere to naming conventions (#134136)
by Finn Plummer
· 8 weeks ago
6263de9
[OpenACC] Implement 'modifier-list' sema/AST
by erichkeane
· 8 weeks ago
50f0b30
[Clang] [Sema] Allow static assertions in the first part of a `for` loop in C (#134415)
by Sirraide
· 8 weeks ago
bb8a7a7
[OpenACC] Implement 'pqr-list' has at least one 1 item.
by erichkeane
· 9 weeks ago
10c6ebc
Reapply "[Clang] [NFC] Introduce a helper for emitting compatibility diagnostics (#132348)" (#134043)
by Sirraide
· 9 weeks ago
076397f
Revert "[Clang] [NFC] Introduce a helper for emitting compatibility diagnostics" (#134036)
by Sirraide
· 9 weeks ago
9d06e08
[Clang] [NFC] Introduce a helper for emitting compatibility diagnostics (#132348)
by Sirraide
· 9 weeks ago
6767555
Reland "[HLSL][RootSignature] Implement parsing of a DescriptorTable with empty clauses" (#133958)
by Finn Plummer
· 9 weeks ago
dc17429
[clang] improved preservation of template keyword (#133610)
by Matheus Izvekov
· 9 weeks ago
5e2860a
Revert "[HLSL][RootSignature] Implement parsing of a DescriptorTable with empty clauses" (#133790)
by Finn Plummer
· 9 weeks ago
e4b9486
[HLSL][RootSignature] Implement parsing of a DescriptorTable with empty clauses (#133302)
by Finn Plummer
· 9 weeks ago
00c43ae
[C2y] Implement WG14 N3369 and N3469 (_Countof) (#133125)
by Aaron Ballman
· 9 weeks ago
79079c9
[OpenACC] Finish implementing 'routine' AST/Sema.
by erichkeane
· 2 months ago
6da8f56
[OpenMP 6.0] Parse/Sema support for reduction over private variable with reduction clause. (#129938)
by CHANDRA GHALE
· 2 months ago
8c6f309
[clang] Introduce "binary" StringLiteral for #embed data (#127629)
by Mariya Podchishchaeva
· 2 months ago
baef6fa
[Clang] Increase the default expression nesting limit (#132021)
by cor3ntin
· 2 months ago
911b200
[Clang] Constant Expressions inside of GCC' asm strings (#131003)
by cor3ntin
· 3 months ago
009d362
[clang][CodeComplete] Add code completion for if constexpr and consteval (#124315)
by Letu Ren
· 3 months ago
63635c1
[clang] [OpenMP] New OpenMP 6.0 self_maps clause (#129888)
by Ritanya-B-Bharadwaj
· 3 months ago
8a8f135
[OpenACC] Implement 'bind' ast/sema for 'routine' directive
by erichkeane
· 3 months ago
bfdeb58
[Clang] use constant evaluation context for constexpr if conditions (#123667)
by Oleksandr T.
· 3 months ago
a7d5b3f
[HLSL] Disallow virtual inheritance and functions (#127346)
by Chris B
· 3 months ago
180f803
[clang] Fix ASTWriter crash after merging named enums (#114240)
by Michael Jabbour
· 3 months ago
1b75b9e
[OpenACC] Handle sema for gang, worker, vector, seq clauses on routine
by erichkeane
· 3 months ago
df1e102
[OpenACC] implement AST/Sema for 'routine' construct with argument
by erichkeane
· 3 months ago
68427bc
[C++20] [Modules] Support generating in-class defined function with try-catch body (#129212)
by Chuanqi Xu
· 3 months ago
d5cec38
[OpenACC] Implement 'cache' construct AST/Sema
by erichkeane
· 3 months ago
5d7d66b
[OpenACC] Implement 'declare' construct AST/Sema
by erichkeane
· 3 months ago
26fc3aa
[OpenMP] Missing implicit otherwise clause in metadirective. (#127113)
by Zahira Ammarguellat
· 3 months ago
0f6240c
[HLSL] Allow EmptyDecl in cbuffer/tbuffer (#128250)
by Chris B
· 3 months ago
13ca605
Revert "default clause replaced by otherwise clause for metadirective in OpenMP 5.2 (#125648)"
by Nico Weber
· 3 months ago
73ad78c
default clause replaced by otherwise clause for metadirective in OpenMP 5.2 (#125648)
by Urvi Rav
· 3 months ago
922f339
Diagnose the code with trailing comma in the function call. (#125232)
by Haojian Wu
· 4 months ago
4ac68ba
[clang-repl] fix error recovery while parsing completely fails (#127087)
by Vipul Cariappa
· 4 months ago
cf69b4c
[Clang] [OpenMP] Add support for '#pragma omp stripe'. (#126927)
by Zahira Ammarguellat
· 4 months ago
67e1e98
Revert "[Clang] [OpenMP] Add support for '#pragma omp stripe'. (#119891)"
by Kazu Hirata
· 4 months ago
070f84e
[Clang] [OpenMP] Add support for '#pragma omp stripe'. (#119891)
by Zahira Ammarguellat
· 4 months ago
a5fc7c3
[clang][OpenMP] New OpenMP 6.0 assumption clause, 'no_openmp_constructs' (#125933)
by David Pagan
· 4 months ago
9598f74
[Clang] Remove __is_referenceable builtin (#123078)
by Nikolas Klauser
· 4 months ago
8c36665
[OpenMP]Initial parsing/sema support for target_device selector set (#118471)
by Ritanya-B-Bharadwaj
· 4 months ago
99a9133
[OpenACC] Implement Sema/AST for 'atomic' construct
by erichkeane
· 4 months ago
abc8812
[Clang][P1061] Add stuctured binding packs (#121417)
by Jason Rice
· 4 months ago
69d0c4c
[Clang] SubstituteConstraintExpressionWithoutSatisfaction needs an unevaluated context (#123883)
by Younan Zhang
· 4 months ago
ad38e24
[clang][OpenMP] Add 'align' modifier for 'allocate' clause (#121814)
by David Pagan
· 5 months ago
41a94de
[clang] Refactor attr diagnostics to use %select (#122473)
by Maksim Ivanov
· 5 months ago
6b12272
[clang] Informative error for lifetimebound in decl-spec (#118567)
by Maksim Ivanov
· 5 months ago
be32621
[OpenACC] Implement 'device' and 'host' clauses for 'update'
by erichkeane
· 5 months ago
1a73654
[Clang] disallow attributes after namespace identifier (#121614)
by Oleksandr T.
· 5 months ago
2c2accb
[OpenACC] Enable 'self' sema for 'update' construct
by erichkeane
· 5 months ago
ff24e9a
[OpenACC] Implement 'default_async' sema
by erichkeane
· 5 months ago
676b48d
[C++20] [Modules] Diagnose if import statement lakcs a semicolon
by Chuanqi Xu
· 5 months ago
1418018
[clang][ObjectiveC] Fix Parsing the `::` Optional Scope Specifier (#119908)
by Qiongsi Wu
· 5 months ago
Next »