llvm-project/clang/lib
Daniel Jasper 2723403f9e Small tweaks to clang-format.
Now not joining keywords with '::' and not putting a space between
a pointer pointer.

llvm-svn: 169594
2012-12-07 09:52:15 +00:00
..
ARCMigrate Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
AST Don't use dyn_cast on a Type* which might not be canonical. Fixes an extremely obscure record layout bug. 2012-12-06 03:04:50 +00:00
ASTMatchers Implements multiple parents in the parent map. 2012-12-06 14:42:48 +00:00
Analysis Use the BlockDecl captures list to infer the direct captures for a BlockDataRegion. Fixes <rdar://problem/12415065>. 2012-12-06 07:17:26 +00:00
Basic Adapt to LLVM commit 169291 which streamlines the usage of NaCl/NativeClient 2012-12-04 18:38:10 +00:00
CodeGen Fix the required args count for variadic blocks. 2012-12-07 07:03:17 +00:00
Driver Revert r169557. It seems that the test is too restricted 2012-12-06 23:40:31 +00:00
Edit Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
Format Small tweaks to clang-format. 2012-12-07 09:52:15 +00:00
Frontend [driver, ms-inline asm] -fms-compatibility enables -fms-extensions, so this should enable 2012-12-05 23:35:10 +00:00
FrontendTool Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
Headers Code cleanup: Remove trailing whitespace in unwind.h. 2012-11-14 06:33:58 +00:00
Lex Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
Parse Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body 2012-12-06 18:59:10 +00:00
Rewrite Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
Sema Per [dcl.fct.def.default]p1, don't allow variadic special members to be defaulted. 2012-12-07 02:10:28 +00:00
Serialization Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body 2012-12-06 18:59:10 +00:00
StaticAnalyzer Cache queries to lookupPrivateMethod() within ObjCMethodCall::getRuntimeDefinition(). 2012-12-07 07:30:19 +00:00
Tooling Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Initial version of formatting library. 2012-12-03 18:12:45 +00:00