Age | Commit message (Expand) | Author |
2009-11-07 | Do not emit linkage name for global variables. It confuses gdb, because it pi... | Devang Patel |
2009-11-07 | Make sure isCopyAssignment is only true for actual copy assignment operators, | Eli Friedman |
2009-11-07 | Various improvements to Clang's code-completion infrastructure: | Douglas Gregor |
2009-11-06 | Refine the non-virtual this adjustment. Optimize out virtual this | Mike Stump |
2009-11-06 | Since default writable attribute is 'assign', allow | Fariborz Jahanian |
2009-11-06 | Make fragile-abi test run happy. | Fariborz Jahanian |
2009-11-06 | Make the VLASizeChecker implementation private, and its creation only known t... | Ted Kremenek |
2009-11-06 | Fix a bogus objective-c warning with -pedantic. | Fariborz Jahanian |
2009-11-06 | Make the implementation of DivZeroChecker private. | Ted Kremenek |
2009-11-06 | Prevent a code gen. crash on empty unions - pr5408. | Fariborz Jahanian |
2009-11-06 | testing: Merge PR3135.c into misc-ps-region-store.m. | Ted Kremenek |
2009-11-06 | Sentence-case bug type, and pull tests from region-only-test.c into misc-ps-r... | Ted Kremenek |
2009-11-06 | Simplify the debug info code, handle lvalue references and template specializ... | Anders Carlsson |
2009-11-06 | This patch fixes code gen. part of pr5333 (Conversion | Fariborz Jahanian |
2009-11-06 | Handle QualifiedNameType and SubstTemplateTypeParmType types in CGDebugInfo::... | Anders Carlsson |
2009-11-06 | add test case for PR3135 which was already fixed | Nuno Lopes |
2009-11-06 | Don't assert when trying to generate debug info for vector types. This needs ... | Anders Carlsson |
2009-11-06 | Don't warn -Wsign-compare if we're in an unevaluated context, and fixed | John McCall |
2009-11-06 | update comment, pointed out by Gabor | Chris Lattner |
2009-11-06 | add some const qualifiers, patch by Kovarththanan Rajaratnam! | Chris Lattner |
2009-11-06 | indirectbr seems to work! Rip out the old code. | Chris Lattner |
2009-11-06 | Instead of returning a null DIType for unhandled types, assert. | Anders Carlsson |
2009-11-06 | Add a checker for CWE-466: Return of Pointer Value Outside of Expected Range. | Zhongxing Xu |
2009-11-06 | compare.c also needs a target triple now, and improve some comments while we're | John McCall |
2009-11-06 | Improve the -Wsign-compare heuristics: | John McCall |
2009-11-06 | Create a warning group "non-gcc" for diagnostics which are not enabled | John McCall |
2009-11-06 | add some fixit hints. | Chris Lattner |
2009-11-06 | Rework the fix-it hint for code like | Douglas Gregor |
2009-11-06 | Improve recovery when we fail to parse the operand of a C++ named cast. Fixes... | Douglas Gregor |
2009-11-06 | Turn off -Wsign-compare warnings by default | Douglas Gregor |
2009-11-06 | If a member variable of reference type is bound to a temporary in its member ... | Anders Carlsson |
2009-11-06 | If a member initializer create temporaries we need to destroy them. Fixes PR5... | Anders Carlsson |
2009-11-06 | More cleanup. | Anders Carlsson |
2009-11-06 | Cleanup ctor/dtor emission. | Anders Carlsson |
2009-11-06 | Handle ParenExprs in mangleExpression. | Anders Carlsson |
2009-11-06 | Refine the vcall for a function that is defined in a virtual base | Mike Stump |
2009-11-06 | static analyzer: refactor checking logic for returning the address of a stack... | Ted Kremenek |
2009-11-06 | If we have a C-style cast, functional cast, or a static_cast to a | Douglas Gregor |
2009-11-06 | When we encounter a derived-to-base conversion when performing an | Douglas Gregor |
2009-11-06 | Minor cleanup of my last patch. | Fariborz Jahanian |
2009-11-06 | Minor cleanup: use BuiltinBug (which will soon be renamed) for DeferenceCheck... | Ted Kremenek |
2009-11-06 | This patch implements Sema for clause 13.3.3.1p4. | Fariborz Jahanian |
2009-11-06 | Convert file over to checking the .ll file for codegen. Also, we | Mike Stump |
2009-11-06 | Update clang web pages with respect to Windows | John Thompson |
2009-11-06 | Make sure that EnumConstantDecls always get a type, even when they have type-... | Douglas Gregor |
2009-11-05 | Strip off the /clang/tools/clang at the end of the Subversion URL, if it's there | Douglas Gregor |
2009-11-05 | Eliminate tabls | John Thompson |
2009-11-05 | clean up integer preprocessor type definitions, patch by Ken Dyck! | Chris Lattner |
2009-11-05 | Make ASTContext::getIntWidth return 1 for all boolean type variations, not ju... | Sebastian Redl |
2009-11-05 | The signed/unsigned checker should not warn for value-dependent expressions, ... | Sebastian Redl |