Browse Source

Update LLVM to the latest version

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
update-llvm
Dimitar Dobrev 4 years ago
parent
commit
dddd5da0e6
  1. 4
      build/LLVM.lua
  2. 2
      build/llvm/LLVM-commit
  3. 76
      src/AST/Comment.cs

4
build/LLVM.lua

@ -200,12 +200,8 @@ function SetupLLVMLibs() @@ -200,12 +200,8 @@ function SetupLLVMLibs()
"LLVMSupport",
"LLVMDemangle",
"lldCommon",
"lldCore",
"lldCOFF",
"lldELF",
"lldDriver",
"lldReaderWriter",
"lldYAML",
"lldMachO"
}

2
build/llvm/LLVM-commit

@ -1 +1 @@ @@ -1 +1 @@
3fc9882e880614093a36456fe83f9de023ac7851
51d3cb0ab15de7acb7131b5f967cf7fc84def99e

76
src/AST/Comment.cs

@ -538,6 +538,7 @@ namespace CppSharp.AST @@ -538,6 +538,7 @@ namespace CppSharp.AST
{
A,
Abstract,
Addindex,
Addtogroup,
Anchor,
Arg,
@ -548,15 +549,23 @@ namespace CppSharp.AST @@ -548,15 +549,23 @@ namespace CppSharp.AST
Brief,
Bug,
C,
Callgraph,
Callback,
Callergraph,
Category,
Cite,
Class,
Classdesign,
Coclass,
Code,
Endcode,
Concept,
Cond,
Const,
Constant,
Copybrief,
Copydetails,
Copydoc,
Copyright,
Date,
Def,
@ -564,18 +573,35 @@ namespace CppSharp.AST @@ -564,18 +573,35 @@ namespace CppSharp.AST
Dependency,
Deprecated,
Details,
Diafile,
Dir,
Discussion,
Docbookinclude,
Docbookonly,
Enddocbookonly,
Dontinclude,
Dot,
Enddot,
Dotfile,
E,
Else,
Elseif,
Em,
Emoji,
Endcond,
Endif,
Enum,
Example,
Exception,
Extends,
Flbrace,
Frbrace,
Flsquare,
Frsquare,
Fdollar,
Flparen,
Frparen,
File,
Fn,
Function,
Functiongroup,
@ -583,39 +609,71 @@ namespace CppSharp.AST @@ -583,39 +609,71 @@ namespace CppSharp.AST
Helper,
Helperclass,
Helps,
Hidecallgraph,
Hidecallergraph,
Hideinitializer,
Hiderefby,
Hiderefs,
Htmlinclude,
Htmlonly,
Endhtmlonly,
Idlexcept,
If,
Ifnot,
Image,
Implements,
Include,
Ingroup,
Instancesize,
Interface,
Internal,
Endinternal,
Invariant,
Latexinclude,
Latexonly,
Endlatexonly,
Li,
Line,
Link,
Slashlink,
Mainpage,
Maninclude,
Manonly,
Endmanonly,
Memberof,
Method,
Methodgroup,
Msc,
Endmsc,
Mscfile,
Name,
Namespace,
Noop,
Nosubgrouping,
Note,
Overload,
Ownership,
P,
Page,
Par,
Parblock,
Endparblock,
Paragraph,
Param,
Performance,
Post,
Pre,
Private,
Privatesection,
Property,
Protected,
Protectedsection,
Protocol,
Public,
Publicsection,
Pure,
Ref,
Refitem,
Related,
Relatedalso,
Relates,
@ -626,22 +684,34 @@ namespace CppSharp.AST @@ -626,22 +684,34 @@ namespace CppSharp.AST
Return,
Returns,
Retval,
Rtfinclude,
Rtfonly,
Endrtfonly,
Sa,
Secreflist,
Endsecreflist,
Section,
Security,
See,
Seealso,
Short,
Showinitializer,
Showrefby,
Showrefs,
Since,
Skip,
Skipline,
Snippet,
Static,
Struct,
Subpage,
Subsection,
Subsubsection,
Superclass,
Tableofcontents,
Template,
Templatefield,
Test,
Textblock,
Slashtextblock,
Throw,
@ -649,13 +719,19 @@ namespace CppSharp.AST @@ -649,13 +719,19 @@ namespace CppSharp.AST
Todo,
Tparam,
Typedef,
Startuml,
Enduml,
Union,
Until,
Var,
Verbinclude,
Verbatim,
Endverbatim,
Version,
Warning,
Weakgroup,
Xrefitem,
Xmlinclude,
Xmlonly,
Endxmlonly
}

Loading…
Cancel
Save