index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
AST
/
Comment.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Comment AST: DeclInfo: collapse a bunch of boolean flags into an enum.
Dmitri Gribenko
2012-08-06
1
-12
/
+7
*
Comment diagnostics: \return in void function: specialize diagnostic text for
Dmitri Gribenko
2012-08-06
1
-0
/
+2
*
Comment diagnostics: warn if \returns is used in a non-function comment or if
Dmitri Gribenko
2012-08-03
1
-2
/
+7
*
Comment AST: convert a huge if -- else if statement on Decl's type into a
Dmitri Gribenko
2012-08-03
1
-17
/
+56
*
Comments AST: refactor DeclInfo to use an enum for decl kind instead of
Dmitri Gribenko
2012-08-02
1
-4
/
+17
*
Comments: handle template paramter documentation in alias-declaration
Dmitri Gribenko
2012-08-02
1
-0
/
+4
*
Comment AST: add DeclInfo to store information about the declaration. Sema was
Dmitri Gribenko
2012-08-01
1
-0
/
+64
*
Fix ParagraphComment::isWhitespace(): a paragraph without a non-whitespace
Dmitri Gribenko
2012-07-19
1
-1
/
+2
*
Add caching for TextComment::isWhitespace(), ParagraphComment::isWhitespace().
Dmitri Gribenko
2012-07-18
1
-2
/
+2
*
On Darwin, the linker removes functions in CommentDumper.o (Comment::dump())
Dmitri Gribenko
2012-07-18
1
-0
/
+14
*
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2012-07-11
1
-0
/
+32
*
Sprinkle llvm_unreachable around to placate GCC's -Wreturn-type.
Matt Beaumont-Gay
2012-07-06
1
-1
/
+2
*
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko
2012-07-06
1
-0
/
+90