llvm-project/clang/lib
Daniel Jasper 40db06af64 Keep trailing annotations close to their argument.
Before:
bool aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa GUARDED_BY(
    aaaaaaaaaaaa);

After:
bool aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    GUARDED_BY(aaaaaaaaaaaa);

llvm-svn: 186077
2013-07-11 12:34:23 +00:00
..
ARCMigrate ObjC migrator: Add -objcmt-migrate-property to do property 2013-07-09 16:59:14 +00:00
AST Add a __builtin_addressof that performs the same functionality as the built-in 2013-07-11 02:27:57 +00:00
ASTMatchers Fix use of invalidated iterator bug in AST match finder. 2013-07-08 14:16:30 +00:00
Analysis Remove bogus VarDecl::extendsLifetimeOfTemporary function and inline it into 2013-06-27 21:43:17 +00:00
Basic Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specifying the vector size. 2013-07-08 03:55:09 +00:00
CodeGen Fix build. 2013-07-11 02:28:36 +00:00
Driver ObjC migrator: Add -objcmt-migrate-property to do property 2013-07-09 16:59:14 +00:00
Edit ObjC migrator: Improve on hueristics. 2013-07-10 21:30:22 +00:00
Format Keep trailing annotations close to their argument. 2013-07-11 12:34:23 +00:00
Frontend ObjC migrator: Add -objcmt-migrate-property to do property 2013-07-09 16:59:14 +00:00
FrontendTool ObjC migrator: Add -objcmt-migrate-property to do property 2013-07-09 16:59:14 +00:00
Headers X86 intrinsics: cmpge|gt|nge|ngt_ss|_sd 2013-06-17 19:42:49 +00:00
Lex Don't give # and ## special treatment when in -traditional-cpp mode. Patch by 2013-07-09 01:00:29 +00:00
Parse PR5066: If a declarator cannot have an identifier, and cannot possibly be 2013-07-11 05:10:21 +00:00
Rewrite Use llvm::sys::fs::createUniqueFile. 2013-07-05 21:13:58 +00:00
Sema Add a __builtin_addressof that performs the same functionality as the built-in 2013-07-11 02:27:57 +00:00
Serialization Use llvm::sys::fs::createUniqueFile. 2013-07-05 21:13:58 +00:00
StaticAnalyzer [analyzer] Remove bogus assert: in C++11, 'new' can do list-initialization. 2013-07-10 19:14:10 +00:00
Tooling Put helper class in anonymous namespace. 2013-07-01 06:34:58 +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