Age | Commit message (Expand) | Author |
2011-05-24 | Add new warning that warns when invoking 'delete' on a polymorphic, non-final... | Argyrios Kyrtzidis |
2011-05-24 | Implement the initial part of C++0x [expr.const]p2, which specifies | Douglas Gregor |
2011-05-24 | For non-Darwin, a plain 'char' type is unsigned. | Jim Grosbach |
2011-05-24 | Fix a bug in the most recent openSUSE support patch. | Chandler Carruth |
2011-05-24 | Fix a bug in -Wundefined-reinterpret-cast where we failed to look | Chandler Carruth |
2011-05-24 | Make it possible for external tools to distinguish between paths that come fr... | Nico Weber |
2011-05-24 | MSVC doesn't do any validation regarding exception specification. | Francois Pichet |
2011-05-23 | Delete the extraneous return statement that was causing my earlier | Sean Hunt |
2011-05-23 | Fix bug introduced with r131930. | David Chisnall |
2011-05-23 | Implement explicit specialization of explicitly-defaulted constructors. | Sean Hunt |
2011-05-23 | Don't omit retain / release / autorelease message sends in hybrid GC mode. | David Chisnall |
2011-05-23 | Fix some problems where functions must be bitcast but we're expecting a llvm:... | David Chisnall |
2011-05-23 | Correctly propagate defaultedness across template instantiation. This | Sean Hunt |
2011-05-23 | Emulate a MSVC bug where if during an using declaration name lookup, the decl... | Francois Pichet |
2011-05-22 | make the x86-32 backend specify a byval alignment, even when the | Chris Lattner |
2011-05-22 | Fix x86-64 byval passing to specify the alignment even when the code | Chris Lattner |
2011-05-22 | Provide the runtime with information about the GC compile options (GNU runtimes) | David Chisnall |
2011-05-22 | Invoke the FileChanged callback before pushing the linemarker for a system | Chris Lattner |
2011-05-22 | fix 80 col violation | Chris Lattner |
2011-05-22 | add opensuse toolchain support, patch by Ismail Donmez! | Chris Lattner |
2011-05-22 | Add Redhat Enterprise Linux to the Linux toolchain, PR9769, | Chris Lattner |
2011-05-22 | Add an assertion to tell us when we're going off the deep end trying | Douglas Gregor |
2011-05-21 | adjust to mainline api change. | Chris Lattner |
2011-05-21 | Audit and finish the implementation of C++0x nullptr, fixing two | Douglas Gregor |
2011-05-21 | It's considered poor form to create references to the overloaded | Douglas Gregor |
2011-05-21 | Classify bound member function types are member function types. Fixes | Douglas Gregor |
2011-05-21 | switch clang off StandardPasses.h onto PassManagerBuilder.h | Chris Lattner |
2011-05-21 | Fix our handling of the warning when one tries to pass a | Douglas Gregor |
2011-05-21 | Fix the clang part of PR7952: rewrite the specialization of isa<> in DeclBase, | Eli Friedman |
2011-05-21 | Diagnose the presence of storage-class-specifiers on explicit | Douglas Gregor |
2011-05-21 | Teach Sema::ActOnUninitializedDecl() not to try to interpret when one | Douglas Gregor |
2011-05-21 | Introduce the -fdiagnostics-format=xxx option to control how Clang | Douglas Gregor |
2011-05-21 | A few more is(Un)signedIntegerType/is(Un)signedOrEnumerationType cleanups. | Douglas Gregor |
2011-05-21 | Implement C++0x semantics for passing non-POD classes through varargs. | Douglas Gregor |
2011-05-21 | Only ignore extra tokens after #else if we skip it, otherwise warn. Fixes rda... | Argyrios Kyrtzidis |
2011-05-20 | Fix regression in static analyzer's handling of prefix '--' operator. It was... | Ted Kremenek |
2011-05-20 | Add a missing case for default constructor deletion. | Sean Hunt |
2011-05-20 | Introduce Type::isSignedIntegerOrEnumerationType() and | Douglas Gregor |
2011-05-20 | Downgrade the error about re-opening an inline namespace as non-inline | Douglas Gregor |
2011-05-20 | Diagnose unexpanded parameter packs in return statements. This | Douglas Gregor |
2011-05-20 | sandybridge is now called corei7-avx | Benjamin Kramer |
2011-05-20 | Clean up two comments | Douglas Gregor |
2011-05-20 | Fix PR9941 for out-of-line template destructors too. | Sebastian Redl |
2011-05-19 | Undo enough of r131143 to make private copy ctor diags say "copy constructor"... | Matt Beaumont-Gay |
2011-05-19 | Teach RegionStore not to symbolic array values whose indices it cannot reason... | Ted Kremenek |
2011-05-19 | Fix location of setter/getter synthesized for a property. | Devang Patel |
2011-05-19 | Revert r131672 until __underlying_type is properly implemented in the | Sean Hunt |
2011-05-19 | Implement a __has_feature for __underlying_type | Sean Hunt |
2011-05-19 | Correction for r131662, the GNU as option is --fatal-warnings. | Joerg Sonnenberger |
2011-05-19 | Support -fatal-warnings for the assembler frontend | Joerg Sonnenberger |