diff --git a/build/LLVM.lua b/build/LLVM.lua index 9bfb6dcf..d2781b74 100644 --- a/build/LLVM.lua +++ b/build/LLVM.lua @@ -200,12 +200,8 @@ function SetupLLVMLibs() "LLVMSupport", "LLVMDemangle", "lldCommon", - "lldCore", "lldCOFF", "lldELF", - "lldDriver", - "lldReaderWriter", - "lldYAML", "lldMachO" } diff --git a/build/llvm/LLVM-commit b/build/llvm/LLVM-commit index e8878697..a158ca17 100644 --- a/build/llvm/LLVM-commit +++ b/build/llvm/LLVM-commit @@ -1 +1 @@ -3fc9882e880614093a36456fe83f9de023ac7851 \ No newline at end of file +51d3cb0ab15de7acb7131b5f967cf7fc84def99e \ No newline at end of file diff --git a/src/AST/Comment.cs b/src/AST/Comment.cs index 0e7aa8af..c74cbb16 100644 --- a/src/AST/Comment.cs +++ b/src/AST/Comment.cs @@ -538,6 +538,7 @@ namespace CppSharp.AST { A, Abstract, + Addindex, Addtogroup, Anchor, Arg, @@ -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 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 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 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 Todo, Tparam, Typedef, + Startuml, + Enduml, Union, + Until, Var, + Verbinclude, Verbatim, Endverbatim, Version, Warning, Weakgroup, + Xrefitem, + Xmlinclude, Xmlonly, Endxmlonly }