llvm-project/clang/lib
Justin Bogner bc89b18c4e Driver: Use an early return instead of a long if condition (NFC)
This just flattens an if block by returning early on the "else"
condition.

llvm-svn: 220235
2014-10-20 21:20:27 +00:00
..
ARCMigrate Objective-C SDK modernization. import Foundation even 2014-10-09 22:04:27 +00:00
AST Fix the rest of PR21289: a pack expansion that we can't expand yet makes a 2014-10-17 20:56:14 +00:00
ASTMatchers Fix code to follow the "Don’t use else after a return" rule. 2014-10-16 17:50:19 +00:00
Analysis [Analysis] Add missing newlines at end of file. 2014-10-09 20:34:45 +00:00
Basic Use the triple's isiOS() method instead of checking the value directly. NFC. 2014-10-19 02:19:27 +00:00
CodeGen Fix whitespace introduced in r220221 2014-10-20 20:29:35 +00:00
Driver Driver: Use an early return instead of a long if condition (NFC) 2014-10-20 21:20:27 +00:00
Edit Edit: Do not extend a removal to include trailing whitespace if we're at the end 2014-09-15 11:47:10 +00:00
Format clang-format: Fix overloaded operator edge case. 2014-10-20 13:56:30 +00:00
Frontend [modules] Add support for #include_next. 2014-10-20 00:15:49 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers vadefs.h: be even more conservative and only define the macros if already defined 2014-10-14 23:20:25 +00:00
Index Format: ArrayRefize some implicit copies away. 2014-10-03 18:52:48 +00:00
Lex [modules] Add support for #include_next. 2014-10-20 00:15:49 +00:00
Parse Add RestrictQualifierLoc to DeclaratorChunk::FunctionTypeInfo 2014-10-20 17:32:04 +00:00
Rewrite Use intrusive refcounted pointers to manage RopeRefCountString lifetime. 2014-09-15 17:58:03 +00:00
Sema Add RestrictQualifierLoc to DeclaratorChunk::FunctionTypeInfo 2014-10-20 17:32:04 +00:00
Serialization Revert most of r215810, which is no longer needed 2014-10-20 16:27:32 +00:00
StaticAnalyzer [analyzer] Tweak MallocSizeOfChecker to not warn when using sizeof(void*) to allocate a bunch of any pointer type. 2014-10-19 07:30:55 +00:00
Tooling Driver: Use pointee_iterator rather than iterating over unique_ptrs 2014-10-03 01:04:53 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00