aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-04-11avoid double negativesChris Lattner
2010-04-11Fix CFG bug where bases of member expressions were not always evaluated in a ...Ted Kremenek
2010-04-11Fix run line so this test actually tests something.Benjamin Kramer
2010-04-11fix PR6811 by not parsing 'super' as a magic expression inChris Lattner
2010-04-11fix a problem causing us to lose the ''s around objc interface namesChris Lattner
2010-04-11Simplify test, in the hopes of making linux happy.Daniel Dunbar
2010-04-10Fix another vbase layout bug.Anders Carlsson
2010-04-10Fix a bug where we would add the same function twice in a vtable.Anders Carlsson
2010-04-10Rename -dump-record-layouts to -fdump-record-layouts now that the option beha...Anders Carlsson
2010-04-10Simplify the virtual base layout code and fix a bug where we wouldn't store t...Anders Carlsson
2010-04-10fix PR6805: llvm.objectsize changed to take an i1 instead of an i32.Chris Lattner
2010-04-10Driver: Only add extra -L paths on darwin if they exist. Unfortunately, thisDaniel Dunbar
2010-04-10Tweak test for portability.Daniel Dunbar
2010-04-10Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support...Daniel Dunbar
2010-04-10When a member pointer is dereferenced, the class it points into must be compl...Sebastian Redl
2010-04-10Diagnose more cases of initializing distinct members of an anonymous unionJohn McCall
2010-04-10Diagnose misordered initializers in constructor templates immediately instead ofJohn McCall
2010-04-10Driver/Darwin/x86: When linking, incorporate -L paths based on the path whereDaniel Dunbar
2010-04-09Provide manglings for bool and character literal expressions. These areJohn McCall
2010-04-09When upgrading an Objective-C class from a forward declaration to aDouglas Gregor
2010-04-09Only complain about explicit instantiations following explicitDouglas Gregor
2010-04-09Remove fixit for string literal comparison. Telling the user to use 'strcmp'...Ted Kremenek
2010-04-09Turn access control on by default in -cc1.John McCall
2010-04-09Improve diagnostics like "initializing <type> from an expression ofDouglas Gregor
2010-04-09Remove all "used" static functions *after* we have performed all ofDouglas Gregor
2010-04-09Instantiate default argument expressions even if their associated parameterJohn McCall
2010-04-09Don't warn about unused static functions if they are marked with Chris Lattner
2010-04-09Forcibly disable test/PCH/pr4489.c, it is flaky on one of the buildbots.Daniel Dunbar
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor
2010-04-08Use '%clang_cc1' instead of '%clang' to make the warning output more consiste...Ted Kremenek
2010-04-08Downgrade the "declaration does not declare anything" error to aDouglas Gregor
2010-04-08Implement method type encoding in the presenseFariborz Jahanian
2010-04-08Match GCC's behavior and do not include '-Wunused-parameter' in '-Wunused'.Ted Kremenek
2010-04-08Explain that a template needs arguments to make it into a type, forJeffrey Yasskin
2010-04-08Set access properly on instantiated friend class template declarations.John McCall
2010-04-08Add static analyzer check for calls to 'pthread_once()' where the control-flo...Ted Kremenek
2010-04-08Update test case.Ted Kremenek
2010-04-08Introduce an egregious hack to work around a bug in libstdc++ 4.2.x'sDouglas Gregor
2010-04-08Include all warnings under '-Wunused' in '-Wmost' and '-Wall'.Ted Kremenek
2010-04-08Make CXXScopeSpec invalid when incomplete, and propagate that into anyJeffrey Yasskin
2010-04-08Eliminate excessive PCH deserialization caused by the search forDouglas Gregor
2010-04-08Implement dependent friend function template specializations.John McCall
2010-04-08Patch to implement gcc's cstyle arguments in objcFariborz Jahanian
2010-04-08When a template (without arguments) is passed as a template typeJeffrey Yasskin
2010-04-07Fix some redundant errors by changing CXXScopeSpec::isSet calls intoJeffrey Yasskin
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-04-07Don't emit an 'unused expression' warning for '||' and '&&' expressions that ...Ted Kremenek
2010-04-07Instead of counting totally diagnostics, split the count into a countChris Lattner
2010-04-07convert to -verify mode.Chris Lattner
2010-04-07Improve handling of friend types in several ways:Douglas Gregor