Simon Pilgrim
|
557742540d
[AST] CommentLexer - Remove (optional) Invalid parameter from getSpelling.
|
6 年之前 |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Stephen Kelly
|
8601e55c98
Add a newline to SourceLocation dump output
|
7 年之前 |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 年之前 |
Ilya Biryukov
|
bfc7cfab82
[AST] Added a helper to extract a user-friendly text of a comment.
|
7 年之前 |
Erik Verbruggen
|
0d99b1f50a
Fix 'unknown documentation command' warning ranges
|
8 年之前 |
Eugene Zelenko
|
b9b46f780d
Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
|
9 年之前 |
Dmitri Gribenko
|
e7a01ec88c
Comment parsing: fix an assertion failure on a verbatim block terminated with "**/"
|
10 年之前 |
Craig Topper
|
4b9bebfded
Fix some cases where StringRef was being passed by const reference. Remove const from some other StringRefs since its implicitly const already.
|
11 年之前 |
Alp Toker
|
65e21292da
CommentLexer: eliminate an NDEBUG from the headers
|
11 年之前 |
Benjamin Kramer
|
d94c3ae48f
CommentLexer: When proceeding with a typo corrected name don't clobber the token.
|
11 年之前 |
Dmitri Gribenko
|
31c71ca0eb
Fix indentation
|
12 年之前 |
Fariborz Jahanian
|
f4030ae463
[doc parsing]: make single character command impostures
|
12 年之前 |
Fariborz Jahanian
|
5cd4c41422
[doc parsing]: So, in this patch, single character
|
12 年之前 |
Fariborz Jahanian
|
abbfa67153
Turn off a warning caused by my last patch.
|
12 年之前 |
Fariborz Jahanian
|
0089bc4dde
documentation parsing. Patch to do typo correction for
|
12 年之前 |
Fariborz Jahanian
|
efa78d1632
[doc parsing]: Make warning about unknown command
|
12 年之前 |
Fariborz Jahanian
|
ad6fd9f93c
[Doc parsing] Provide diagnostics for unknown documentation
|
12 年之前 |
Dmitri Gribenko
|
808383d2d6
Comment parsing: refactor handling of command markers in AST
|
12 年之前 |
Fariborz Jahanian
|
8536fa14ee
Some refactoring in my patch on document
|
12 年之前 |
Fariborz Jahanian
|
c98e9130bc
comment parsing. Keep the original command format
|
12 年之前 |
Dmitri Gribenko
|
0ff4f8bf47
Use static functions instead of an unnamed namespace
|
12 年之前 |
Dmitri Gribenko
|
bf8814478f
Comment parsing: use CharInfo.h
|
12 年之前 |
Dmitri Gribenko
|
5bd1e5ba00
Comment parsing: resolve more named character references
|
12 年之前 |
Dmitri Gribenko
|
cb5620c9b2
Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
|
12 年之前 |
Fariborz Jahanian
|
4b1a0e4ab6
Removed couple of html named character references in
|
12 年之前 |
Fariborz Jahanian
|
658a115c8e
[Doc parsing] Patch to parse Doxygen-supported HTML character
|
12 年之前 |
Dmitri Gribenko
|
c934dfe950
Use llvm::hexDigitValue in comment lexer
|
12 年之前 |
Dmitri Gribenko
|
aa7dbafc35
Comment lexing: replace manual comparison with StringRef::find_first_of
|
12 年之前 |
Dmitri Gribenko
|
8c05da3fd8
Comment parsing: don't parse comment marker followed by a digit as a command
|
13 年之前 |