clang-1/unittests/AST
Dmitri Gribenko 808383d2d6 Comment parsing: refactor handling of command markers in AST
* Use the term 'command marker', because the semantics of 'backslash' and 'at'
  commands are the same.  (Talking about 'at commands' makes them look like a
  special entity.)

* Sink the flag down into bitfields, reducing the size of AST nodes.

* Change the flag into an enum for clarity.  Boolean function parameters are
  not very clear.

* Add unittests for new tok::at_command tokens.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176461 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-04 23:06:15 +00:00
..
ASTContextParentMapTest.cpp First step towards adding a parent map to the ASTContext. 2013-02-28 13:21:39 +00:00
CMakeLists.txt First step towards adding a parent map to the ASTContext. 2013-02-28 13:21:39 +00:00
CommentLexer.cpp Comment parsing: refactor handling of command markers in AST 2013-03-04 23:06:15 +00:00
CommentParser.cpp Comment parsing: add CommentOptions to allow specifying custom comment block commands 2013-02-22 14:21:27 +00:00
DeclPrinterTest.cpp Provide couple of DeclPrint tests for my last patch. 2012-12-20 02:20:09 +00:00
Makefile fix the unit tests too. 2013-01-19 18:30:39 +00:00
MatchVerifier.h First step towards adding a parent map to the ASTContext. 2013-02-28 13:21:39 +00:00
SourceLocationTest.cpp PR15095: Use more correct source locations for the InitListExpr we fake up for 2013-02-05 05:55:57 +00:00
StmtPrinterTest.cpp Remove out-of-date comment. 2012-11-29 23:09:57 +00:00