]> granicus.if.org Git - clang/shortlog
clang
2009-11-09 Daniel DunbarUpdate CMake
2009-11-09 Zhongxing XuPut all long strings in 80-col.
2009-11-09 Zhongxing XuAdd checker for CWE-587: Assignment of a Fixed Address...
2009-11-09 Zhongxing XuAdd checker for CWE-469: Use of Pointer Subtraction...
2009-11-09 Eli FriedmanRearrange function to avoid recursive use-after-free.
2009-11-09 Eli FriedmanExplicitly note that pre-inc/dec lvalues are not suppor...
2009-11-09 Zhongxing XuRemove dead code.
2009-11-09 Chris Lattnerfix thinko
2009-11-09 Eli FriedmanAdd hack to make the given testcase work. As far as...
2009-11-09 Chris Lattnermention that clang defaults to C99 mode, PR5388
2009-11-09 Chris Lattnerremove a mostly obsolete "word of warning"
2009-11-09 Zhongxing XuAdd a test case for CWE-467, and simplify the wording...
2009-11-09 Daniel DunbarRename areAllFields32Or64BitBasicType to canExpandIndir...
2009-11-09 Eli FriedmanRemove a useless variable that got left behind.
2009-11-09 Eli FriedmanUnify the codepaths used to verify base and member...
2009-11-08 Eli FriedmanFix use-after-free bug.
2009-11-08 Benjamin KramerUpdate CMake file.
2009-11-08 Sebastian RedlSpecial-case default argument expression in instantiati...
2009-11-08 Zhongxing XuAdd a checker for CWE-467: Use of sizeof() on a Pointer...
2009-11-08 Sebastian RedlWhen checking the namespace of a redeclaration or defin...
2009-11-08 Sebastian RedlDon't reprocess non-dependent initializers of non-depen...
2009-11-08 Edward O'CallaghanFix for FreeBSD toolchain in regards to CPP, Credit...
2009-11-08 Daniel DunbarAdd clarifying parens.
2009-11-08 Daniel DunbarSimplify.
2009-11-08 Daniel DunbarRevert unintentional change to this file.
2009-11-08 Sean HuntTest commit - minor terminology change to my recent...
2009-11-08 Douglas GregorAlways make sure we're using an unqualified type when...
2009-11-08 Daniel DunbarMove a function which returns a class outside of extern...
2009-11-08 Daniel DunbarCIndex: Add temporary hack to leak memory instead of...
2009-11-08 Daniel DunbarDrop require_and_and argument.
2009-11-08 Daniel DunbarRemove RUN: true lines.
2009-11-08 Daniel DunbarMove test/Index input files into a sub directory (not...
2009-11-08 Daniel DunbarEliminate &&s in tests.
2009-11-07 Daniel DunbarRework site config for cmake to be generated at configu...
2009-11-07 Daniel DunbarTweak a FIXME.
2009-11-07 Anders CarlssonHandle member expressions where the member declaration...
2009-11-07 Anders CarlssonMore LValue related code cleanup.
2009-11-07 Anders CarlssonMore cleanup, the code is much easier to follow now.
2009-11-07 Anders CarlssonReduce nesting, no functionality change.
2009-11-07 Anders CarlssonWe only need to call SetObjCNonGC for local variables...
2009-11-07 Anders CarlssonChange EmitPointerToDataMemberLValue to take a FieldDec...
2009-11-07 Fariborz JahanianPatch to gives an error that at least points users...
2009-11-07 Chris Lattnercommit test update
2009-11-07 Chris Lattnerteach the various targets what native integer types...
2009-11-07 Daniel DunbarFix some build warnings.
2009-11-07 Daniel DunbarAdd some missing libraries for CMake as well.
2009-11-07 Daniel DunbarAdd some missing libraries.
2009-11-07 Douglas GregorCope with calls to operator() templates. Fixes PR5419.
2009-11-07 Chris Lattneradd missing #include
2009-11-07 John McCallSupport -Wshorten-64-to-32 for integer types only,...
2009-11-07 Anders CarlssonAdd bug number.
2009-11-07 John McCallImprove -Wconversion by permitting binary operations...
2009-11-07 Anders CarlssonDon't treat variables with non-trivial ctors or dtors...
2009-11-07 Anders CarlssonCleanup, no functionality change.
2009-11-07 Anders CarlssonAlways mangle functions with special names. Fixes PR5420.
2009-11-07 Anders CarlssonWhen instantiating a field decl, make sure to clone...
2009-11-07 Ted KremenekUse SaveAndRestore to simplify logic in LiveVariables...
2009-11-07 Daniel DunbarSwitch clang-cc to use ApplyHeaderSearchOptions, and...
2009-11-07 Anders CarlssonWhen looking up and adding substitutions to the substit...
2009-11-07 Daniel DunbarAdd HeaderSearchOptions class, for packaging the inform...
2009-11-07 Daniel DunbarLift InitHeaderSearch::AddEnvVarPaths logic higher.
2009-11-07 Daniel DunbarFormatting fixes.
2009-11-07 Daniel DunbarRename PreprocessorInitOptions to PreprocessorOptions...
2009-11-07 Daniel DunbarLift compiler builtin include path logic higher.
2009-11-07 Ted KremenekRemove Checker::CheckType() (and instead using CheckerV...
2009-11-07 John McCallTest case for -Wconversion.
2009-11-07 John McCallImplement -Wconversion. Off by default, in the non...
2009-11-07 Steve NaroffAdd basic code completion support for ObjC messages.
2009-11-07 Anders CarlssonRevert r86315 and add Type::FixedWidthInt to the FIXME...
2009-11-07 Devang PatelMIPS linkage name confuses gdb here. Generate and test...
2009-11-07 Devang PatelDo not assert if debug info for certain type is not...
2009-11-07 Devang PatelDo not emit linkage name for global variables. It confu...
2009-11-07 Eli FriedmanMake sure isCopyAssignment is only true for actual...
2009-11-07 Douglas GregorVarious improvements to Clang's code-completion infrast...
2009-11-06 Mike StumpRefine the non-virtual this adjustment. Optimize out...
2009-11-06 Fariborz JahanianSince default writable attribute is 'assign', allow
2009-11-06 Fariborz JahanianMake fragile-abi test run happy.
2009-11-06 Ted KremenekMake the VLASizeChecker implementation private, and...
2009-11-06 Fariborz JahanianFix a bogus objective-c warning with -pedantic.
2009-11-06 Ted KremenekMake the implementation of DivZeroChecker private.
2009-11-06 Fariborz JahanianPrevent a code gen. crash on empty unions - pr5408.
2009-11-06 Ted Kremenektesting: Merge PR3135.c into misc-ps-region-store.m.
2009-11-06 Ted KremenekSentence-case bug type, and pull tests from region...
2009-11-06 Anders CarlssonSimplify the debug info code, handle lvalue references...
2009-11-06 Fariborz JahanianThis patch fixes code gen. part of pr5333 (Conversion
2009-11-06 Anders CarlssonHandle QualifiedNameType and SubstTemplateTypeParmType...
2009-11-06 Nuno Lopesadd test case for PR3135 which was already fixed
2009-11-06 Anders CarlssonDon't assert when trying to generate debug info for...
2009-11-06 John McCallDon't warn -Wsign-compare if we're in an unevaluated...
2009-11-06 Chris Lattnerupdate comment, pointed out by Gabor
2009-11-06 Chris Lattneradd some const qualifiers, patch by Kovarththanan Rajar...
2009-11-06 Chris Lattnerindirectbr seems to work! Rip out the old code.
2009-11-06 Anders CarlssonInstead of returning a null DIType for unhandled types...
2009-11-06 Zhongxing XuAdd a checker for CWE-466: Return of Pointer Value...
2009-11-06 John McCallcompare.c also needs a target triple now, and improve...
2009-11-06 John McCallImprove the -Wsign-compare heuristics:
2009-11-06 John McCallCreate a warning group "non-gcc" for diagnostics which...
2009-11-06 Chris Lattneradd some fixit hints.
2009-11-06 Douglas GregorRework the fix-it hint for code like
2009-11-06 Douglas GregorImprove recovery when we fail to parse the operand...
next