llvm-project/clang/include/clang
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 [arcmt] Only disable ARC in the second compilation if there were actually ARC errors in the checking phase. 2013-07-22 18:13:54 +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 Improve the diagnostic experience, including adding recovery, for 2013-07-31 17:38:24 +00:00
CodeGen Pass the target options through to code generation. 2013-02-14 08:09:20 +00:00
Config use DEFAULT_SYSROOT 2012-04-16 04:16:43 +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 ObjC migrator: Add -objcmt-migrate-property to do property 2013-07-09 16:59:14 +00:00
FrontendTool
Lex C++1y literal suffix support: 2013-07-23 08:14:48 +00:00
Parse OpenMP: basic support for #pragma omp parallel 2013-07-19 03:13:43 +00:00
Rewrite Port HTMLDiagnostics to PathV2. No intended functionality change. 2013-06-12 18:13:05 +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 [analyzer] Fix FP warnings when binding a temporary to a local static variable 2013-07-26 11:50:42 +00:00
Tooling Allow clang tools to display an overview when using the CommonOptionsParser. 2013-07-19 12:20:59 +00:00
CMakeLists.txt Instantiate dependent attributes when instantiating templates. 2012-01-20 22:37:06 +00:00
Makefile make: fix installation of generated header files 2012-02-01 22:23:31 +00:00