aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-15Update equality and relationship comparisons of pointers to reflectDouglas Gregor
2010-06-15fix the various buildbot failures by ensuring that tokens are really complete...Chris Lattner
2010-06-15Remove a completely useless and utterly incorrect assertion.Douglas Gregor
2010-06-15Driver: Support -Wp,-MMD,FOO, which I found an instance of. :(Daniel Dunbar
2010-06-15Teach code completion not to ignore data members when performing codeDouglas Gregor
2010-06-15add a testcase, from Michael SpencerChris Lattner
2010-06-15fix an uninitialized variable, patch by Michael Spencer!Chris Lattner
2010-06-15Remove a dead argument to ProcessUCNEscape.Chris Lattner
2010-06-15tidy upChris Lattner
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar
2010-06-15Allocate template parameter lists for out-of-line definitions via theDouglas Gregor
2010-06-15Implement -fvisibility-inlines-hidden. <rdar://problem/7819834>Douglas Gregor
2010-06-15Driver/FreeBSD: Add libexec to program search paths, to workaround some buildDaniel Dunbar
2010-06-15Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric.Daniel Dunbar
2010-06-15Fix typo.Benjamin Kramer
2010-06-15When analyzing for member self-assignment, don't attempt to dereference nullNick Lewycky
2010-06-15MinGW requires that wint_t be defined in stddef.h. In order to accomodate, weSean Hunt
2010-06-15Change AnalysisConsumer to analyze functions created by instantiantiating a m...Ted Kremenek
2010-06-15fix the inline asm diagnostics to emit the error on the primary Chris Lattner
2010-06-14Make sure to set the visible on a vtable; VTTs and typeinfo alreadyDouglas Gregor
2010-06-14Add name mangling for address spaces. We use the vendor-extensionDouglas Gregor
2010-06-14Warn when a 'typename' or a 'template' keyword refers to aDouglas Gregor
2010-06-14Driver: Fix PR4062 by dissecting one particular -Wp, form.Daniel Dunbar
2010-06-14Driver: Dissect -Wl, and -Xlinker arguments to remove --no-demangle, which was aDaniel Dunbar
2010-06-14Driver: Eliminate uses of Arg::getIndex.Daniel Dunbar
2010-06-14Put warnings about designated initializations overridding priorDouglas Gregor
2010-06-14Driver: Fix refacto in DerivedArgList::MakeSeparateArg.Daniel Dunbar
2010-06-14Driver: Add DerivedArgList::AddFOOArg helper functions, and switch to using t...Daniel Dunbar
2010-06-14Teach TemplateDecl::getSourceRange() to cover the entire declaration,Douglas Gregor
2010-06-14Fix:Chris Lattner
2010-06-14Enable basic testing of __builtin_fpclassify.Benjamin Kramer
2010-06-14An implementation of __builtin__fpclassify the way Chris Lattner described by...Benjamin Kramer
2010-06-14Microsoft C++ Mangler:Charles Davis
2010-06-14Add some missing shiftsNate Begeman
2010-06-13www: Swap external coverage & spec references links.Daniel Dunbar
2010-06-13Do the same short-circuit optimization when laying out bases.Anders Carlsson
2010-06-13Implement part of the EmptySubobjectMap optimization described in PR6998. We ...Anders Carlsson
2010-06-13TemplateSpecializationType's isCurrentInstantiation bit can be derivedJohn McCall
2010-06-13Allow an asm label specifier on C++ methods, like GCC does.Chris Lattner
2010-06-13Most of NEON sema checking & fix to polynomial type detectionNate Begeman
2010-06-12don't make libclang depend on codegen. Patch by Peter Collingbourne!Chris Lattner
2010-06-12Really make the Itanium C++ ABI the default.Charles Davis
2010-06-12fix PR7360: -P mode turns off line markers, but not blank space.Chris Lattner
2010-06-12Added template parameters info for out-of-line definitions of class template ...Abramo Bagnara
2010-06-12Microsoft C++ Mangler:Charles Davis
2010-06-12Don't omit class explicit instantiation from AST.Abramo Bagnara
2010-06-12Shifts complete. Only vld & sema checking of constants remain.Nate Begeman
2010-06-12vbsl, vrev* is implemented via arm_neon.hNate Begeman
2010-06-12When deciding whether an expression has the boolean nature, don't look throughJohn McCall
2010-06-11Fix PCH issue. Attributes of a declaration were truncated to just one when th...Argyrios Kyrtzidis