2011-06-30 |
Hans Wennborg | Fix off-by-one error in StringLiteral::getLocationOfByte. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Hans Wennborg | Move test/Sema/return.cpp into test/SemaCXX/return.cpp |
commit | commitdiff | tree | snapshot |
2011-06-30 |
John McCall | Perform lvalue-to-rvalue conversions on both operands... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Hans Wennborg | svn propdel svn:eol-style test/Sema/return.cpp |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Peter Collingbourne | Replace an unreachable error path with an assert |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Peter Collingbourne | Fix typo |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Hans Wennborg | Test for errors for returning a value from a ctor or... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
David Chisnall | Add support for weakly imported classes (GNU runtime). |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Abramo Bagnara | Fixed enum constant evaluation assertions. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Chandler Carruth | Improve the wording of the warning when returning a... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
John McCall | Preserve that a TemplateName was arrived at by substituting |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Chandler Carruth | Fix an obvious typo in an attribute's diagnostics. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Evan Cheng | createTargetMachine now takes a CPU string. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
John McCall | Document and check tighter assumptions about the Templa... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Argyrios Kyrtzidis | Introduce a caching mechanism for macro expanded tokens. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Argyrios Kyrtzidis | [libclang] Introduce cxcursor::getCursorParentDecl... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Argyrios Kyrtzidis | Introduce Preprocessor::getTotalMemory() and use it... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Douglas Gregor | Check for deprecated/unavailable/etc attributes on... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Douglas Gregor | When redeclaring a local extern in the same scope,... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Fariborz Jahanian | objc-arc: fix a IRGen crash when checking for |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Fariborz Jahanian | Use existing -fcatch-undefined-behavior option, |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Benjamin Kramer | Remove doxygen.cfg to prevent accidental commits, it... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Bob Wilson | Use preferred 64-bit alignment for i64 & f64 for Thumb... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
David Chisnall | Make ARC support default to true. Please can we stop... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
David Chisnall | Add ARC support for the GNUstep runtime. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Eli Friedman | We don't pass classes with a copy-constructor or destru... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Evan Cheng | Revert accidental commit. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Evan Cheng | SubtargetFeature.h has been moved to MC. |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Fariborz Jahanian | Under a compiler flag, -freset-local-blocks, |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Daniel Dunbar | Revert r133024, "[format strings] correctly suggest... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Chandler Carruth | Update this test to reflect the new (deterministic... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Chandler Carruth | Fix non-determinism in selecting between equal-length... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Chad Rosier | Modify test case to allow buildbots to make forward... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Chandler Carruth | Fix an invalid use of ::back() on an newly emptied... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Daniel Dunbar | Driver/Darwin: -force_load can be specified multiple... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Eric Christopher | Split out logic for valid clobbers and valid inline... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Fariborz Jahanian | Eliminate most uses of ShallowCollectObjCIvars which... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
John McCall | Be more thorough about mangling unresolved types. |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Douglas Gregor | Dynamically allocate the StringMaps used in typo correc... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Douglas Gregor | Add support for C++ namespace-aware typo correction... |
commit | commitdiff | tree | snapshot |
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 |
next |