Go to file
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
clang Implement AST classes for comments, a real parser for Doxygen comments and a 2012-07-06 00:28:32 +00:00
compiler-rt tsan: Go language support 2012-07-05 16:18:28 +00:00
debuginfo-tests Fix this for buggy gdb behavior alongside the change 2012-06-05 18:16:03 +00:00
libclc configure.py: Add an install rule. 2012-06-01 17:29:59 +00:00
libcxx mark operator new(std::nothrow) as noalias (aka __attribute__((malloc)) 2012-06-28 16:47:34 +00:00
libcxxabi Don't dereference root in __parse_ctor_dtor_name unless it is known to not be null. 2012-06-15 21:57:51 +00:00
lld Add missing LLVMSupport 2012-07-04 02:16:35 +00:00
lldb <rdar://problem/11806995> 2012-07-05 21:46:53 +00:00
llvm Enable new[] on llvm::BumpPtrAllocator. 2012-07-06 00:25:39 +00:00
polly Add stringFromIslObj support for various isl_objs. 2012-07-05 08:55:31 +00:00