aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-27Improve diagnostics on incomplete implementationFariborz Jahanian
2010-03-27Remove VS information for analyzer until we have more real support.Ted Kremenek
2010-03-27s/Clangify2010.py/clangify2010.pyKovarththanan Rajaratnam
2010-03-27Accumulate all functions and classes that the effective context isJohn McCall
2010-03-27Implement method friends in class templates and fix a few related problems.John McCall
2010-03-27Test for the previous commit.Rafael Espindola
2010-03-27When given the magic class __cxxabiv1::__fundamental_type_info, produceRafael Espindola
2010-03-27Add initial draft of web page on 'clangifty2010.py' script for analyzing VS p...Ted Kremenek
2010-03-27When mapping restrict to noalias, look for 'restrict' on the parameter variableJohn McCall
2010-03-27scan-build: set environment variable LDPLUSPLUS to 'c++-analyzer' to correctl...Ted Kremenek
2010-03-26Fix comparison in isDiagnosticInFlight().Ted Kremenek
2010-03-26Remove unused static functionDouglas Gregor
2010-03-26Put function templates instantiated from friend declarations in the correctJohn McCall
2010-03-26Compare namespaces properly when looking for redeclarations ofDouglas Gregor
2010-03-26Fix NoReturnFunctionChecker to properly look at a function's typeTed Kremenek
2010-03-26Add comment indicating that we intentionally don't add the noreturnTed Kremenek
2010-03-26When adding initializers to a constructor, be sure that we are lookingDouglas Gregor
2010-03-26Driver/Darwin: Support CCC_ENABLE_NEW_DARWIN_TOOLCHAIN as an environmentDaniel Dunbar
2010-03-26Properly account for redeclarations when explicitly instantiating class templ...John McCall
2010-03-26When trying to determine whether one operand of a conditionalDouglas Gregor
2010-03-26Eliminate the non-InitializedEntity PerformCopyInitialization() andDouglas Gregor
2010-03-26Make sure we don't include mm_malloc.h in this test, it includes errno.h whichDaniel Dunbar
2010-03-26Fix 80 col violations.Daniel Dunbar
2010-03-26Switch semantic analysis of the conditional operator from usingDouglas Gregor
2010-03-26Runtime: Install the new libcc_kext.a produced by the clang_darwin compiler-rtDaniel Dunbar
2010-03-26Spell -triple correctly for %clang, not %clang_cc1.Daniel Dunbar
2010-03-26i386-apple-darwin10 implies sse2, this option shouldn't be needed.Chris Lattner
2010-03-26fix a case where macro expansion should be disabled, patch by Chris Lattner
2010-03-26merge all the macro disable tests by using filecheck.Chris Lattner
2010-03-26fix a bug in paste avoidance which would cause us to accidentallyChris Lattner
2010-03-26xmmintrin just requires sse2, not sse3.Chris Lattner
2010-03-26No need to specify ${CMAKE_CURRENT_BINARY_DIR}Kovarththanan Rajaratnam
2010-03-26add a slight variation of test3, whereGabor Greif
2010-03-26Implement new mangling for vectors.Nick Lewycky
2010-03-26Do not mark the destructor of a function parameter's type. Fixes PR6709.Douglas Gregor
2010-03-26Revert r99612 and see if it fixes self-host.Anders Carlsson
2010-03-26Add tests for PR6707.Douglas Gregor
2010-03-26Don't initialize virtual pointers for primary bases, they've already been ini...Anders Carlsson
2010-03-26When deducing an integral template argument for a non-type templateDouglas Gregor
2010-03-26Reapply r99596 with a fix: link an instantiated friend function to itsJohn McCall
2010-03-26Simplify InitializeVtablePtrs in preparation of making it work with construct...Anders Carlsson
2010-03-26Add and implement CodeGenVTables::getSecondaryVirtualPointerIndex (not used y...Anders Carlsson
2010-03-26Didn't mean to commit this.Anders Carlsson
2010-03-26Use the new vtable layout code for construction vtables.Anders Carlsson
2010-03-26More cleanup.Anders Carlsson
2010-03-26Way more VTT builder cleanup.Anders Carlsson
2010-03-26Apparently that didn't work. Reverting for now.John McCall
2010-03-26Reinstate change to non-type template arguments of integral type, soDouglas Gregor
2010-03-26Properly instantiate and link in friend function templates.John McCall
2010-03-26Update test case since c-index-test now works on invalid sources.Ted Kremenek