llvm-project/clang/unittests
Daniel Jasper 4f397156c4 Don't put spaces around ##.
In Clang/LLVM this seems to be the more common formatting for ##s. There
might still be case that we miss, but we'll fix those as we go along.

Before:

  #define A(X)
    void function ## X();

After:

  #define A(X)
    void function##X();

llvm-svn: 171862
2013-01-08 16:17:54 +00:00
..
AST Provide couple of DeclPrint tests for my last patch. 2012-12-20 02:20:09 +00:00
ASTMatchers Adding tests since when I was asked whether this works I wasn't 2012-12-10 07:08:53 +00:00
Basic Extend stat query APIs to explicitly specify if the query is for 2012-12-11 07:48:23 +00:00
Format Don't put spaces around ##. 2013-01-08 16:17:54 +00:00
Frontend Really sort the #include lines in unittests/... 2012-12-04 09:53:37 +00:00
Lex Really sort the #include lines in unittests/... 2012-12-04 09:53:37 +00:00
Tooling Really sort the #include lines in unittests/... 2012-12-04 09:53:37 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00