Skip to content

Commit dddd5da

Browse files
committed
Update LLVM to the latest version
Signed-off-by: Dimitar Dobrev <[email protected]>
1 parent 5552f2b commit dddd5da

File tree

3 files changed

+77
-5
lines changed

3 files changed

+77
-5
lines changed

build/LLVM.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,8 @@ function SetupLLVMLibs()
200200
"LLVMSupport",
201201
"LLVMDemangle",
202202
"lldCommon",
203-
"lldCore",
204203
"lldCOFF",
205204
"lldELF",
206-
"lldDriver",
207-
"lldReaderWriter",
208-
"lldYAML",
209205
"lldMachO"
210206
}
211207

build/llvm/LLVM-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3fc9882e880614093a36456fe83f9de023ac7851
1+
51d3cb0ab15de7acb7131b5f967cf7fc84def99e

src/AST/Comment.cs

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ public enum CommentCommandKind
538538
{
539539
A,
540540
Abstract,
541+
Addindex,
541542
Addtogroup,
542543
Anchor,
543544
Arg,
@@ -548,74 +549,131 @@ public enum CommentCommandKind
548549
Brief,
549550
Bug,
550551
C,
552+
Callgraph,
551553
Callback,
554+
Callergraph,
552555
Category,
556+
Cite,
553557
Class,
554558
Classdesign,
555559
Coclass,
556560
Code,
557561
Endcode,
562+
Concept,
563+
Cond,
558564
Const,
559565
Constant,
566+
Copybrief,
567+
Copydetails,
568+
Copydoc,
560569
Copyright,
561570
Date,
562571
Def,
563572
Defgroup,
564573
Dependency,
565574
Deprecated,
566575
Details,
576+
Diafile,
577+
Dir,
567578
Discussion,
579+
Docbookinclude,
580+
Docbookonly,
581+
Enddocbookonly,
582+
Dontinclude,
568583
Dot,
569584
Enddot,
585+
Dotfile,
570586
E,
587+
Else,
588+
Elseif,
571589
Em,
590+
Emoji,
591+
Endcond,
592+
Endif,
572593
Enum,
594+
Example,
573595
Exception,
596+
Extends,
574597
Flbrace,
575598
Frbrace,
576599
Flsquare,
577600
Frsquare,
578601
Fdollar,
602+
Flparen,
603+
Frparen,
604+
File,
579605
Fn,
580606
Function,
581607
Functiongroup,
582608
Headerfile,
583609
Helper,
584610
Helperclass,
585611
Helps,
612+
Hidecallgraph,
613+
Hidecallergraph,
614+
Hideinitializer,
615+
Hiderefby,
616+
Hiderefs,
617+
Htmlinclude,
586618
Htmlonly,
587619
Endhtmlonly,
620+
Idlexcept,
621+
If,
622+
Ifnot,
623+
Image,
624+
Implements,
625+
Include,
588626
Ingroup,
589627
Instancesize,
590628
Interface,
629+
Internal,
630+
Endinternal,
591631
Invariant,
632+
Latexinclude,
592633
Latexonly,
593634
Endlatexonly,
594635
Li,
636+
Line,
595637
Link,
596638
Slashlink,
597639
Mainpage,
640+
Maninclude,
598641
Manonly,
599642
Endmanonly,
643+
Memberof,
600644
Method,
601645
Methodgroup,
602646
Msc,
603647
Endmsc,
648+
Mscfile,
604649
Name,
605650
Namespace,
651+
Noop,
652+
Nosubgrouping,
606653
Note,
607654
Overload,
608655
Ownership,
609656
P,
657+
Page,
610658
Par,
659+
Parblock,
660+
Endparblock,
611661
Paragraph,
612662
Param,
613663
Performance,
614664
Post,
615665
Pre,
666+
Private,
667+
Privatesection,
616668
Property,
669+
Protected,
670+
Protectedsection,
617671
Protocol,
672+
Public,
673+
Publicsection,
674+
Pure,
618675
Ref,
676+
Refitem,
619677
Related,
620678
Relatedalso,
621679
Relates,
@@ -626,36 +684,54 @@ public enum CommentCommandKind
626684
Return,
627685
Returns,
628686
Retval,
687+
Rtfinclude,
629688
Rtfonly,
630689
Endrtfonly,
631690
Sa,
691+
Secreflist,
692+
Endsecreflist,
632693
Section,
633694
Security,
634695
See,
635696
Seealso,
636697
Short,
698+
Showinitializer,
699+
Showrefby,
700+
Showrefs,
637701
Since,
702+
Skip,
703+
Skipline,
704+
Snippet,
705+
Static,
638706
Struct,
639707
Subpage,
640708
Subsection,
641709
Subsubsection,
642710
Superclass,
711+
Tableofcontents,
643712
Template,
644713
Templatefield,
714+
Test,
645715
Textblock,
646716
Slashtextblock,
647717
Throw,
648718
Throws,
649719
Todo,
650720
Tparam,
651721
Typedef,
722+
Startuml,
723+
Enduml,
652724
Union,
725+
Until,
653726
Var,
727+
Verbinclude,
654728
Verbatim,
655729
Endverbatim,
656730
Version,
657731
Warning,
658732
Weakgroup,
733+
Xrefitem,
734+
Xmlinclude,
659735
Xmlonly,
660736
Endxmlonly
661737
}

0 commit comments

Comments
 (0)