clang-1/lib
Daniel Jasper 058f6f889a Comments should not prevent single-line functions.
Before:
void f() {}
void g() {
} // comment

After:
void f() {}
void g() {} // comment

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181996 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-16 10:17:39 +00:00
..
ARCMigrate Cleanup handling of UniqueExternalLinkage. 2013-05-13 00:12:11 +00:00
AST First pass of semantic analysis for init-captures: check the initializer, build 2013-05-16 06:20:58 +00:00
ASTMatchers Test commit 2013-05-15 19:49:05 +00:00
Analysis Remove unused, awkward CFGStmtVisitor and subclasses. 2013-05-15 23:22:55 +00:00
Basic Use correct types for SPARC v9. 2013-05-15 03:22:33 +00:00
CodeGen Whitespace. 2013-05-16 00:52:23 +00:00
Driver [Mips] Add -mldc1-sdc1 / -mno-ldc1-sdc1 command line options. 2013-05-11 06:33:44 +00:00
Edit [objcmt] Fix a mishandled conversion to objc directory literal. 2013-04-06 01:13:17 +00:00
Format Comments should not prevent single-line functions. 2013-05-16 10:17:39 +00:00
Frontend C++1y deduced return types: when we deduce a return type for a function which 2013-05-11 05:45:24 +00:00
FrontendTool <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. 2013-03-27 16:47:18 +00:00
Headers Fix the return type of the complex creal functions. Patch by YunZhong Gao, modified to use _Static_assert and to check __STDC_HOSTED__ by me. 2013-05-09 17:41:19 +00:00
Lex Use only explicit bool conversion operator 2013-05-15 07:37:26 +00:00
Parse First pass of semantic analysis for init-captures: check the initializer, build 2013-05-16 06:20:58 +00:00
Rewrite Use only explicit bool conversion operator 2013-05-15 07:37:26 +00:00
Sema SemaInit.cpp: give both IsStringInit() functions the same return type. 2013-05-16 09:22:40 +00:00
Serialization First pass of semantic analysis for init-captures: check the initializer, build 2013-05-16 06:20:58 +00:00
StaticAnalyzer Remove unused, awkward CFGStmtVisitor and subclasses. 2013-05-15 23:22:55 +00:00
Tooling ClangTool output cleanup 2013-03-15 20:14:01 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00