hanchenye-llvm-project/clang/lib
Daniel Jasper f38a0ace2d Slightly improve formatting of longer pipe statements.
The stronger binding of a string ending in :/= does not really make
sense if it is the only character.

Before:
llvm::outs() << aaaaaaaaaaaaaaaaaaaaaaaa
             << "=" << bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb;

After:
llvm::outs() << aaaaaaaaaaaaaaaaaaaaaaaa << "="
             << bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb;

llvm-svn: 177075
2013-03-14 14:00:17 +00:00
..
ARCMigrate Add a hasExternalLinkage helper. No functionality change. 2013-03-07 02:00:27 +00:00
AST Avoid computing the linkage too early. Don't invalidate it. 2013-03-14 03:07:35 +00:00
ASTMatchers First step towards adding a parent map to the ASTContext. 2013-02-28 13:21:39 +00:00
Analysis Remove the CFGElement "Invalid" state. 2013-02-23 00:29:34 +00:00
Basic [Modules] Resolve top-headers of modules lazily. 2013-03-13 21:13:43 +00:00
CodeGen Update GCOVProfiling pass creation for API change in r177002. No functionality change. 2013-03-14 05:14:01 +00:00
Driver [ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is not explicitly disabled). 2013-03-14 12:13:27 +00:00
Edit Include llvm::Optional in clang/Basic/LLVM.h 2013-02-20 22:23:23 +00:00
Format Slightly improve formatting of longer pipe statements. 2013-03-14 14:00:17 +00:00
Frontend Update GCOVProfiling pass creation for API change in r177002. No functionality change. 2013-03-14 05:14:01 +00:00
FrontendTool use early returns to simplify and de-nest 2013-01-06 07:49:41 +00:00
Headers PR15480: fixed second parameter types of vec_lde, vec_lvebx, vec_lvehx, and vec_lvewx according to AltiVec Programming Interface Manual 2013-03-10 16:25:43 +00:00
Lex [Modules] Don't eagerly load and associate all the module header files. 2013-03-13 21:13:51 +00:00
Parse Flag that friend function definitions are "late parsed" so that 2013-03-14 05:13:41 +00:00
Rewrite ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. 2013-03-08 21:51:21 +00:00
Sema Add support for the 'endian' attribute for OpenCL. 2013-03-14 09:54:43 +00:00
Serialization [modules] Don't write the UnusedFileScopedDecls vector to the module file. 2013-03-14 04:45:00 +00:00
StaticAnalyzer [analyzer] BugReporter - more precise tracking of C++ references 2013-03-13 20:20:14 +00:00
Tooling Reverting r176944 until Author fixes test failure. 2013-03-13 13:48:47 +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