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
/
CommentParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-31
1
-9
/
+33
*
Comment parser: don't crash on a completely empty \param followed by a block
Dmitri Gribenko
2012-07-30
1
-2
/
+2
*
Comment parsing: allow newlines between \param, direction specification (e.g.,
Dmitri Gribenko
2012-07-24
1
-6
/
+28
*
Comment parsing: couple TextTokenRetokenizer and comment parser together to
Dmitri Gribenko
2012-07-24
1
-50
/
+42
*
Move TextTokenRetokenizer from CommentLexer.h to CommentParser.cpp since it is
Dmitri Gribenko
2012-07-24
1
-0
/
+203
*
Comment parsing: retokenized text tokens are now pushed back in correct (not
Dmitri Gribenko
2012-07-24
1
-2
/
+5
*
Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block.
Dmitri Gribenko
2012-07-20
1
-5
/
+10
*
This fits into 80 columns without wrapping.
Dmitri Gribenko
2012-07-18
1
-2
/
+1
*
Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...
Dmitri Gribenko
2012-07-13
1
-50
/
+50
*
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2012-07-11
1
-24
/
+74
*
Sprinkle llvm_unreachable around to placate GCC's -Wreturn-type.
Matt Beaumont-Gay
2012-07-06
1
-2
/
+1
*
Stop using new[] on llvm::BumpPtrAllocator.
Dmitri Gribenko
2012-07-06
1
-1
/
+2
*
CommentParser.cpp: remove unused variable.
Dmitri Gribenko
2012-07-06
1
-1
/
+0
*
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko
2012-07-06
1
-0
/
+414