Age | Commit message (Expand) | Author |
2009-11-18 | Incremental progress on using declarations. Split UnresolvedUsingDecl into | John McCall |
2009-11-17 | Added block type introspection support. | David Chisnall |
2009-11-17 | Eliminate TargetInfo::getDefaultLangOptions, this kind of logic is better done | Daniel Dunbar |
2009-11-17 | Move -fnext-runtime defaulting to driver (and change clang-cc default to | Daniel Dunbar |
2009-11-17 | Require the object type of a member access expression ("." or "->") to | Douglas Gregor |
2009-11-17 | Remove extra space in warn_maynot_respond diagnostic. Fixes <rdar://problem/... | Ted Kremenek |
2009-11-16 | Handle case of missing '@end' in implementation context | Fariborz Jahanian |
2009-11-15 | If we find a deallocation function in the class scope, but it is a placement ... | Anders Carlsson |
2009-11-15 | Add TargetOptions and use it when constructing targets. | Daniel Dunbar |
2009-11-15 | Add pluggable action support to clang-cc, via -plugin command line option. | Daniel Dunbar |
2009-11-14 | Turn -fixit it back into a mode, but make -fixit-at imply that mode this time | Daniel Dunbar |
2009-11-14 | Add VerifyDiagnosticsClient, to replace old -verify. | Daniel Dunbar |
2009-11-14 | Pass Preprocessor through DiagnosticClient::BeginSourceFile. | Daniel Dunbar |
2009-11-13 | Revert r88718, which does NOT solve the constructor-template-as-copy-construc... | Douglas Gregor |
2009-11-13 | A constructor template cannot be instantiated to a copy | Douglas Gregor |
2009-11-12 | Disallow FIX-ITs when generating code. | Daniel Dunbar |
2009-11-12 | do not store wchar/char16/char32/intmax width/alignment info | Chris Lattner |
2009-11-12 | Switch PTHManager to using diagnostics for most errors. | Daniel Dunbar |
2009-11-12 | Improve recovery in a wonky case where one tries to specialize a | Douglas Gregor |
2009-11-12 | Fix Makefile dependency bug with out-of-dir builds. | Daniel Dunbar |
2009-11-12 | Add <foo> = [<bar> nextObject] to the -Widiomatic-parentheses category, | John McCall |
2009-11-11 | writable atomic property's setter/getter must be in 'lock' step of | Fariborz Jahanian |
2009-11-11 | Improve diagnostics when a default template argument does not match | Douglas Gregor |
2009-11-11 | Before checking a template template argument against its corresponding | Douglas Gregor |
2009-11-11 | Simplifiy target feature handling by coalescing all the logic into | Daniel Dunbar |
2009-11-11 | Apparently the following idiom is specifically encouraged: | John McCall |
2009-11-11 | Introduce a new representation for template template | Douglas Gregor |
2009-11-10 | Add Diagnostic::Report method for reporting diagnostics without a location. | Daniel Dunbar |
2009-11-10 | Diagnose illegally typed operator new/new[]. | Fariborz Jahanian |
2009-11-10 | Shuffle order of warning declarations (alphabetize). | Ted Kremenek |
2009-11-10 | Make -Wsemicolon-before-method-body opt-in (and part of -Wextra). Addresses ... | Ted Kremenek |
2009-11-10 | Make a somewhat more convincing test case for unqualified lookup through | John McCall |
2009-11-10 | Don't try to emit null fixit hints. | Anders Carlsson |
2009-11-09 | Changed error for nested type qualifier mismatch to | Fariborz Jahanian |
2009-11-09 | Stub out a few more warning groups. | Eli Friedman |
2009-11-09 | Add additional note to mark the cause of synthesized constructors. Mark | Eli Friedman |
2009-11-09 | Unify the codepaths used to verify base and member initializers for explicitly | Eli Friedman |
2009-11-08 | Test commit - minor terminology change to my recent patch suggested by John M... | Sean Hunt |
2009-11-07 | Patch to gives an error that at least points users in the direction of the er... | Fariborz Jahanian |
2009-11-07 | Support -Wshorten-64-to-32 for integer types only, which seems to satisfy the | John McCall |
2009-11-07 | Implement -Wconversion. Off by default, in the non-gcc group. There's | John McCall |
2009-11-06 | Don't warn -Wsign-compare if we're in an unevaluated context, and fixed | John McCall |
2009-11-06 | Create a warning group "non-gcc" for diagnostics which are not enabled | John McCall |
2009-11-06 | Rework the fix-it hint for code like | Douglas Gregor |
2009-11-06 | Turn off -Wsign-compare warnings by default | Douglas Gregor |
2009-11-05 | Eliminate tabls | John Thompson |
2009-11-05 | clean up integer preprocessor type definitions, patch by Ken Dyck! | Chris Lattner |
2009-11-05 | Adding -fshort-wchar option. | John Thompson |
2009-11-05 | Don't allow definitions of array variables without some size information in C... | Sebastian Redl |
2009-11-05 | Eliminate some false positives due to a thinko in the "'blah' is | Douglas Gregor |