Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
Index
/
annotate-comments.cpp
819f9ff
[test/Index] Update libclang tests to use libclang for creating PCH files.
by Argyrios Kyrtzidis
· 10 years ago
b534d3a
[libclang] Remove comma from the blacklist of characters that prevent a comment to be attached to a decl.
by Argyrios Kyrtzidis
· 12 years ago
d947a66
Split annotate-comments.cpp into a fragile (that uses hardcoded line numbers)
by Dmitri Gribenko
· 13 years ago
4edb74c
clang/test/Index/annotate-comments.cpp: Relax the expression to be matched to -fms-compatibility. Then XFAIL can be removed.
by NAKAMURA Takumi
· 13 years ago
a9eebc3
clang/test/Index/annotate-comments.cpp: Mark this as XFAIL on msvc. Investigating.
by NAKAMURA Takumi
· 13 years ago
673c521
Fix this test to match recent addition of declaration tag.
by Fariborz Jahanian
· 13 years ago
a7d76d2
[Doc parsing]: This patch adds <Declaration> tag to
by Fariborz Jahanian
· 13 years ago
7acbf00
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
by Dmitri Gribenko
· 13 years ago
557a8d5
Merging consecutive comments: be more conservative.
by Dmitri Gribenko
· 13 years ago
75eea89
CommentBriefParser: allow paragraphs to be separated by line of whitespace.
by Dmitri Gribenko
· 13 years ago
bacbc08
Remove absolute file path in test.
by Dmitri Gribenko
· 13 years ago
ba7aca3
Comment to HTML and XML conversion: ignore commands that contain a declaration
by Dmitri Gribenko
· 13 years ago
dcbc8ce
Comment to HTML and XML conversion: use CommandTraits to classify commands.
by Dmitri Gribenko
· 13 years ago
6cffc19
Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy does
by Dmitri Gribenko
· 13 years ago
168d234
Comment AST: DeclInfo: add a special kind for enums.
by Dmitri Gribenko
· 13 years ago
94ef635
Comment AST: treat enumerators as "variables" in DeclInfo.
by Dmitri Gribenko
· 13 years ago
740c0fb
libclang API for comment-to-xml conversion.
by Dmitri Gribenko
· 13 years ago
58e4131
Comment to HTML conversion: correct typo in CSS class name: taram -> tparam
by Dmitri Gribenko
· 13 years ago
307cf89
Comment to HTML conversion: skip \tparam commands with whitespace paragraphs
by Dmitri Gribenko
· 13 years ago
7c0456f
Comment to HTML conversion: escape HTML special characters in command arguments
by Dmitri Gribenko
· 13 years ago
34df220
Comment parsing: add support for \tparam command on all levels.
by Dmitri Gribenko
· 13 years ago
4586df7
Implement resolving of HTML character references (named: &, decimal: *,
by Dmitri Gribenko
· 13 years ago
6b37519
libclang comment to HTML rendering: \result is the same as \returns
by Dmitri Gribenko
· 13 years ago
378458d
libclang comments AST: clang_ParamCommandComment_getParamName: don't assert
by Dmitri Gribenko
· 13 years ago
d73e4ce
Comment AST: add InlineContentComment::RenderKind to specify a default
by Dmitri Gribenko
· 13 years ago
4c6d7a2
Comment to HTML conversion: add more CSS classes to identify function arguments
by Dmitri Gribenko
· 13 years ago
5e4fe00
Add libclang APIs to walk comments ASTs and an API to convert a comment to an
by Dmitri Gribenko
· 13 years ago
77369ee
CommentBriefParser: use \returns if we can't find the \brief or just a plain
by Dmitri Gribenko
· 13 years ago
3e242d6
CommentBriefParser: make \short should equivalent to \brief, per Doxygen manual.
by Dmitri Gribenko
· 13 years ago
44cd7e6
Restrict the set of declaration kinds for which we allow trailing comments.
by Dmitri Gribenko
· 13 years ago
0743f94
Cleanup \brief comment. Since it is a single paragraph, no need to save newlines there.
by Dmitri Gribenko
· 13 years ago
a1e9c8e
Teach \brief parser about commands that start a new paragraph implicitly
by Dmitri Gribenko
· 13 years ago
7e8729b
Attaching documentation comments to declarations: don't attach a comment to a declaration if there is a preprocessor directive between them.
by Dmitri Gribenko
· 13 years ago
5188c4b
Implement a lexer for structured comments.
by Dmitri Gribenko
· 13 years ago
aab8383
Structured comment parsing, first step.
by Dmitri Gribenko
· 13 years ago