llvm-project/clang/unittests/AST
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