Age | Commit message (Expand) | Author |
2010-03-03 | Implement name hiding for names found through virtual base subobjects | Douglas Gregor |
2010-03-03 | Add proper target hooks for __builtin_extract_return_address and | John McCall |
2010-03-03 | Don't emit derived-to-base destructor aliases if we don't have a definition | John McCall |
2010-03-03 | Refactor CXXRecordDecl::lookupInBases() to push the recursion down a | Douglas Gregor |
2010-03-03 | Use SVN_REVISION, not SVN_VERSION. | Ted Kremenek |
2010-03-03 | Fix an algorithmic bug in LiveVariables pointed out by Zhongxing. | Ted Kremenek |
2010-03-03 | Revert r97618. Access control sucks | Douglas Gregor |
2010-03-03 | Make getClangRevision() check that SVN_VERSION is an empty string | Ted Kremenek |
2010-03-03 | Factor out the recursive lookup into C++ base classes into a separate, | Douglas Gregor |
2010-03-02 | Eliminate the static map of overridden C++ methods, which was going to | Douglas Gregor |
2010-03-02 | Suppress implicit member redeclarations arising from explicit instantiation | John McCall |
2010-03-02 | [CFG] | Ted Kremenek |
2010-03-02 | Don't conjure a symbol for DeclStmts when the variable is a C++ reference. | Ted Kremenek |
2010-03-02 | During codegen assert that any copy assignment, destructor or constructor that | Rafael Espindola |
2010-03-02 | Diagnose the declaration of enum templates. Also, be a bit more | Douglas Gregor |
2010-03-02 | Move Emit24 to clang::io | Kovarththanan Rajaratnam |
2010-03-02 | Use CXXTemporaryObjectExpr for explicitly-constructed temporaries. We | Douglas Gregor |
2010-03-02 | Register all parameters even if they didn't occur in the function body. | Zhongxing Xu |
2010-03-02 | Unify initializer-instantiation code for variable declarations and | Douglas Gregor |
2010-03-02 | Simplify code. | Anders Carlsson |
2010-03-02 | Inspired by seeing "MIPS" go by in the commits, I've gone ahead and | John McCall |
2010-03-02 | Rename BaseOffset to Offset and make it signed in preparation of more constru... | Anders Carlsson |
2010-03-02 | Add in some more MIPS command line options. | Eric Christopher |
2010-03-02 | After much consultation aimed at figuring out what this builtin actually | John McCall |
2010-03-02 | Fix an amusing typo that completely the re-introduction of parameters | Douglas Gregor |
2010-03-02 | Cast a pointer to 'long long' to satisfy all compilation models. | Fariborz Jahanian |
2010-03-02 | Add comment | Douglas Gregor |
2010-03-01 | When we're parsing template names as part of base-specifiers, we are | Douglas Gregor |
2010-03-01 | Split out types that are non-canonical unless dependent as their own | John McCall |
2010-03-01 | More rewriter of nested blocks fun stuff. | Fariborz Jahanian |
2010-03-01 | Unbreak the build | Douglas Gregor |
2010-03-01 | Keep an explicit stack of function and block scopes, each element of | Douglas Gregor |
2010-03-01 | Fix the lookup of names used in a friend declaration to not attempt to | Chandler Carruth |
2010-03-01 | fix PR5933: don't warn about unused variables if a function has other errors ... | Chris Lattner |
2010-03-01 | Implement jump checking for initialized c++ variables, implementing | Chris Lattner |
2010-03-01 | Start detangling the BlockSemaInfo/Sema mess. No functionality change. | Douglas Gregor |
2010-03-01 | Allow a '0' precision in format strings (as the man page says it is okay). | Ted Kremenek |
2010-03-01 | The latest draft uses 'dt' to mangle member expressions, and now so do we. | John McCall |
2010-03-01 | When looking for a redeclaration of a static variable, only look for redeclar... | Douglas Gregor |
2010-03-01 | When instantiating a function-scoped enum, make sure that it and its | Douglas Gregor |
2010-03-01 | Robustify instantiation of templates when there are errors in the | Douglas Gregor |
2010-03-01 | Don't infinite-loop if TryAnnotateCXXScopeToken fails to annotate but doesn't | John McCall |
2010-03-01 | Finish pushing source-location information though TreeTransform's | Douglas Gregor |
2010-03-01 | When looking for the instantiated declaration that corresponds to a | Douglas Gregor |
2010-03-01 | Since now we store the cast type with an ElementRegion, there is | Zhongxing Xu |
2010-03-01 | Assert when loading from a code text region instead of returning an unknown s... | Zhongxing Xu |
2010-03-01 | Don't warn about case-value conversions from a negative value to a | Douglas Gregor |
2010-02-28 | Improve name mangling for dependently-scoped declaration references. | Douglas Gregor |
2010-02-28 | Add name mangling for DeclRefExprs that refer to external names | Douglas Gregor |
2010-02-28 | Remove debug output. | Anders Carlsson |