]> granicus.if.org Git - clang/shortlog
clang
2009-12-11 John McCallCheck if the target of a using decl is already declared...
2009-12-11 John McCallImplement access declarations. Most of the work here...
2009-12-11 Chris LattnerGive the "cannot pass object of non-POD type 'class...
2009-12-11 Eli FriedmanFix the handling of dependent enums per C++ DR 502.
2009-12-11 Anders CarlssonUse named flags in RTTIBuilder::BuildPointerType.
2009-12-11 Anders CarlssonWhen extending the lifetime of a temporary, make sure...
2009-12-11 Zhongxing XuUse 'class' instead of 'struct'.
2009-12-11 Anders CarlssonWhen an exception needs to be freed by calling __cxa_ex...
2009-12-11 Daniel DunbarRemove this test for now, it is flaky.
2009-12-11 Daniel DunbarFileManager: Do not cache failed stats, it is easy...
2009-12-11 Fariborz JahanianPatch to fix a crash trying to access a category name in
2009-12-11 Mike StumpTestcase for recent checkin.
2009-12-11 Mike StumpImplement just a bit more of inline assembly.
2009-12-11 Mike StumpFix spacing.
2009-12-10 Mike StumpDon't complain about falling off the end of a function...
2009-12-10 Douglas Gregorclang_getCompletionChunkText() will treat optional...
2009-12-10 Eli FriedmanSupport unary type traits in a scalar context. Not...
2009-12-10 Eli FriedmanClean up enum constants so that they're finally sane...
2009-12-10 Anders CarlssonMake sure that explicitly instantiated functions get...
2009-12-10 Douglas GregorBeef up Clang-on-LLVM testing a bit, by making LLVM...
2009-12-10 Benjamin KramerPrivatize class members.
2009-12-10 John McCallActually try to trigger the last diagnostic in the...
2009-12-10 Fariborz JahanianNo need to add -x objecitve-c++
2009-12-10 Fariborz JahanianAdd support for finding composite type of twp objective...
2009-12-10 John McCallImprove the diagnostic when a new declaration conflicts...
2009-12-10 Fariborz JahanianMove composite type finding of two objective-c expressions
2009-12-10 Douglas GregorImplement C++ DR437, which involves exception-specifica...
2009-12-10 Douglas GregorMove initialization via initializer list over to Initia...
2009-12-10 John McCallImplement redeclaration checking and hiding semantics...
2009-12-10 Eli FriedmanFix for PR5515: allow "merging" array bounds both forwa...
2009-12-10 Eli FriedmanTest for r90950.
2009-12-10 Anders CarlssonMangle static variables inside Objective-C methods...
2009-12-10 Eli FriedmanGet rid of static variable.
2009-12-10 Chris LattnerIf we enter parens, colons can become un-sacred, allowi...
2009-12-10 Chris Lattnerfix a more evil case of : / :: confusion arising in ?:.
2009-12-10 Chris Lattnerfix incorrect parsing of bitfields pointed out by Doug...
2009-12-10 Anders CarlssonActually store the pointer into the global variable...
2009-12-10 Mike StumpSetup cleanup on eh edge out of the construction of...
2009-12-10 Chris Lattnerminimal fix for PR5743
2009-12-10 Anders CarlssonHandle emitting static variables that have reference...
2009-12-10 Anders CarlssonSeparate generating code for static variables and globa...
2009-12-10 Anders CarlssonFix tabs.
2009-12-10 Chris LattnerSecond half of r91023, saving files is good.
2009-12-10 Chris Lattnermove GreaterThanIsOperatorScope into RAIIObjectsForPars...
2009-12-10 Chris Lattnerfix PR5740: a colon is sacred when parsing case stateme...
2009-12-10 Chris Lattnerrename testcase
2009-12-10 Chris Lattnerrefactor the 'ColonIsSacred' argument to ParseOptionalC...
2009-12-10 Anders CarlssonMove more decl related functions to CGDeclCXX.cpp
2009-12-10 Chris Lattnerrename ExtensionRAIIObject.h -> RAIIObjectsForParser.h
2009-12-10 Anders CarlssonAdd CGDeclCXX.cpp and move EmitCXXGlobalVarDeclInit...
2009-12-10 Nuno Lopesspread 'const' love to some variables. this considerabl...
2009-12-10 Mike StumpFixup spacing.
2009-12-10 Mike StumpFix spacing.
2009-12-10 Mike StumpEnsure we only generate one terminate handler.
2009-12-09 Mike StumpRemove obsolete FIXME and some dead fallback code.
2009-12-09 Mike StumpAdd terminate handler to cleanups on exceptional edges.
2009-12-09 Fariborz JahanianCode gen for ObjCIsaExpr AST used as lvalue.
2009-12-09 Mike StumpAdd terminate handler for copy constructors for thrown...
2009-12-09 Ted KremenekFix null dereference in OSAtomicChecker and special...
2009-12-09 Douglas GregorReimplement reference initialization (C++ [dcl.init...
2009-12-09 Mike StumpBreak out code for reuse. WIP.
2009-12-09 Fariborz JahanianFixes a bogus error when declaring an extern "C" array.
2009-12-09 Mike StumpAdd throw support. WIP.
2009-12-09 Fariborz JahanianCodegen. support for ObjCIsaExpr AST which until now
2009-12-09 Mike StumpFix 80-col violation.
2009-12-09 Anders CarlssonAdd DeclContext::dump.
2009-12-09 Zhongxing XuRefactor OSAtomic evaluation logic into OSAtomicChecker.
2009-12-09 Zhongxing XuUse a temporary destination set such that we can clear...
2009-12-09 Daniel Dunbarclang -cc1: Mark -i* options as JoinedOrSeparate, since...
2009-12-09 John McCallFirst pass at implementing C++ enum semantics: calcula...
2009-12-09 Zhongxing XuOSAtomic simulation: use the original region as the...
2009-12-09 Anders CarlssonLook through using declarations when searching for...
2009-12-09 Ted KremenekUpdate checker build.
2009-12-09 Zhongxing Xuremove dead code.
2009-12-09 Zhongxing XuInsert instead of assign to the dest node set, since...
2009-12-09 Eli FriedmanFix for PR5730: make sure to consistently call
2009-12-09 Eli FriedmanWhitespace fix.
2009-12-09 Anders CarlssonIn CXXRecordDecl::forallBases, add the base to the...
2009-12-09 Zhongxing XuAdd notes to a test case.
2009-12-09 Ted KremenekFix crash in DisplayFunction(). ObjCInterfaceDecls...
2009-12-09 Anders CarlssonDon't warn about function templates or function templat...
2009-12-09 Mike StumpAdd cleanups for exceptional edges. WIP.
2009-12-09 John McCallRename Sema::IsOverload to Sema::CheckOverload. Teach...
2009-12-09 Anders CarlssonMove the missing prototypes checking out into a new...
2009-12-09 Eli FriedmanFix for PR5709: use the computed type of the declaratio...
2009-12-09 Anders CarlssonPass the current SourceLocation to getAssignOperatorMet...
2009-12-09 Ted KremenekFix a horrid bug in GRExprEngine::CheckerVisit() that...
2009-12-09 Chris LattnerNeil points out that this could be simplified, do it.
2009-12-09 Mike StumpAdd support for the cleanup attribute for C++; we don...
2009-12-09 Douglas GregorImplemented an implicit conversion from "noreturn"...
2009-12-09 Daniel DunbarImprove test portability; I can't figure out how to...
2009-12-08 Fariborz JahanianAdded a missing case to a switch statement.
2009-12-08 Daniel DunbarIncrease inlining threshold at -O3, to match llvm-gcc.
2009-12-08 Fariborz JahanianMore detailed analysis of typecast to an objective...
2009-12-08 John McCallHandle unresolved using decls in bare lookups. These...
2009-12-08 Daniel DunbarImprove test portability.
2009-12-08 Anders CarlssonMake the BugType.h header self-contained so Daniel...
2009-12-08 Mike StumpAdd fixme.
2009-12-08 Daniel DunbarRemove include of system header.
2009-12-08 Mike StumpRemove some old code. WIP.
next