llvm-project/clang/lib
Daniel Jasper 65ee347285 clang-format: Add more options to namespace indentation.
With this patch, clang-format can be configured to:
* not indent in namespace at all (former behavior).
* indent in namespace as in other blocks.
* indent only in inner namespaces (as required by WebKit style).

Also fix alignment of access specifiers in WebKit style.

Patch started by Marek Kurdej. Thank you!

llvm-svn: 187540
2013-07-31 23:16:02 +00:00
..
ARCMigrate Objective-C migrator: some cleanup. 2013-07-24 19:18:37 +00:00
AST Add MicrosoftVFTableContext to AST 2013-07-30 09:46:19 +00:00
ASTMatchers Add matcher for float literals. 2013-07-26 18:52:58 +00:00
Analysis [analyzer] Include analysis stack in crash traces. 2013-07-19 00:59:08 +00:00
Basic Simplified SourceManager::translateLineCol a bit. 2013-07-29 22:26:10 +00:00
CodeGen Add MicrosoftVFTableContext to AST 2013-07-30 09:46:19 +00:00
Driver Option parsing tables: pick up AliasArgs from the OPTION macro. 2013-07-31 23:07:21 +00:00
Edit ObjectiveC migrator: Remove semicolon after the typedef 2013-07-18 22:17:33 +00:00
Format clang-format: Add more options to namespace indentation. 2013-07-31 23:16:02 +00:00
Frontend Update for llvm api change. 2013-07-29 21:26:52 +00:00
FrontendTool ObjC migrator: Add -objcmt-migrate-property to do property 2013-07-09 16:59:14 +00:00
Headers This patch implements __get_cpuid_max() as an inline and __cpuid() and 2013-07-19 17:28:36 +00:00
Lex Support for Thread Safety Analysis in C 2013-07-29 18:24:03 +00:00
Parse Avoid recursions when the parser finds out that it has too many brackets. 2013-07-25 02:11:20 +00:00
Rewrite [frontend] '-frewrite-includes' should not ignore headers included from command-line. 2013-07-26 15:32:04 +00:00
Sema ObjectiveC ARC: Do not issue bridge cast diagnostic when 2013-07-31 21:40:51 +00:00
Serialization Fix read of uninitialized enum value in test, caught by UBSan. No functionality 2013-07-31 00:26:46 +00:00
StaticAnalyzer Using the function pointer instead of the function type; this allows us to re-enable a warning in MSVC by default. 2013-07-27 03:34:50 +00:00
Tooling Allow clang tools to display an overview when using the CommonOptionsParser. 2013-07-19 12:20:59 +00:00
CMakeLists.txt Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that 2013-05-29 21:09:18 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00