2011-06-24 |
John McCall | Test case for r133840, neglectfully uncommitted. |
commit | commitdiff | tree | snapshot |
2011-06-24 |
John McCall | Honor objc_precise_lifetime in GC mode by feeding the... |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Bob Wilson | Revert "Shorten some ARM builtin names by removing... |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Devang Patel | Fix struct member's scope. Patch by Xi Wang. |
commit | commitdiff | tree | snapshot |
2011-06-24 |
John McCall | Change the IR-generation of VLAs so that we capture... |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Bob Wilson | Shorten some ARM builtin names by removing unnecessary... |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Fariborz Jahanian | No need to warn if 'unavailable' method/property |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Fariborz Jahanian | objc-arc: Give more descriptive diagnostics when |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Argyrios Kyrtzidis | Only do delayed diagnostics if there were no errors... |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Argyrios Kyrtzidis | [arcmt] Add test for rdar://9601437. |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Fariborz Jahanian | objc-arc: Check on a variety of unsafe assignment of... |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Bob Wilson | Fix comments. |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Argyrios Kyrtzidis | Allow Lexer::getLocForEndOfToken to return the location... |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Argyrios Kyrtzidis | In TextDiagnosticPrinter::EmitCaretDiagnostic, don... |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Argyrios Kyrtzidis | Allow the fixit for missing ':' in the ?: ternary opera... |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Argyrios Kyrtzidis | SourceManager::isAtStartOfMacroInstantiation should... |
commit | commitdiff | tree | snapshot |
2011-06-24 |
NAKAMURA Takumi | unittests/Basic/FileManagerTest.cpp: Unbreak Win32... |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Jay Foad | Fix unused label warning. |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Sean Hunt | This patch started as an attempt to fix up the horrid... |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Argyrios Kyrtzidis | Rename objc_lifetime -> objc_ownership, and modify... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Fariborz Jahanian | When forming a cycle in objc's inheritance hierarchy, |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Sean Hunt | Unbreak the CMake build. |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Argyrios Kyrtzidis | [arcmt] Fully migrate ObjC++ classes, rdar://9660007. |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Argyrios Kyrtzidis | [arcmt] Remove rewriteAllocCopyWithZone transformation... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
John McCall | Apparently at some point in the past I forgot how ... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Fariborz Jahanian | Improve on warning when objc pointer is used in |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Douglas Gregor | Remove superfluous comment |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Fariborz Jahanian | Move definition of template <typename T> void Decl... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Douglas Gregor | Bump Token::Kind from an unsigned char to an unsigned... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Fariborz Jahanian | Support for catching objc pointer objects in c++ catch... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Eli Friedman | Fix Sema::CheckVectorOperands so that it doesn't try... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Fariborz Jahanian | Minor tweak to my last patch per Doug's comment. |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Andrew Trick | cmake+lit: final cleanup related to the recent churn |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Fariborz Jahanian | Remove multiple use of weak_import attribute on |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Fariborz Jahanian | Remove weak_import attribute on new declaration. |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Dylan Noblesmith | fix autoconf build from r133710 |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Dylan Noblesmith | avoid using config.h in public headers |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Sean Hunt | Add documentation about __has_feature(cxx_delegationg_c... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Nick Lewycky | Fix this test on machines that don't run clang -cc1as... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Sean Hunt | Fix a minor copy-paste-o that broke the stylesheets |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Sean Hunt | Fix a bunch of HTML compliance problems with LanguageEx... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Douglas Gregor | Move all of Sema's member-access-related checking out... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Sean Hunt | Revert "-fexceptions does not, in fact, enable C++... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Argyrios Kyrtzidis | Allow unavailable function calls inside unavailable... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Sean Hunt | Clean up the heart of the caching code and miss fewer... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Sean Hunt | -fexceptions does not, in fact, enable C++ exceptions |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Andrew Trick | lit support for REQUIRES: asserts. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Douglas Gregor | Check for placeholders early on in |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Sean Hunt | Fix a think-o that amazingly didn't show up until I... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Fariborz Jahanian | Issue warning if weak_import attribute is added to... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Daniel Dunbar | test/Unit: Fixup lit.cfg to allow running inside test... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Fariborz Jahanian | Alloa catching Objective-C id's being thrown with C... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Manuel Klimek | Changes ParenListExpr to always require a type. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Douglas Gregor | Copy diagnostic pragmas to the preprocessed output... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Douglas Gregor | Fix the starting location of the Fix-It note for suspic... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Douglas Gregor | When instantiating a function template declaration... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Argyrios Kyrtzidis | [arcmt] Make -Warc-unsafe-retained-assign an error... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Argyrios Kyrtzidis | Put all ARC-related warnings into the "arc" diagnostic... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Argyrios Kyrtzidis | Change "cannot assign retained object.." warning to... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Eric Christopher | Build and use libcompiler_rt whenever possible. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Douglas Gregor | Try to silence GCC warning |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Fariborz Jahanian | objc-arc: Allow unbridged cast of retainable object to |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Douglas Gregor | Implement the C++0x move optimization for Automatic... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Douglas Gregor | When binding a reference to an Automatic Reference... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Douglas Gregor | Give MaterializeTemporaryExpr the exact type of the... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Douglas Gregor | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Jay Foad | Replace the existing forms of ConstantArray::get()... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Argyrios Kyrtzidis | Introduce DelayedCleanupPool useful for simplifying... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Andrew Trick | Only do config-time substitution of LLVM_BUILD_MODE in |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Sean Hunt | Actually, you know, fix the problem. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
John McCall | Emit @finally blocks completely lazily instead of forci... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Sean Hunt | Avoid making assumption that this is either a CXXMethod... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Sean Hunt | Extend the deleted overload candidate note to cover... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Sean Hunt | Ensure that we delete implict copy members when explici... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
John McCall | It is possible to request the nonfragile ABI with ... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Sean Hunt | Attempt to reapply this patch for caching copy assignme... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Richard Smith | Fix PR10168: don't warn for unused non-dependent variab... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Chandler Carruth | Fix a missing space noticed by matthewbg in code review. |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Richard Smith | First part of PR9968: the __range variable in a depende... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Chandler Carruth | Fix some grammar nits in the comments from Nick. |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Chandler Carruth | Revert r133526 which re-orders the suggestions for... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Sean Hunt | Unbreak the CMake build |
commit | commitdiff | tree | snapshot |
2011-06-21 |
John McCall | Fix the mangling of dependent-scope decl ref expression... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Bob Wilson | Fix a case that I missed in r133550. |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Bob Wilson | Make InitHeaderSearch::AddPath and HeaderSearchOptions... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Daniel Dunbar | Driver/Darwin: Fixup version check for -object_path_lto... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Bob Wilson | Fix the default libc++ header search path to be sysroot... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Bob Wilson | Fix cut-and-paste error: --stdlib is an alias for ... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Daniel Dunbar | Driver/Darwin: When invoking the linker, automatically... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Daniel Dunbar | Driver: Factor out IsUsingLTO helper function. |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Argyrios Kyrtzidis | [arcmt] Merge 'removeEmptyStatements' and 'removeDeallo... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Argyrios Kyrtzidis | [arcmt] Break apart Transforms.cpp. |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Fariborz Jahanian | objc-arc: Add support for unbridged cast of |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Daniel Dunbar | IRgen: Add a -fuse-register-sized-bitfield-access optio... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Daniel Dunbar | Basic: Add TargetInfo::getRegisterWidth hook. |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Daniel Dunbar | IRgen: Add CGOptions to CGTypes. |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Fariborz Jahanian | ^cat^cast^ |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Douglas Gregor | A few tweaks to MaterializeTemporaryExpr suggested... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Fariborz Jahanian | Add comment before CheckObjCARCConversion is called on |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Chandler Carruth | Switch the order of the notes for the parentheses sugge... |
commit | commitdiff | tree | snapshot |
next |