This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
893d3d336a
llvm-project
/
clang
/
unittests
/
AST
History
Dmitri Gribenko
619e75eb96
Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line with Statement AST nodes.
...
llvm-svn: 160182
2012-07-13 19:02:42 +00:00
..
CMakeLists.txt
Implement a lexer for structured comments.
2012-06-26 20:39:18 +00:00
CommentLexer.cpp
Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML start tags' and 'HTML close tags' to 'HTML end tags' according to HTML spec.
2012-07-13 00:44:24 +00:00
CommentParser.cpp
Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line with Statement AST nodes.
2012-07-13 19:02:42 +00:00
Makefile
Enable comment parsing and semantic analysis to emit diagnostics. A few
2012-07-11 21:38:39 +00:00