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