Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
AST
/
Comment.cpp
6907ce2
Remove trailing space
by Fangrui Song
· 7 years ago
6246cc6
[AST] Look through attribute type locs when searching for function type loc
by Alex Lorenz
· 8 years ago
6b82a75
[PR32667] -Wdocumentation should allow @param/@returns for fields/variables
by Alex Lorenz
· 8 years ago
6080bdb
[Sema][Comments] Add support for TypeAliasTemplate
by Bruno Cardoso Lopes
· 9 years ago
72ae62c
[Sema][Comments] Factor out function type loc logic. NFCI
by Bruno Cardoso Lopes
· 9 years ago
b09db22
[Sema][Comments] Support @param with c++ 'using' keyword
by Bruno Cardoso Lopes
· 9 years ago
9670f84
[NFC] Header cleanup
by Mehdi Amini
· 9 years ago
59f7792
Use more ArrayRefs
by David Majnemer
· 9 years ago
8c2a2a0
Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and mentioning the type. This works now that we have a conversion from ArrayRef<T*> to ArrayRef<const T*>.
by Craig Topper
· 11 years ago
36250ad
[C++11] Use 'nullptr'. AST edition.
by Craig Topper
· 11 years ago
42a16a6
Rename getResultLoc() too
by Alp Toker
· 12 years ago
314cc81
Rename getResultType() on function and method declarations to getReturnType()
by Alp Toker
· 12 years ago
e8bc31f
Documentation comment parsing: when checking if we have typedef to something
by Dmitri Gribenko
· 12 years ago
fa68a57
Documentation comment parsing: allow \param and \returns on std::function,
by Dmitri Gribenko
· 12 years ago
0503a87
Add an AdjustedType sugar node for adjusting calling conventions
by Reid Kleckner
· 12 years ago
dc41d79
Add unused markings to suppress warnings.
by Eli Friedman
· 12 years ago
db6adab
Use CharInfo.h routines in TextComment::isWhitespaceNoCache
by Dmitri Gribenko
· 12 years ago
e405569
[comment parsing]: Removes an unsafe API whose
by Fariborz Jahanian
· 12 years ago
02489eb
Comment parsing: allow "\param ..." to describe variadic arguments
by Dmitri Gribenko
· 12 years ago
44ebbd5
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None
by Dmitri Gribenko
· 12 years ago
6adc78e
Replace TypeLoc llvm::cast support to be well-defined.
by David Blaikie
· 13 years ago
ebc17b5
Dump comments in -ast-dump. http://llvm-reviews.chandlerc.com/D269
by Alexander Kornienko
· 13 years ago
923f305
Remove const_casts by propagating constness down to called functions.
by Dmitri Gribenko
· 13 years ago
9d2f1e7
[doc parsing] use getParamName to access parameter
by Fariborz Jahanian
· 13 years ago
a7d76d2
[Doc parsing]: This patch adds <Declaration> tag to
by Fariborz Jahanian
· 13 years ago
bbd469b
Fixes location of overriding declaration with no comment of their own.
by Fariborz Jahanian
· 13 years ago
14ec3f3
structured document comment: patch to provide comment for overriding function
by Fariborz Jahanian
· 13 years ago
42e3132
search for overridden methods with comment when overriding method
by Fariborz Jahanian
· 13 years ago
1c883b9
[Doc parsing] This patch searches overridden objc/c++
by Fariborz Jahanian
· 13 years ago
49fdf8d
Comment parsing: don't treat typedef to a typedef to a function as a
by Dmitri Gribenko
· 13 years ago
7acbf00
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
by Dmitri Gribenko
· 13 years ago
907f6b8
Comment semantic analysis: treat function typedefs as functions so that one can
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
8e5d5f1
Comment AST: DeclInfo: collapse a bunch of boolean flags into an enum.
by Dmitri Gribenko
· 13 years ago
558babc
Comment diagnostics: \return in void function: specialize diagnostic text for
by Dmitri Gribenko
· 13 years ago
6430583
Comment diagnostics: warn if \returns is used in a non-function comment or if
by Dmitri Gribenko
· 13 years ago
0567de8
Comment AST: convert a huge if -- else if statement on Decl's type into a
by Dmitri Gribenko
· 13 years ago
37a7faf
Comments AST: refactor DeclInfo to use an enum for decl kind instead of
by Dmitri Gribenko
· 13 years ago
baeb60e
Comments: handle template paramter documentation in alias-declaration templates.
by Dmitri Gribenko
· 13 years ago
527ab21
Comment AST: add DeclInfo to store information about the declaration. Sema was
by Dmitri Gribenko
· 13 years ago
7b2ca3e
Fix ParagraphComment::isWhitespace(): a paragraph without a non-whitespace
by Dmitri Gribenko
· 13 years ago
05c3c75
Add caching for TextComment::isWhitespace(), ParagraphComment::isWhitespace().
by Dmitri Gribenko
· 13 years ago
761447c
On Darwin, the linker removes functions in CommentDumper.o (Comment::dump())
by Dmitri Gribenko
· 13 years ago
f26054f
Enable comment parsing and semantic analysis to emit diagnostics. A few
by Dmitri Gribenko
· 13 years ago
4106ea3
Sprinkle llvm_unreachable around to placate GCC's -Wreturn-type.
by Matt Beaumont-Gay
· 13 years ago
ec92531
Implement AST classes for comments, a real parser for Doxygen comments and a
by Dmitri Gribenko
· 13 years ago