- ea4aba0 Perform lvalue-to-rvalue conversions on both operands of ->* by John McCall · 13 years ago
- 0e3d76c svn propdel svn:eol-style test/Sema/return.cpp by Hans Wennborg · 13 years ago
- d57b7ff Replace an unreachable error path with an assert by Peter Collingbourne · 13 years ago
- a1a3874 Fix typo by Peter Collingbourne · 13 years ago
- 62273f9 Test for errors for returning a value from a ctor or dtor. by Hans Wennborg · 13 years ago
- d3fc729 Add support for weakly imported classes (GNU runtime). by David Chisnall · 13 years ago
- bfbdcd8 Fixed enum constant evaluation assertions. by Abramo Bagnara · 13 years ago
- ca0d0d4 Improve the wording of the warning when returning a value from by Chandler Carruth · 13 years ago
- 1460604 Preserve that a TemplateName was arrived at by substituting by John McCall · 13 years ago
- a8581b9 Fix an obvious typo in an attribute's diagnostics. Patch by Caitlin Sadowski. by Chandler Carruth · 13 years ago
- 368691e createTargetMachine now takes a CPU string. by Evan Cheng · 13 years ago
- 1901dce Document and check tighter assumptions about the TemplateName of a by John McCall · 13 years ago
- 5b3284a Introduce a caching mechanism for macro expanded tokens. by Argyrios Kyrtzidis · 13 years ago
- 8ccac3d [libclang] Introduce cxcursor::getCursorParentDecl(CXCursor Cursor) and use it at the appropriate place in CIndex.cpp by Argyrios Kyrtzidis · 13 years ago
- c5c5e92 Introduce Preprocessor::getTotalMemory() and use it in CIndex.cpp, no functionality change. by Argyrios Kyrtzidis · 13 years ago
- 54001c1 Check for deprecated/unavailable/etc attributes on fields that are by Douglas Gregor · 13 years ago
- e12a11f When redeclaring a local extern in the same scope, make sure that we by Douglas Gregor · 13 years ago
- 8fefc8e objc-arc: fix a IRGen crash when checking for by Fariborz Jahanian · 13 years ago
- 5d9b6bf Use existing -fcatch-undefined-behavior option, by Fariborz Jahanian · 13 years ago
- c3151c4 Remove doxygen.cfg to prevent accidental commits, it is generated from doxygen.cfg.in. by Benjamin Kramer · 13 years ago
- 949fd1a Use preferred 64-bit alignment for i64 & f64 for Thumb targets. Radar 9695134. by Bob Wilson · 13 years ago
- 95b135b Make ARC support default to true. Please can we stop making Objective-C runtime features part of the platform description? This only makes sense for Darwin. by David Chisnall · 13 years ago
- c7aed3b Add ARC support for the GNUstep runtime. by David Chisnall · 13 years ago
- ded137f We don't pass classes with a copy-constructor or destructor byval, so the address takes up an integer register (if one is available). Make sure the x86-64 ABI implementation takes that into account properly. by Eli Friedman · 13 years ago
- 1df396d Revert accidental commit. by Evan Cheng · 13 years ago
- 693769c SubtargetFeature.h has been moved to MC. by Evan Cheng · 13 years ago
- 1077e42 Under a compiler flag, -freset-local-blocks, by Fariborz Jahanian · 13 years ago
- d6a4d18 Revert r133024, "[format strings] correctly suggest correct type for '%@' by Daniel Dunbar · 13 years ago
- be098b3 Update this test to reflect the new (deterministic) order in r134038. by Chandler Carruth · 13 years ago
- 5562053 Fix non-determinism in selecting between equal-length names which refer by Chandler Carruth · 13 years ago
- ea76d8a Modify test case to allow buildbots to make forward progress. This test should by Chad Rosier · 13 years ago
- 9af7e8e Fix an invalid use of ::back() on an newly emptied vector. Also tighten by Chandler Carruth · 13 years ago
- 99ca47b Driver/Darwin: -force_load can be specified multiple times. by Daniel Dunbar · 13 years ago
- de31fd7 Split out logic for valid clobbers and valid inline asm registers. by Eric Christopher · 13 years ago
- bf9eb88 Eliminate most uses of ShallowCollectObjCIvars which requires by Fariborz Jahanian · 13 years ago
- d3d49bb Be more thorough about mangling unresolved types. by John McCall · 13 years ago
- 2ecc28a Dynamically allocate the StringMaps used in typo correction so that we by Douglas Gregor · 13 years ago
- d8bba9c Add support for C++ namespace-aware typo correction, e.g., correcting by Douglas Gregor · 13 years ago
- 020540b Fix test case; we may end up linking against the libprofile_rt dylib. by Douglas Gregor · 13 years ago
- 0fa6bf7 [analyzer] strnlen isn't a builtin, don't test for it by Jordy Rose · 13 years ago
- 8306831 Fix PR9279 - Macro expansion stack trace seriously broken with function-style macros, by not recursively printing notes for other 'instantiated from' notes. by Chris Lattner · 13 years ago
- 0b8c98f Introduce Declarator::CXXNewContext and remove 'AutoAllowedInTypeName' parameter by Argyrios Kyrtzidis · 13 years ago
- d3880f8 Centralize all checks for a C++ tag definition inside a typename in by Argyrios Kyrtzidis · 13 years ago
- 3215398 Centralize the check for a tag definition in a Declarator::PrototypeContext inside GetTypeForDeclarator. by Argyrios Kyrtzidis · 13 years ago
- db7abf7 Remove the call to GetTypeForDeclarator in Sema::ActOnCXXConditionDeclaration. by Argyrios Kyrtzidis · 13 years ago
- 2ba68b2 Cut down a few of the excess errors in the test. by Argyrios Kyrtzidis · 13 years ago
- 3963cef Revert unintentional commit. by Eli Friedman · 13 years ago
- 6326e05 Provide fix-it for '.' <-> '->' for Objective-C ivar/property access. by Fariborz Jahanian · 13 years ago
- c03fa49 ARC writeback isn't supposed to apply to local indirect pointers, by John McCall · 13 years ago
- 0c05122 Merge some calls to FoldingSetNodeID::AddInteger; assuming my measurements aren't completely off, roughly a 1% speedup on SingleSource/UnitTests/ObjC/trivial-interface.m . by Eli Friedman · 13 years ago
- 6ce51ee Don't factor in visibility for templates and template arguments by John McCall · 13 years ago
- a0b7d2e Merge this test into another. by John McCall · 13 years ago
- 0c1c98c Cache the result of AttributeList::getKind(); it's relatively expensive to compute, and we query it frequently enough that it showed up in a profile. by Eli Friedman · 13 years ago
- e6d134b Fix PR10204 in a better way. by John McCall · 13 years ago
- 239cad7 Update test for r133934. by John McCall · 13 years ago
- 68fe96a Handle nonnull attribute with optional argument number on by Fariborz Jahanian · 13 years ago
- eda3687 [analyzer] Use UnknownVal when default-initializing arrays whose element types we don't model, to distinguish them from uninitialized arrays (PR10163). by Jordy Rose · 13 years ago
- 37ac1ea Minor grammatical fix for error message. Radar 9681093. by Bob Wilson · 13 years ago
- 9d11e6f Revert parts of r133860 to fix a crash. Add a test. by Nico Weber · 13 years ago
- 064c44b [libclang] Avoid having the cursor of an expression replace the declaration cursor by Argyrios Kyrtzidis · 13 years ago
- 5517b89 [libclang] Avoid having the cursor of an expression "overwrite" the annotation of the by Argyrios Kyrtzidis · 13 years ago
- 3f4be6f libprofile_rt may be installed as a dylib on Darwin. by Bill Wendling · 13 years ago
- 7e47e1e Reduce the size of the ExtInfo bitfield in FunctionType from 9 bits by Douglas Gregor · 13 years ago
- d0e8b78 When instantiating a C++ "new" expression, don't fake source locations by Douglas Gregor · 13 years ago
- 6628969 Cleanup a fixme by using a specific diagnostic for subscripting by Chandler Carruth · 13 years ago
- d944a9b Improve header search for MinGW(-w64), from Ruben Van Boxem! by Douglas Gregor · 13 years ago
- ae19806 Fix missing braces around two statements that were intended to be part by Chandler Carruth · 13 years ago
- 13b21be Factor out (some of) the checking for invalid forms of pointer by Chandler Carruth · 13 years ago
- 2ced044 Fix PR10187: when diagnosing a two-phase-lookup-related failure, don't assert that any names we find are valid candidates for the call. by Richard Smith · 13 years ago
- 6594942 Cleanup cast IRGen a bit; no intended functionality change. by Eli Friedman · 13 years ago
- 1ab0d90 Fix a couple more issues related to r133854: by Richard Smith · 13 years ago
- df7b091 Do not apply the ARC move optimization to 'const'-qualified xvalues. by John McCall · 13 years ago
- 545d996 LValue carries a type now, so simplify the main EmitLoad/Store APIs by John McCall · 13 years ago
- 913dab2 Mark the multiply which occurs as part of performing pointer by John McCall · 13 years ago
- 555f57e When deciding how to parse "= something" as part of a member by Douglas Gregor · 13 years ago
- 831fb96 objc-arc/mrc: Allow ns_returns_not_retained attribute on properties by Fariborz Jahanian · 13 years ago
- 88c1dfc Two more test cases which have been long uncommitted. by John McCall · 13 years ago
- 4027f09 Test case for r133840, neglectfully uncommitted. by John McCall · 13 years ago
- 0c24c80 Honor objc_precise_lifetime in GC mode by feeding the value by John McCall · 13 years ago
- 537c34611 Revert "Shorten some ARM builtin names by removing unnecessary "neon" prefix." by Bob Wilson · 13 years ago
- 1d323e0 Fix struct member's scope. Patch by Xi Wang. by Devang Patel · 13 years ago
- bc8d40d Change the IR-generation of VLAs so that we capture bounds, by John McCall · 13 years ago
- 89f19e4 Shorten some ARM builtin names by removing unnecessary "neon" prefix. by Bob Wilson · 13 years ago
- 327126e No need to warn if 'unavailable' method/property by Fariborz Jahanian · 13 years ago
- f2050f2 objc-arc: Give more descriptive diagnostics when by Fariborz Jahanian · 13 years ago
- a7bf7bb Only do delayed diagnostics if there were no errors when parsing the decl. by Argyrios Kyrtzidis · 13 years ago
- cf79eba [arcmt] Add test for rdar://9601437. by Argyrios Kyrtzidis · 13 years ago
- 921c143 objc-arc: Check on a variety of unsafe assignment of retained by Fariborz Jahanian · 13 years ago
- f58de90 Fix comments. by Bob Wilson · 13 years ago
- 7ddf6b2 Allow Lexer::getLocForEndOfToken to return the location just passed the macro instantiation by Argyrios Kyrtzidis · 13 years ago
- 544607e In TextDiagnosticPrinter::EmitCaretDiagnostic, don't always drop fixits if the caret location by Argyrios Kyrtzidis · 13 years ago
- b5303aa Allow the fixit for missing ':' in the ?: ternary operator if it is pointing by Argyrios Kyrtzidis · 13 years ago
- ed37ab8 SourceManager::isAtStartOfMacroInstantiation should check not only if the location by Argyrios Kyrtzidis · 13 years ago
- 8e27eb7 unittests/Basic/FileManagerTest.cpp: Unbreak Win32, mingw and msvc. by NAKAMURA Takumi · 13 years ago
- e458fda Fix unused label warning. by Jay Foad · 13 years ago
- c39b6bc This patch started as an attempt to fix up the horrid naming by Sean Hunt · 13 years ago
- b8b0313 Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'. by Argyrios Kyrtzidis · 13 years ago
- a813973 When forming a cycle in objc's inheritance hierarchy, by Fariborz Jahanian · 13 years ago
- 89b29d1 Unbreak the CMake build. by Sean Hunt · 13 years ago
- b1094a0 [arcmt] Fully migrate ObjC++ classes, rdar://9660007. by Argyrios Kyrtzidis · 13 years ago