diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-07-06 00:28:32 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-07-06 00:28:32 +0000 |
commit | ec92531c292e9c6961dd3e545c9fb031135b19bc (patch) | |
tree | 2c344abf5dbc2547b3b0159880de0196461572e2 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | d5200f1bc4cb41329fd05a09d552e63705b294fc (diff) | |
download | llvm-ec92531c292e9c6961dd3e545c9fb031135b19bc.zip llvm-ec92531c292e9c6961dd3e545c9fb031135b19bc.tar.gz llvm-ec92531c292e9c6961dd3e545c9fb031135b19bc.tar.bz2 |
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
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions