]> granicus.if.org Git - clang/shortlog
clang
2009-11-20 Daniel DunbarSwitch CompilerInvocation::CreateFromArgs to take const...
2009-11-20 Daniel DunbarFix refactoro, clang-cc wasn't properly reporting error...
2009-11-20 Daniel DunbarDriver: Use '-target-abi' 'FOO' instead of '-target...
2009-11-20 Daniel DunbarUpdate for palign intrinsic fix.
2009-11-20 Daniel DunbarPass '-mcpu' 'FOO' instead of '-mcpu=FOO'.
2009-11-20 Daniel DunbarStandardize Driver translation to call clang-cc using...
2009-11-20 Douglas GregorA previous commit fixed PR5519; here's the test case.
2009-11-20 Douglas GregorImplement C++ [basic.lookup.classref]p3, which states...
2009-11-20 Douglas GregorUpdate C++ status
2009-11-20 Douglas GregorWhen checking the base object of a member access expres...
2009-11-20 Douglas GregorTeach FixOverloadedFunctionReference to build new expre...
2009-11-20 Mike StumpAdd testcases for recent checkins.
2009-11-20 Anders CarlssonFix lifetime of conditional temporaries. Patch by Victo...
2009-11-20 Daniel DunbarFix some codegen tests to include positive checks.
2009-11-20 Daniel DunbarAdd clang -cc1 parsing of CodeGenOptions.
2009-11-20 Daniel Dunbarclang-cc: Lift setForcedLangOptions out of options...
2009-11-20 Ken DyckAvoid unwanted expansion in macros that paste together...
2009-11-20 Ken DyckAvoid unwanted expansion in macros that paste together...
2009-11-20 Ken DyckAvoid unwanted macro expansion in macros that paste...
2009-11-20 David ChisnallFixed crash when using undefined protocols (GNU runtime).
2009-11-20 Benjamin KramerAdd a workaround to silence a bogus g++-4.4 -pedantic...
2009-11-20 Benjamin KramerFix typo GCC 4.3 warned about.
2009-11-20 Zhongxing Xuno need to cast.
2009-11-20 Eli FriedmanFix a couple minor memory leaks.
2009-11-20 Ted KremenekAdd simple static analyzer checker to check for sending...
2009-11-20 Ted KremenekUnused ivar checker: ivars referenced by lexically...
2009-11-20 Zhongxing XuNo need to pass the state argument explicitly.
2009-11-20 Zhongxing XuRevert r89437 and add a comment.
2009-11-20 Mike StumpImplement throw d, where d is a class type that require...
2009-11-20 Douglas GregorDon't build an explicit conversion to a reference type
2009-11-20 Mike StumpHandle throw d, where d is a class type but only has...
2009-11-20 Zhongxing XuIt's unnecessary to check for unknown at this point.
2009-11-20 Daniel DunbarDriver: Add parsing for TargetOptions to CompilerInvoca...
2009-11-20 Daniel DunbarIgnore -Wstrict-overflow={3,4,5} for now.
2009-11-20 Ted KremenekReally fix test case.
2009-11-20 Ted KremenekFix test case.
2009-11-20 Douglas GregorWhen we have a non-dependent expression such as
2009-11-20 Mike StumpAdd suport for throw;. WIP.
2009-11-20 Mike StumpFix rtti generation for throws. WIP.
2009-11-20 Mike StumpSimplify rtti building code a little. Prep for reuse...
2009-11-20 Ted KremenekFix null dereference in NSAutoreleasePoolChecker when...
2009-11-20 Mike StumpFixup key function calculations.
2009-11-19 Douglas GregorDeduce a ConstantArrayType from a value-dependent initi...
2009-11-19 John McCallDraw a brighter line between "unresolved" expressions...
2009-11-19 Fariborz JahanianDon't issue spurious diagnostic with Obj-C fast enumera...
2009-11-19 Sebastian RedlIgnore build output in include/clang/Driver
2009-11-19 Daniel DunbarFix some default in the option classes, and some Compil...
2009-11-19 Daniel DunbarAdd missing dependency on TableGen.
2009-11-19 Mike StumpFixup address point computations. WIP.
2009-11-19 Ted KremenekFix crash when using --analyzer-store=region when handl...
2009-11-19 Ted KremenekRemove printf statement.
2009-11-19 Ted KremenekFix 80 col. violation.
2009-11-19 Ted KremenekOnly fetch the ASTContext object within the assertion.
2009-11-19 Daniel DunbarSilence -Asserts warning.
2009-11-19 Daniel DunbarDriver: Move INPUT and UNKNOWN sentinel options into...
2009-11-19 Fariborz JahanianPatch to implement new-operators with default args.
2009-11-19 Daniel DunbarDriver: Add Sentinel flag to option kinds.
2009-11-19 Douglas GregorCope with an amusingly little anomaly with dependent...
2009-11-19 John ThompsonAdded preliminary support step for PS3
2009-11-19 Douglas GregorTry yet again to de-bork CMake Windows build w.r.t...
2009-11-19 Ken DyckDefine WCHAR_MIN and WCHAR_MAX in terms of __WCHAR_WIDT...
2009-11-19 Ken DyckDefine __WCHAR_WIDTH__ for use in stdint.h.
2009-11-19 Nuno Lopesignore Output folders
2009-11-19 Ken DyckParameterize WINT_MIN and WINT_MAX with __WINT_WIDTH__...
2009-11-19 Ken DyckAdd __WINT_WIDTH__ to paramaterize the limits of WINT_M...
2009-11-19 Ken DyckConstruct definition of SIZE_MAX from __SIZE_WIDTH__...
2009-11-19 Ken DyckAdd __SIZE_WIDTH__ to eventually replace __SIZE_TYPE__...
2009-11-19 Ken DyckRestore __INTMAX_TYPE__, __UINTMAX_TYPE__, __PTRDIFF_TY...
2009-11-19 Ken DyckRemove __PTRDIFF_TYPE__ as it is no longer needed by...
2009-11-19 Ken DyckConstruct the macro body of PTRDIFF_MAX and PTRDIFF_MIN...
2009-11-19 Ken DyckAdd __PTRDIFF_WIDTH__ macro to eventually replace __PTR...
2009-11-19 Ken DyckRemove __INTPTR_TYPE__ as it is no longer needed by...
2009-11-19 Douglas GregorTry to fix CMake clang++ creation on Windows
2009-11-19 Douglas GregorAdd missing testcase for Objective-C p@property getter...
2009-11-19 Douglas GregorObjective-C code completion within properties after...
2009-11-19 Daniel DunbarSketch some 'clang -cc1' support, for testing parts...
2009-11-19 Daniel DunbarAdd missing dependency for CMake.
2009-11-19 Daniel DunbarAdd missing init.
2009-11-19 Daniel DunbarSketch .td file and build system goop for OptTable...
2009-11-19 Daniel DunbarFactor out OptTable::ParseArgs, for parsing an entire...
2009-11-19 Douglas GregorCMake goop to create clang++ symlink
2009-11-19 Daniel Dunbarclang-cc: Remove some more llvm::cl::init arguments...
2009-11-19 Daniel DunbarChange -code-completion-debug-printer to -no-code-compl...
2009-11-19 Daniel DunbarSwitch -f{builtin,math-errno,rtti} and -analyzer-purge...
2009-11-19 Daniel Dunbarclang-cc: Remove superfluous llvm::cl::init(false)...
2009-11-19 Daniel DunbarDriver: ArgList doesn't depend on Options.h anymore.
2009-11-19 Daniel DunbarDriver: Take option ID for {Input,Unknown}Option, to...
2009-11-19 Daniel DunbarDriver: Introduce OptSpecifier class for protecting...
2009-11-19 Mike StumpRefine vtable, rtti and rtti name instantiation so...
2009-11-19 Daniel DunbarDriver: Switch to using explicit {getLast,has}ArgNoClai...
2009-11-19 Mike StumpThis doesn't work yet.
2009-11-19 Daniel DunbarDriver: Resolve inconsistency in matching options again...
2009-11-19 Daniel DunbarUse Option::matches instead of direct ID comparison.
2009-11-19 Daniel DunbarRemove extra ';', found by clang++.
2009-11-19 Eli FriedmanThe sub-statement of a case statement is not an unevalu...
2009-11-19 Douglas GregorImprove code completion for Objective-C message sends...
2009-11-19 Mike StumpImprove instantiation control for rtti data and allow...
2009-11-19 Daniel DunbarDriver: Switch to using TableGen'erated Options.inc...
2009-11-19 Mike StumpRefine linkage on thunks. WIP.
2009-11-19 Daniel DunbarUse TOOLALIAS so that clang++ gets 'built'.
next