Age | Commit message (Expand) | Author |
2010-04-10 | Enable an assert and remove a now unnecessary assert. | Anders Carlsson |
2010-04-10 | Fix another vbase layout bug. | Anders Carlsson |
2010-04-10 | Add a simple debug-only verification pass to the record layout builder. | Anders Carlsson |
2010-04-10 | Fix a bug where we would add the same function twice in a vtable. | Anders Carlsson |
2010-04-10 | revert 100942, pending discussion. | Chris Lattner |
2010-04-10 | Rename VtableComponent and VtableBuilder. | Anders Carlsson |
2010-04-10 | Rename -dump-record-layouts to -fdump-record-layouts now that the option beha... | Anders Carlsson |
2010-04-10 | Fix for PR6811. | David Chisnall |
2010-04-10 | Simplify the virtual base layout code and fix a bug where we wouldn't store t... | Anders Carlsson |
2010-04-10 | fix PR6805: llvm.objectsize changed to take an i1 instead of an i32. | Chris Lattner |
2010-04-10 | Driver: Only add extra -L paths on darwin if they exist. Unfortunately, this | Daniel Dunbar |
2010-04-10 | Tweak test for portability. | Daniel Dunbar |
2010-04-10 | Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support... | Daniel Dunbar |
2010-04-10 | A bunch of string-related microoptimizations in Mangler. | Benjamin Kramer |
2010-04-10 | Fix use after free. Incrementing an use_iterator after its user is erased is ... | Benjamin Kramer |
2010-04-10 | When a member pointer is dereferenced, the class it points into must be compl... | Sebastian Redl |
2010-04-10 | Doug pointed out that we have a perfectly reasonable expression here to | John McCall |
2010-04-10 | Diagnose more cases of initializing distinct members of an anonymous union | John McCall |
2010-04-10 | Diagnose misordered initializers in constructor templates immediately instead of | John McCall |
2010-04-10 | rely even less on CallInst internals | Gabor Greif |
2010-04-10 | do not rely on CallInst interna, use CallSite to access arguments | Gabor Greif |
2010-04-10 | Driver/Darwin/x86: When linking, incorporate -L paths based on the path where | Daniel Dunbar |
2010-04-10 | Disable diag::err_file_modified on Win32 completely, until someone cares to fix | Daniel Dunbar |
2010-04-09 | Mangle some expressions with codegen implications but no mangling "overhead". | John McCall |
2010-04-09 | Provide an extremely unsatisfactory diagnostic (instead of crashing) when | John McCall |
2010-04-09 | Provide manglings for bool and character literal expressions. These are | John McCall |
2010-04-09 | When upgrading an Objective-C class from a forward declaration to a | Douglas Gregor |
2010-04-09 | Only complain about explicit instantiations following explicit | Douglas Gregor |
2010-04-09 | Remove copy of 'Optional' in Clang tree, and convert clients to use the one n... | Ted Kremenek |
2010-04-09 | Remove fixit for string literal comparison. Telling the user to use 'strcmp'... | Ted Kremenek |
2010-04-09 | Fix typo. | Benjamin Kramer |
2010-04-09 | Turn access control on by default in the driver. | John McCall |
2010-04-09 | Argh, I modified the .inc file locally, not the .td. | John McCall |
2010-04-09 | Turn access control on by default in -cc1. | John McCall |
2010-04-09 | Suppress access control diagnostics when looking up a base or member name | John McCall |
2010-04-09 | Improve diagnostics like "initializing <type> from an expression of | Douglas Gregor |
2010-04-09 | Remove all "used" static functions *after* we have performed all of | Douglas Gregor |
2010-04-09 | Instantiate default argument expressions even if their associated parameter | John McCall |
2010-04-09 | Don't warn about unused static functions if they are marked with | Chris Lattner |
2010-04-09 | On Windows, disable the modification-time check for files used in | Douglas Gregor |
2010-04-09 | Fixes a regression caused by implementing cstyle methods | Fariborz Jahanian |
2010-04-09 | Forcibly disable test/PCH/pr4489.c, it is flaky on one of the buildbots. | Daniel Dunbar |
2010-04-09 | Add a note to the C++ compatibility page about templates with no | John McCall |
2010-04-09 | Improve diagnostics when we fail to convert from a source type to a | Douglas Gregor |
2010-04-08 | Use '%clang_cc1' instead of '%clang' to make the warning output more consiste... | Ted Kremenek |
2010-04-08 | For 'open' check in UnixAPIChecker, hard code value of 'O_CREAT' on Darwin. | Ted Kremenek |
2010-04-08 | Reorder diagnostics to separate the Sema::AssignmentAction diagnostics from o... | Douglas Gregor |
2010-04-08 | Temporarily only enable 'open' check on Mac OS X to unbreak Windows buildbot.... | Ted Kremenek |
2010-04-08 | Downgrade the "declaration does not declare anything" error to a | Douglas Gregor |
2010-04-08 | Implement method type encoding in the presense | Fariborz Jahanian |