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
/
unittests
/
AST
/
CommentLexer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Added braces to work around gcc warning in googletest: suggest explicit brace...
Galina Kistanova
2017-06-15
1
-1
/
+2
*
unique_ptrify SourceManager::createFileID
David Blaikie
2014-08-29
1
-1
/
+1
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
1
-2
/
+2
*
Rename SourceManager::createFileIDForMemBuffer()
Alp Toker
2014-05-16
1
-1
/
+1
*
[Doc parsing] Provide diagnostics for unknown documentation
Fariborz Jahanian
2013-05-03
1
-1
/
+1
*
Comment parsing: refactor handling of command markers in AST
Dmitri Gribenko
2013-03-04
1
-15
/
+64
*
Some refactoring in my patch on document
Fariborz Jahanian
2013-03-02
1
-10
/
+10
*
Comment parsing: add CommentOptions to allow specifying custom comment block ...
Dmitri Gribenko
2013-02-22
1
-1
/
+72
*
Comment parsing: add more tests for html character references
Dmitri Gribenko
2013-01-19
1
-1
/
+2
*
Really sort the #include lines in unittests/...
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Sort the #include lines for unittests/...
Chandler Carruth
2012-12-04
1
-5
/
+4
*
More unit-test fixes
Douglas Gregor
2012-10-23
1
-0
/
+1
*
Fixup unit tests for DiagnosticOptions change
Douglas Gregor
2012-10-23
1
-1
/
+1
*
Comment parsing: don't parse comment marker followed by a digit as a command
Dmitri Gribenko
2012-09-14
1
-3
/
+31
*
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-09-10
1
-39
/
+83
*
Remove the useless CommentOptions class.
Dmitri Gribenko
2012-08-31
1
-1
/
+1
*
Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tag
Dmitri Gribenko
2012-08-22
1
-78
/
+94
*
Comment parsing: extract TableGen'able pieces into new CommandTraits class.
Dmitri Gribenko
2012-08-09
1
-1
/
+3
*
Implement resolving of HTML character references (named: &, decimal: *,
Dmitri Gribenko
2012-07-27
1
-1
/
+320
*
Comment parsing: don't parse whitespace before \endverbatim as a separate lin...
Dmitri Gribenko
2012-07-18
1
-17
/
+11
*
Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...
Dmitri Gribenko
2012-07-13
1
-96
/
+96
*
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2012-07-11
1
-4
/
+57
*
Comment lexing: fix lexing to actually work in non-error cases.
Dmitri Gribenko
2012-07-09
1
-12
/
+107
*
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko
2012-07-06
1
-26
/
+164
*
Fix an infinite loop in comment lexer: we were not advancing in the input cha...
Dmitri Gribenko
2012-06-27
1
-10
/
+32
*
Remove unsigned and a pointer from a comment token (so that each token can ha...
Dmitri Gribenko
2012-06-27
1
-29
/
+32
*
Implement a lexer for structured comments.
Dmitri Gribenko
2012-06-26
1
-0
/
+1010