hanchenye-llvm-project/clang/lib
Daniel Jasper de0328aea8 Split UnwrappedLineFormatter into individual components.
Goals: Structure code better and make components easier to use for
future features (e.g. column layout for long braced initializers).

No functional changes intended.

llvm-svn: 188543
2013-08-16 11:20:30 +00:00
..
ARCMigrate ObjectiveC migrator. Start annotating CF functions 2013-08-15 21:44:38 +00:00
AST Parse: Do not 'HandleTopLevelDecl' on templated functions. 2013-08-16 08:29:13 +00:00
ASTMatchers Add ctorInitializer to the dynamic AST Matcher registry. 2013-08-15 00:33:08 +00:00
Analysis Thread Safety Analysis: fix bug when using TryLock with && and || expressions. 2013-08-15 23:06:33 +00:00
Basic Add XCore target 2013-08-13 09:43:10 +00:00
CodeGen Revert r188498. 2013-08-16 10:35:31 +00:00
Driver Windows ToolChain: add VS bin dir to PogramPaths 2013-08-16 03:15:10 +00:00
Edit ObjectiveC migrator: Remove semicolon after the typedef 2013-07-18 22:17:33 +00:00
Format Split UnwrappedLineFormatter into individual components. 2013-08-16 11:20:30 +00:00
Frontend [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer. 2013-08-16 01:06:30 +00:00
FrontendTool Indicate success for simple options when clang called with -cc1. 2013-08-07 12:54:47 +00:00
Headers Use a shuffle with undef elements instead of inserting 0s in the 128-bit to 256-bit casting intrinsics to improve performance. Thanks to Katya Romanova for identifying this issue. 2013-08-05 06:17:21 +00:00
Lex Use isCharInSet from llvm/Support/UnicodeCharRanges.h, added a test for double-width characters in FixIt-hints. 2013-08-09 06:35:06 +00:00
Parse Parse: Do not 'HandleTopLevelDecl' on templated functions. 2013-08-16 08:29:13 +00:00
Rewrite [frontend] '-frewrite-includes' should not ignore headers included from command-line. 2013-07-26 15:32:04 +00:00
Sema Parse: Do not 'HandleTopLevelDecl' on templated functions. 2013-08-16 08:29:13 +00:00
Serialization Properly track l-paren of a CXXFucntionalCastExpr. 2013-08-15 22:02:56 +00:00
StaticAnalyzer [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer. 2013-08-16 01:06:30 +00:00
Tooling Adding a vector version of tooling::applyAllReplacements 2013-08-13 17:38:19 +00:00
CMakeLists.txt
Makefile