]> granicus.if.org Git - clang/shortlog
clang
2009-12-11 Benjamin KramerFix two typos.
2009-12-11 John McCallReorganize testcase.
2009-12-11 Eli FriedmanFix linkage of type info and vtable for classes without...
2009-12-11 Eli FriedmanMake sure mangling doesn't crash in another case. ...
2009-12-11 John McCallDon't enter a new scope for a namespace-qualified decla...
2009-12-11 Douglas GregorWhen code completion of an overload set fails, produce...
2009-12-11 Douglas GregorAdd a function's cv-qualifiers to the code-completion...
2009-12-11 Douglas GregorTeach code completion to instantiate templates when...
2009-12-11 Douglas GregorMember function templates can occur after . or ->
2009-12-11 Eli FriedmanFix for PR5706: let mangleName deal with mangling names...
2009-12-11 Douglas GregorTweak code-completion results by suppressing class...
2009-12-11 Anders CarlssonXFAIL this for now, fixing linkage bugs causes the...
2009-12-11 Anders CarlssonMove info vectors and add assertions in preparation...
2009-12-11 Anders CarlssonUse GetAddrOfRTTI when getting the RTTI pointer for...
2009-12-11 Douglas GregorClass template (partial) specializations should not...
2009-12-11 Benjamin KramerRandom string-related cleanups.
2009-12-11 Benjamin KramerUse StringRef.getAsInteger instead of temporary string...
2009-12-11 Eli FriedmanMove the code for converting a member pointer to a...
2009-12-11 Eli FriedmanFix for PR5718: implement equality comparisons for...
2009-12-11 Ted KremenekEnhance understanding of VarRegions referenced by a...
2009-12-11 Zhongxing XuCompletely evaluate malloc/free in MallocChecker.cpp.
2009-12-11 John McCallTest member template using hiding.
2009-12-11 Anders CarlssonImprove linkage of RTTI data structures. Introduce...
2009-12-11 Eli FriedmanFix a recent regression from the initialization changes.
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
next