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