llvm-project/clang/lib
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
..
ARCMigrate [arcmt] Follow-up for r171484; make sure when adding brackets enclosing case statements, 2013-01-08 00:58:25 +00:00
AST Clear the LV cache when setting the instantiated from link. 2013-01-08 14:58:32 +00:00
ASTMatchers Implements multiple parents in the parent map. 2012-12-06 14:42:48 +00:00
Analysis CFG.cpp: Fix wrapping logic when printing block preds/succs. 2013-01-07 09:51:17 +00:00
Basic [mips] Fix data layout string. Add 64 to the list of native integer widths 2013-01-05 02:04:34 +00:00
CodeGen Extract the instance-method case for debug info out into a separate function. 2013-01-07 23:06:35 +00:00
Driver Prepare for the upcoming version of Debian (jessie) 2013-01-06 08:09:29 +00:00
Edit EditedSource.cpp: Appease msvc, to add <cctype>. 2012-12-21 00:21:02 +00:00
Format Don't put spaces around ##. 2013-01-08 16:17:54 +00:00
Frontend Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525> 2013-01-04 18:22:19 +00:00
FrontendTool use early returns to simplify and de-nest 2013-01-06 07:49:41 +00:00
Headers Code cleanup: Remove trailing whitespace in unwind.h. 2012-11-14 06:33:58 +00:00
Lex Pull the bulk of Lexer::MeasureTokenLength() out into a new function, 2013-01-07 19:16:18 +00:00
Parse Add fixit hints for misplaced C++11 attributes around class specifiers. 2013-01-07 16:57:11 +00:00
Rewrite Fix indent and remove parameter with a matching default value. 2013-01-04 22:40:33 +00:00
Sema Clear the LV cache when merging the availability attribute. 2013-01-08 04:04:30 +00:00
Serialization [PCH] (De)serialize the end location of MacroInfo. 2013-01-07 19:16:23 +00:00
StaticAnalyzer [analyzer] Include the bug uniqueing location in the issue_hash. 2013-01-08 00:25:29 +00:00
Tooling Style and Doc fix for CommonOptionsParser 2012-12-14 18:58:25 +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