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