aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-11-05Added support for static variables which requireFariborz Jahanian
2009-11-05Eliminate some false positives due to a thinko in the "'blah' isDouglas Gregor
2009-11-05When collecting types for built-in candidates, make arrays decay to pointers....Sebastian Redl
2009-11-05Add clang_site_config user variable, so that extra tests (e.g., utils/C++Syntax)Daniel Dunbar
2009-11-05Allow the element type of arrays to be incomplete in C++.Sebastian Redl
2009-11-05Don't run anything other than the compiler in these tests.Daniel Dunbar
2009-11-05Fixed two places where we needed to force completion of a typeDouglas Gregor
2009-11-05Implement the conditional-operator part of -Wsign-compare. TurnJohn McCall
2009-11-05Tweak wording and classifications of analyzer diagnostics.Ted Kremenek
2009-11-05Add EXTRA_TESTDIRS variable for specifying additional test directories.Daniel Dunbar
2009-11-05Refine covariant return value adjustments for thunks when nullMike Stump
2009-11-05Testcase for a recent checkin.Mike Stump
2009-11-05Update.Mike Stump
2009-11-05Fix 80-col violation.Mike Stump
2009-11-05Remove clang-cc -html-diags option, this doesn't fit in well and we get plentyDaniel Dunbar
2009-11-05When instantiating a UnaryOperator, allow the resulting expression toDouglas Gregor
2009-11-05Implement -Wsign-compare, or at least the actual comparison part of it.John McCall
2009-11-05Make sure to grab CVR qualifiers from the canonical type. ARGH!Douglas Gregor
2009-11-04When instantiating a MemberExpr, be sure to instantiate theDouglas Gregor
2009-11-04A simple reordering of the definitions in stdint.h and Chris Lattner
2009-11-04Diagnose using a field to initialize itself. Patch by Brandon Pearcy!John McCall
2009-11-04When starting a C++ member access expression, make sure to compute theDouglas Gregor
2009-11-04Fixed for running on Windows.John Thompson
2009-11-04Fix a little canonical-types issue with non-type template arguments.Douglas Gregor
2009-11-04Add code gen for pointer-to-member function inFariborz Jahanian
2009-11-04Properly replace (cxxscope, template-id) annotation tokens with aDouglas Gregor
2009-11-04This patch extends CleanupScope to support destructionFariborz Jahanian
2009-11-04Don't try to check the initialization of fields with dependentDouglas Gregor
2009-11-04Store the unresolved class type in MemberPointerType's Class field,Douglas Gregor
2009-11-04this test has started failing due to an optimizer change. Clang testsChris Lattner
2009-11-04Switch parsing of using declarations over to ParseUnqualifiedId.Douglas Gregor
2009-11-04When performing template instantiation (transformation) ofDouglas Gregor
2009-11-04Catch uses of undefined values when they are used in assignment, thus catchin...Ted Kremenek
2009-11-04Diagnose the use of 'fastcall' on functions without prototypes or withJohn McCall
2009-11-04Diagnose __builtin_offsetof on incomplete types. FixesJohn McCall
2009-11-04Change our basic strategy for avoiding deprecation warnings when the decl useJohn McCall
2009-11-04Implement support for parsing dependent template-ids that refer toDouglas Gregor
2009-11-04Split out return adjustments in thunks from this adjustment in thunksMike Stump
2009-11-03Test case for recent checkin.Mike Stump
2009-11-03Parsing and semantic analysis for template-ids that name overloadedDouglas Gregor
2009-11-03make 'make clean' work on Solaris, per Gabor Greif commentNuno Lopes
2009-11-03make 'make clean' clean everythingNuno Lopes
2009-11-03Remove previous patch for pr5296 due to further clarificationFariborz Jahanian
2009-11-03Implement support for the -undef command line option, patch byChris Lattner
2009-11-03Replace the code that parses member access expressions after "." orDouglas Gregor
2009-11-03vtable testcase for recent work on vcall/vbase offsets.Mike Stump
2009-11-03Reorganize the parsing of decl groups / function definitions so thatJohn McCall
2009-11-03Refine codegen for covariant thunks that return references.Mike Stump
2009-11-03Fix tests to not depend on /dev/null existing.Daniel Dunbar
2009-11-03Refine return value adjustments for thunks.Mike Stump