llvm-project/clang/lib
Daniel Jasper 9fb676a254 clang-format: Make exception to AlwaysBreakBeforeMultilineStrings more
conservative.

In particular, this fixes an unwanted corner case.

Before:
  string s =
      someFunction("aaaa"
                   "bbbb");

After:
  string s = someFunction(
      "aaaa"
      "bbbb");

llvm-svn: 240129
2015-06-19 10:32:28 +00:00
..
ARCMigrate Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types 2015-05-29 19:42:19 +00:00
AST CFI: Implement bitset emission for the Microsoft ABI. 2015-06-19 02:30:43 +00:00
ASTMatchers Move a test from static-assert.cpp to DeclPrinterTest 2015-06-05 22:40:53 +00:00
Analysis Fix "the the" in comments/documentation/etc. 2015-06-19 01:52:53 +00:00
Basic AMDGPU: Add missing GK_VOLCANIC_ISLANDS to switch statement 2015-06-18 21:13:29 +00:00
CodeGen CFI: Implement bitset emission for the Microsoft ABI. 2015-06-19 02:30:43 +00:00
Driver Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag. 2015-06-19 01:51:54 +00:00
Edit [edit] Don't hit an assert when trying to delete a trailing space at EOF 2015-03-29 18:07:29 +00:00
Format clang-format: Make exception to AlwaysBreakBeforeMultilineStrings more 2015-06-19 10:32:28 +00:00
Frontend Introduce -fsanitize-trap= flag. 2015-06-18 23:59:22 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers Move xtest to its own file to match the gcc header organization. 2015-06-17 18:42:07 +00:00
Index Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinition -> MacroDefinition. 2015-05-04 02:25:31 +00:00
Lex [clang] Refactoring of conditions so they use isOneOf() instead of multiple is(). 2015-06-18 10:59:26 +00:00
Parse [OPENMP] Support for '#pragma omp taskgroup' directive. 2015-06-18 12:14:09 +00:00
Rewrite Remove empty non-virtual destructors or mark them =default when non-public 2015-04-11 15:58:30 +00:00
Sema [ATTRIBUTE] Support base vector types of __attribute__((mode)), patch by Alexey Frolov 2015-06-19 07:46:21 +00:00
Serialization [modules] Merging support for enums with a local definition prior to the first 2015-06-18 22:07:00 +00:00
StaticAnalyzer Fix "the the" in comments/documentation/etc. 2015-06-19 01:52:53 +00:00
Tooling Tooling: When applying a set of replacements, do deletions before 2015-06-16 10:22:10 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00