GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clang
/
unittests
/
AST
/
CommentParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
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
*
[C++11] Use 'nullptr'. Unittests edition.
Craig Topper
2014-06-08
1
-2
/
+2
*
Rename SourceManager::createFileIDForMemBuffer()
Alp Toker
2014-05-16
1
-1
/
+1
*
Comment parsing: don't crash while parsing \deprecated in a standalone comment
Dmitri Gribenko
2014-01-27
1
-0
/
+20
*
Comment parsing: fix a bug where a line with whitespace between two paragraphs
Dmitri Gribenko
2013-08-23
1
-5
/
+30
*
[Doc parsing] Provide diagnostics for unknown documentation
Fariborz Jahanian
2013-05-03
1
-1
/
+1
*
Comment parsing: add CommentOptions to allow specifying custom comment block ...
Dmitri Gribenko
2013-02-22
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
-7
/
+6
*
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
*
[doc parsing] use getParamName to access parameter
Fariborz Jahanian
2012-10-18
1
-2
/
+2
*
structured document comment: patch to provide comment for overriding function
Fariborz Jahanian
2012-10-15
1
-1
/
+1
*
[Doc parsing] This patch searches overridden objc/c++
Fariborz Jahanian
2012-10-10
1
-1
/
+1
*
Move the 'find macro by spelling' infrastructure to the Preprocessor class and
Dmitri Gribenko
2012-09-29
1
-1
/
+1
*
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-09-10
1
-50
/
+68
*
Remove the useless CommentOptions class.
Dmitri Gribenko
2012-08-31
1
-1
/
+1
*
Comment parsing: extract TableGen'able pieces into new CommandTraits class.
Dmitri Gribenko
2012-08-09
1
-3
/
+5
*
Comment parsing: fix crash on \tparam followed immediately by another block
Dmitri Gribenko
2012-08-06
1
-8
/
+56
*
Comment parser tests: test that we allow placing no whitespace between \param
Dmitri Gribenko
2012-08-01
1
-0
/
+3
*
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-31
1
-0
/
+60
*
Comment parser: add one more test
Dmitri Gribenko
2012-07-30
1
-4
/
+23
*
Implement resolving of HTML character references (named: &, decimal: *,
Dmitri Gribenko
2012-07-27
1
-1
/
+1
*
Comment parsing: allow newlines between \param, direction specification (e.g.,
Dmitri Gribenko
2012-07-24
1
-44
/
+82
*
Comment parsing: retokenized text tokens are now pushed back in correct (not
Dmitri Gribenko
2012-07-24
1
-0
/
+25
*
Comment parser unit tests: split a huge test case
Dmitri Gribenko
2012-07-23
1
-34
/
+51
*
Comment parser unit tests: reduce code duplication
Dmitri Gribenko
2012-07-23
1
-122
/
+45
*
Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block.
Dmitri Gribenko
2012-07-20
1
-15
/
+58
*
Comment parsing: don't parse whitespace before \endverbatim as a separate lin...
Dmitri Gribenko
2012-07-18
1
-18
/
+48
*
Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line...
Dmitri Gribenko
2012-07-13
1
-15
/
+15
*
Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...
Dmitri Gribenko
2012-07-13
1
-61
/
+61
*
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2012-07-11
1
-5
/
+54
*
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko
2012-07-06
1
-0
/
+1126