hanchenye-llvm-project/clang/unittests
Daniel Jasper f793511579 Initial version of formatting library.
This formatting library will be used by a stand-alone clang-format tool
and can also be used when writing other refactorings.

Manuel's original design document:
https://docs.google.com/a/google.com/document/d/1gpckL2U_6QuU9YW2L1ABsc4Fcogn5UngKk7fE5dDOoA/edit

The library can already successfully format itself.

Review: http://llvm-reviews.chandlerc.com/D80
llvm-svn: 169137
2012-12-03 18:12:45 +00:00
..
AST Remove out-of-date comment. 2012-11-29 23:09:57 +00:00
ASTMatchers Make hasDeclaration work for enums. 2012-12-03 15:43:25 +00:00
Basic Fix unit tests for ModuleLoader change in r168961. 2012-11-30 00:01:57 +00:00
Format Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Frontend Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
Lex Fix unit tests for ModuleLoader change in r168961. 2012-11-30 00:01:57 +00:00
Tooling Allow an ASTConsumer to selectively skip function bodies while parsing. Patch 2012-11-27 21:31:01 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00