llvm-project/clang/unittests
Dmitri Gribenko ec92531c29 Implement AST classes for comments, a real parser for Doxygen comments and a
very simple semantic analysis that just builds the AST; minor changes for lexer
to pick up source locations I didn't think about before.

Comments AST is modelled along the ideas of HTML AST: block and inline content.

* Block content is a paragraph or a command that has a paragraph as an argument
  or verbatim command.
* Inline content is placed within some block.  Inline content includes plain
  text, inline commands and HTML as tag soup.

llvm-svn: 159790
2012-07-06 00:28:32 +00:00
..
AST Implement AST classes for comments, a real parser for Doxygen comments and a 2012-07-06 00:28:32 +00:00
Basic Clang side of a refactoring of the CMake unit test build strategy. 2012-06-21 09:51:42 +00:00
Frontend Update unittests for include change. 2012-07-04 20:33:53 +00:00
Lex Clang side of a refactoring of the CMake unit test build strategy. 2012-06-21 09:51:42 +00:00
Tooling Adapts the FrontendAction convenience functions so that it can be 2012-07-05 18:13:01 +00:00
CMakeLists.txt Clang side of a refactoring of the CMake unit test build strategy. 2012-06-21 09:51:42 +00:00
Makefile Implement a lexer for structured comments. 2012-06-26 20:39:18 +00:00