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