]> granicus.if.org Git - clang/shortlog
clang
2010-01-14 Anton KorobeynikovForgot to commit these
2010-01-14 Chris Lattnerfix grammaro
2010-01-14 Anton Korobeynikovlong long is 64 bits on msp430
2010-01-14 John McCallPre-emptive bugfixes in the diagnostics code: allow...
2010-01-14 Ted KremenekSimplify test case. This test case also applies to...
2010-01-14 Ted KremenekAssociate test case with Bugzilla PR.
2010-01-14 John McCallDocument the extensions I made to the diagnostics-forma...
2010-01-14 Douglas GregorAfter dyn_cast'ing, it generally makes sense to check...
2010-01-14 Devang PatelAdd comment.
2010-01-14 Douglas GregorWhen qualified lookup into the current instantiation...
2010-01-14 Douglas GregorSwitch a few callers of MaybeAddResult over to AddResul...
2010-01-14 Douglas GregorSwitch code-completion's ivar lookup over to LookupVisi...
2010-01-14 Douglas GregorStart migrating code-completion results from
2010-01-14 Douglas GregorSwitch the remaining code completions over to LookupVis...
2010-01-14 David ChisnallMade ObjC method name mangling match GCC (which does...
2010-01-14 Zhongxing XuFix pr6035.
2010-01-14 Douglas GregorMove code completion for qualified name lookup (foo...
2010-01-14 John McCallImprove overload diagnostics some more by calling out...
2010-01-14 Douglas GregorEliminate the code-completion-specifier CollectLookupRe...
2010-01-14 Douglas GregorSimplify the code-completion logic for nested-name...
2010-01-14 Mike StumpDon't assume a random access iterator, instead just...
2010-01-14 Anders CarlssonStore the address points for constructor vtables direct...
2010-01-14 Mike StumpAvoid snowballing errors into additional warnings....
2010-01-14 Ted KremenekSwitch return site to use clang_getNullCursor().
2010-01-14 Ted KremenekFurther tweak USR generation by shorting names and...
2010-01-14 Anders CarlssonAdd a DenseMapInfo specialization for BaseSubobject.
2010-01-14 Douglas GregorWhen providing completions for a member access expressi...
2010-01-14 Douglas GregorSwitch code-completion for ordinary names over to the...
2010-01-14 John McCallImprove the diagnostic for bad conversions in overload...
2010-01-14 John McCallAdd the %ordinal format modifier for turning '1' into...
2010-01-14 Devang PatelBecause CurLoc is the current source location as far...
2010-01-14 Douglas GregorMore refactoring of ResultBuilder::MaybeAddResult....
2010-01-14 Devang PatelEmit human readable names for c/c++ functions. Avoid...
2010-01-14 Fariborz JahanianFix a bug in rewrite whereby functions using blocks...
2010-01-14 Douglas GregorRefactor the "is this declaration interesting" logic in
2010-01-14 Douglas GregorLook through using declarations when determining whethe...
2010-01-13 John McCallPerform format-expansion on %select results.
2010-01-13 Douglas GregorBanish the notion of a "rank" for code-completion resul...
2010-01-13 Douglas GregorImprove the sorting of code-completion results. We...
2010-01-13 John McCallDon't report ambiguities in the user-defined conversion...
2010-01-13 John McCallDon't a.k.a. through the primary typedef of an anonymou...
2010-01-13 Douglas GregorCode-completion for @public, @protected, @private,...
2010-01-13 Ted KremenekReorganize CIndex.cpp into clearer sections of function...
2010-01-13 Fariborz JahanianFixes a rewrite bug rewriting a block call argument...
2010-01-13 Douglas GregorWhenever completing ordinary names for an Objective...
2010-01-13 Mike StumpFix Release-Asserts.
2010-01-13 Mike StumpFix for Release-Assert.
2010-01-13 Mike StumpFix for Release-Asserts.
2010-01-13 Mike StumpFix Release-Asserts.
2010-01-13 Anders CarlssonAdd a BaseSubobject class to uniquely identify a base...
2010-01-13 John McCallAdd type source information for both kinds of typeof...
2010-01-13 Ted KremenekAdd 'referringDecl' field to CXCursor to prepare the...
2010-01-13 Mike StumpFix for Release-Asserts.
2010-01-13 Fariborz JahanianPredefine __weak attribute when doing objective-c
2010-01-13 Ted KremenekAdd extra null check in clang_disposeString().
2010-01-13 Douglas GregorReimplement constructor declarator parsing to cope...
2010-01-13 Douglas GregorFix pasto in __has_feature(cxx_lambdas) docs
2010-01-13 John McCallRecord some basic information about bad conversion...
2010-01-13 Sean HuntImplement semantic checking for C++ literal operators.
2010-01-13 Sean HuntUpdate test function names so as not to use potential...
2010-01-13 Sean HuntAdd a bunch more feature-checking macros for C++0x...
2010-01-13 John McCallInsert clang-flags into the clang command. Currently...
2010-01-13 Chris Lattnerdiagnose invalid values of -ftabstop, patch by Christia...
2010-01-13 Mike StumpAdd an unreachable code checker.
2010-01-13 Daniel Dunbarcc1: Factor out CompilerInstance::ExecuteAction which...
2010-01-13 Daniel Dunbarcc1: Lift creation of the FrontendAction higher.
2010-01-13 John McCallImprove the reporting of non-viable overload candidates...
2010-01-13 Ted KremenekMove definitions for visitor methods in CDeclVisitor...
2010-01-13 Ted KremenekMake method definitions in TUVisitor out-of-line, makin...
2010-01-13 Douglas GregorRemove broken fix-it when a default function argument...
2010-01-12 Fariborz JahanianWhen in objective-c methods, do the built-in name looku...
2010-01-12 Ted KremenekAdd USR printing modes to c-index-test.
2010-01-12 Ted KremenekMake clang_getDeclUSR() visible.
2010-01-12 Ted KremenekRename clang_getUSR() -> clang_getDeclUSR(). For now...
2010-01-12 Douglas GregorDon't emit string-comparison or self-comparison warnings in
2010-01-12 Mike StumpRemove unused code.
2010-01-12 Chris Lattnertestcase for -ftabstop, patch by Christian Adaker!
2010-01-12 Chris Lattneruse DiagRuntimeBehavior to silence the div/rem by zero...
2010-01-12 Douglas GregorImprove recovery for template-ids whose template-name...
2010-01-12 Chris Lattnerimplement PR6004, warning about divide and remainder...
2010-01-12 Chris Lattnerimplement PR6007, diagnosing invalid attribute((section))
2010-01-12 Mike StumpImprove covariance tester to randomize the return value...
2010-01-12 Chandler CarruthFix the CodeGen half of PR5911 by changing reference...
2010-01-12 Ted KremenekFurther tweaking of USR generation. WIP.
2010-01-12 Ted KremenekMake 'CXTranslationUnitIterator' an argument to perform...
2010-01-12 Fariborz JahanianDefine __weak attribute for objective-c pointers in
2010-01-12 Douglas GregorParse dependent template-ids in base clauses and member
2010-01-12 Fariborz JahanianImprove on objective-c pointer recognition
2010-01-12 Douglas GregorWhen determining whether a given name is a template...
2010-01-12 Benjamin KramerFix tests for r93231.
2010-01-12 Benjamin KramerRemove trailing semicolons and silence MSVC warning...
2010-01-12 John McCallSo I was sitting around, trying vainly to think of...
2010-01-12 Douglas GregorUse horizontal-space markers in code-completion results...
2010-01-12 Mike StumpAdd covariance tester.
2010-01-12 Daniel DunbarRemove duplicate class name, MSVC doesn't like this.
2010-01-12 John McCallReorganize some of the code to note overload candidates...
2010-01-12 Ted KremenekAdd a boilerplate implementation for clang_getUSR(...
2010-01-12 Fariborz JahanianFix rewriting of MacOS sjlj based eh.
2010-01-12 Douglas GregorName lookup should know better than to look into a...
2010-01-12 John McCallChris thinks these diagnostics are better now. :)
next