hanchenye-llvm-project/clang/lib
Nico Weber ece3d3c26e clang-format: Let Chromium use the Google default for AlignTrailingComments.
r225141 changed the defaults of AllowShortIfStatementsOnASingleLine and
AlignTrailingComments for Google style and added explicit overrides for
Chromium style to undo these changes.  For AllowShortIfStatementsOnASingleLine
that's good as the Android style guide (which Chromium uses for Java) explicitly
permits single-line ifs. But it's silent on trailing comments, to it makes
sense for Chromium style to just follow Google style.

llvm-svn: 225363
2015-01-07 18:41:10 +00:00
..
ARCMigrate Objective-C SDK modernizer. When modernizing an enum to 2014-12-10 18:25:24 +00:00
AST Document that GetTypeForDeclarator() cannot return a null type. 2015-01-04 05:29:21 +00:00
ASTMatchers Add voidType() matcher. 2014-12-15 15:09:22 +00:00
Analysis [CallGraph] Make sure the edges are not missed due to re-declarations 2014-12-17 00:34:07 +00:00
Basic R600: Handle amdgcn triple 2015-01-06 20:34:47 +00:00
CodeGen Revert r225085, it caused PR22096. 2015-01-07 18:23:08 +00:00
Driver R600: Handle amdgcn triple 2015-01-06 20:34:47 +00:00
Edit
Format clang-format: Let Chromium use the Google default for AlignTrailingComments. 2015-01-07 18:41:10 +00:00
Frontend Fix use-after-destruction introduced in r224924. 2014-12-29 21:28:15 +00:00
FrontendTool
Headers Effectively revert r151058 which caused Clang's unwind.h to defer to 2014-12-29 13:29:38 +00:00
Index [libclang] Use same USR encoding for 'char' regardless of what the target considers the sign to be. 2014-12-08 09:09:05 +00:00
Lex Lex: Don't let annotation tokens get into macro expansion 2014-12-28 07:42:49 +00:00
Parse Fix indentation. No behavior change. 2015-01-04 08:07:54 +00:00
Rewrite Trim some includes. NFC. 2014-10-29 22:13:46 +00:00
Sema Fix grammar-o in comment. 2015-01-06 23:54:59 +00:00
Serialization Objective-C: Serialize "more than one decl" state of ObjCMethodList. 2014-12-27 22:14:15 +00:00
StaticAnalyzer Use nullptr to silence -Wsentinel when self-hosting on Windows 2014-12-01 22:02:27 +00:00
Tooling Make ArgumentsAdjuster an std::function. 2014-12-03 17:53:02 +00:00
CMakeLists.txt
Makefile