2011-06-28 |
Douglas Gregor | Fix test case; we may end up linking against the libpro... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Jordy Rose | [analyzer] strnlen isn't a builtin, don't test for it |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Chris Lattner | Fix PR9279 - Macro expansion stack trace seriously... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Argyrios Kyrtzidis | Introduce Declarator::CXXNewContext and remove 'AutoAll... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Argyrios Kyrtzidis | Centralize all checks for a C++ tag definition inside... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Argyrios Kyrtzidis | Centralize the check for a tag definition in a Declarat... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Argyrios Kyrtzidis | Remove the call to GetTypeForDeclarator in Sema::ActOnC... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Argyrios Kyrtzidis | Cut down a few of the excess errors in the test. |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Eli Friedman | Revert unintentional commit. |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Fariborz Jahanian | Provide fix-it for '.' <-> '->' for Objective-C ivar... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
John McCall | ARC writeback isn't supposed to apply to local indirect... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Eli Friedman | Merge some calls to FoldingSetNodeID::AddInteger; assum... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
John McCall | Don't factor in visibility for templates and template... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
John McCall | Merge this test into another. |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Eli Friedman | Cache the result of AttributeList::getKind(); it's... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
John McCall | Fix PR10204 in a better way. |
commit | commitdiff | tree | snapshot |
2011-06-27 |
John McCall | Update test for r133934. |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Fariborz Jahanian | Handle nonnull attribute with optional argument number on |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Jordy Rose | [analyzer] Use UnknownVal when default-initializing... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Bob Wilson | Minor grammatical fix for error message. Radar 9681093. |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Nico Weber | Revert parts of r133860 to fix a crash. Add a test. |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Argyrios Kyrtzidis | [libclang] Avoid having the cursor of an expression... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Argyrios Kyrtzidis | [libclang] Avoid having the cursor of an expression... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Bill Wendling | libprofile_rt may be installed as a dylib on Darwin. |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Douglas Gregor | Reduce the size of the ExtInfo bitfield in FunctionType... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Douglas Gregor | When instantiating a C++ "new" expression, don't fake... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Chandler Carruth | Cleanup a fixme by using a specific diagnostic for... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Douglas Gregor | Improve header search for MinGW(-w64), from Ruben Van... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Chandler Carruth | Fix missing braces around two statements that were... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Chandler Carruth | Factor out (some of) the checking for invalid forms... |
commit | commitdiff | tree | snapshot |
2011-06-26 |
Richard Smith | Fix PR10187: when diagnosing a two-phase-lookup-related... |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Eli Friedman | Cleanup cast IRGen a bit; no intended functionality... |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Richard Smith | Fix a couple more issues related to r133854: |
commit | commitdiff | tree | snapshot |
2011-06-25 |
John McCall | Do not apply the ARC move optimization to 'const'-quali... |
commit | commitdiff | tree | snapshot |
2011-06-25 |
John McCall | LValue carries a type now, so simplify the main EmitLoa... |
commit | commitdiff | tree | snapshot |
2011-06-25 |
John McCall | Mark the multiply which occurs as part of performing... |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Douglas Gregor | When deciding how to parse "= something" as part of... |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Fariborz Jahanian | objc-arc/mrc: Allow ns_returns_not_retained attribute... |
commit | commitdiff | tree | snapshot |
2011-06-24 |
John McCall | Two more test cases which have been long uncommitted. |
commit | commitdiff | tree | snapshot |
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 |
next |