]> granicus.if.org Git - clang/shortlog
clang
2009-10-16 Ted KremenekProvide 'static' version of BinaryOperator::isShiftOp().
2009-10-16 Douglas GregorKeep track of whether declararions were loaded from...
2009-10-16 Edward O'Callaghandynamic linker arg is incorrectly invoking gnu ld arg...
2009-10-16 Fariborz JahanianImplement derived-to-base AST/code gen. There is a
2009-10-16 Douglas GregorAdd support for a chain of stat caches in the FileManag...
2009-10-16 Chris LattnerImplement PR4407 - missing warnings on case value overflow,
2009-10-16 Nuno Lopesignore 'using' directive in CodeGenFunction::EmitDecl...
2009-10-16 Nuno Lopesfix -ansi in c++: it means -std=c++98
2009-10-16 Anders CarlssonAdd CK_VectorSplat and use it for casting non-pointer...
2009-10-16 Anders CarlssonMake CheckVectorCast return a CastKind. Reduce nesting...
2009-10-16 Anders CarlssonAdd a ToVoid cast kind and start using it.
2009-10-16 Chris Lattnerincrease helpfulness of assert message.
2009-10-16 Anders CarlssonBuiltin types are subsitutable if they are qualified...
2009-10-16 Anders CarlssonThe result type of logical || and && is bool in C+...
2009-10-16 John ThompsonWork-around wchar_t and __pragma problem in VC headers
2009-10-16 Ted Kremenekretain/release checker: Stop tracking reference counts...
2009-10-16 John McCallRemove the ConstantArrayType subtypes. This informatio...
2009-10-15 Ted KremenekAdd a few passing test cases for finding leaks of retai...
2009-10-15 Ted KremenekUse an std::vector<> instead of an array of ARG_MAX...
2009-10-15 Anton KorobeynikovDisallow arbitrary custom inline asm constraints for...
2009-10-15 Douglas GregorImprove point-of-instantiation location information...
2009-10-15 Douglas GregorMake the remaining explicit-instantiation semantic...
2009-10-15 John McCallConcreteTypeLoc subclasses which call getInnerTypeLoc...
2009-10-15 Ted KremenekEducate the retain/release checker about [NSCursor...
2009-10-15 Ted Kremenekretain/release checker: Use simpler utility method...
2009-10-15 Steve NaroffMake sure temporary files get unlinked.
2009-10-15 Ted KremenekAdd missing #include for wait().
2009-10-15 Steve NaroffMinor improvement to format...no functionality change.
2009-10-15 Steve NaroffImplement <rdar://problem/7303432> [Clang/Index] In...
2009-10-15 Daniel DunbarDriver: Default to using PTH for C++ precompiled header...
2009-10-15 Douglas GregorMake sure that we're diagnosing duplicate explicit...
2009-10-15 Douglas GregorSimplify checking of explicit template specialization...
2009-10-15 Fariborz JahanianApply heuristics to cut back on number of candidate
2009-10-15 Douglas GregorCheck the interactions between explicit instantiations...
2009-10-15 John ThompsonSorry! Accidentally checked in experimental change.
2009-10-15 Douglas GregorDiagnose explicit instantiations of function templates...
2009-10-15 Douglas GregorMore explicit template instantiation. Now we're checkin...
2009-10-15 Mike StumpRefine non-virtual part of the this adjustment for...
2009-10-15 Edward O'CallaghanAuroraUX toolchain fixes.
2009-10-15 John McCallComplete some unfinished comments.
2009-10-15 John McCallBetter living through metaprogramming. Create a base...
2009-10-15 Mike StumpMake this at least compile.
2009-10-15 Mike StumpTrack the offset to the current virtual base in Current...
2009-10-15 Ted KremenekPer an astute observation from Zhongxing Xu, remove...
2009-10-15 Anders CarlssonHandle
2009-10-15 Anders CarlssonCheck the return type when calling pointer to member...
2009-10-15 John ThompsonRemoved math.h include, as Windows math.h has a compile...
2009-10-14 Ted KremenekRemove stale comment.
2009-10-14 Douglas GregorCheckTemplateSpecializationScope isn't going to be...
2009-10-14 Douglas GregorAdditional semantic checking for explicit template...
2009-10-14 Douglas GregorOur C++ support is far enough along now that we shouldn...
2009-10-14 Douglas GregorReuse some code for checking the scope of an explicit...
2009-10-14 Douglas GregorFix a thinko that John pointed out
2009-10-14 Douglas GregorCheck the implicit instantiation of a static data membe...
2009-10-14 Douglas GregorGive explicit and implicit instantiations of static...
2009-10-14 Douglas GregorTesting and some minor fixes for explicit template...
2009-10-14 Mike StumpTestcase for recent checkin. WIP.
2009-10-14 Mike StumpShift the vcall slots for non-virtual bases of a virtua...
2009-10-14 Douglas GregorWhen mapping from an injected-class-name to its corresp...
2009-10-14 Rafael EspindolaAdd support for having different c++ search dirs with...
2009-10-14 Devang PatelCopy metadata associated with CI
2009-10-14 Douglas GregorImplement support for overloaded operator uses that...
2009-10-14 Duncan SandsThere is now only one version of eh.selector and eh...
2009-10-14 Sebastian RedlHave the exception specification checkers take partial...
2009-10-14 Sanjiv GuptaFew targets like PIC16 mangle the names of global varia...
2009-10-14 Sebastian RedlUse CanQualType in the exception specification verifica...
2009-10-14 Chris LattnerTeach Lexer::MeasureTokenLength to be able to measure the
2009-10-14 Sebastian RedlUse partial diagnostics properly in call to RequireComp...
2009-10-14 Sebastian RedlDo exception spec compatibility tests for member pointe...
2009-10-14 Zhongxing XuNow StoreManager::CastRegion() takes a MemRegion, retur...
2009-10-14 Zhongxing XuAdd comments to test.
2009-10-14 Chris Lattnerfix some cfstring related issues:
2009-10-14 Chris Lattnerunbreak test/CodeGen/builtins.c, reverting Devang's...
2009-10-14 Zhongxing XuRemove dead code.
2009-10-14 Zhongxing Xu* Remove unused GRState* parameter
2009-10-14 Ted KremenekAdd test case for <rdar://problem/7257223>, and XFAIL...
2009-10-14 Fariborz JahanianHandle ambiguity of reference initialization.
2009-10-14 Ted Kremenekretain/release checker: Recognize that calls to
2009-10-13 Douglas GregorRemove some non-ASCII characters
2009-10-13 Douglas GregorMember function templates (and instantiations/specializ...
2009-10-13 Douglas GregorImprove diagnostics when the parser encounters a declar...
2009-10-13 Edward O'CallaghanFix for PR 5181.
2009-10-13 Devang PatelCheck void type before using replaceAllUsesWith().
2009-10-13 Anders CarlssonThe operator loc points to the operator, not the functi...
2009-10-13 Ted Kremenekretain/release checker: retained objects passed to...
2009-10-13 Mike StumpRefine handling for non-virtual bases in return value...
2009-10-13 Anders CarlssonCheck the return type of binary operators and the arrow...
2009-10-13 Anders CarlssonCheck the return type of operator[]() and fix a thinko...
2009-10-13 Chris Lattnerfix test/CodeGen/statements.c on 32-bit hosts.
2009-10-13 Anders CarlssonMore return type checking.
2009-10-13 Mike StumpEnsure we sign extend.
2009-10-13 Anders CarlssonDiagnose invalid return types for unary operators.
2009-10-13 Douglas GregorUnify our diagnostic printing for errors of the form...
2009-10-13 Anders CarlssonPass the right SourceLocation to Actions.ActOnOverloade...
2009-10-13 Douglas GregorGive ourselves an A- on ASTs for explicit specializatio...
2009-10-13 John ThompsonFixes pth.c on Windows.
2009-10-13 John ThompsonConverted to use FileCheck.
2009-10-13 John McCallTurn -Wparentheses on by default.
2009-10-13 Anders CarlssonDon't assume that the LHS and RHS of a member pointer...
2009-10-13 Mike StumpRemove FIXME. We construct VBIndex very early, before...
next