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