]> granicus.if.org Git - clang/shortlog
clang
2010-01-10 Douglas GregorImprove code completion by introducing patterns for...
2010-01-10 Ted KremenekMake sure this test case tests analyzing both x86_64...
2010-01-10 Benjamin KramerSilence MSVC warning.
2010-01-10 Anton KorobeynikovMake clone() method out-of-line for Attr classes.
2010-01-10 Anton KorobeynikovTry to make cmake happy
2010-01-10 Anton KorobeynikovGeneralize target weirdness handling having proper...
2010-01-10 Anton KorobeynikovRename file to generalization in next commits
2010-01-10 Benjamin KramerSimplify code. No functionality change.
2010-01-10 Zhongxing XuEnhance test case.
2010-01-10 Chris Lattnerstringref'ize a bunch of filename handling logic. ...
2010-01-10 Chris Lattnertry to make this more stable?
2010-01-10 Daniel DunbarFix PR5982, a refacto in checking for '=' in a -D argument.
2010-01-10 Daniel DunbarFix a FIXME.
2010-01-10 Daniel DunbarDarwin/ld: Don't pass '-weak_reference_mismatches non...
2010-01-10 Chris Lattneradd comment to test.
2010-01-10 Chris Lattnerclarify comment.
2010-01-10 Chris Lattnerimplement rdar://7520940: published framework headers...
2010-01-09 Ted KremenekFix overzealous assertion in GRExprEngine::VisitLValue...
2010-01-09 Chris Lattnerimplement -ftabstop=width, patch by Christian Adåker
2010-01-09 Chris Lattnerrevert 91891, a workaround for PR5514.
2010-01-09 Chris Lattnerimplement codegen support for preinc as an lvalue,...
2010-01-09 Chris Lattnerrefactor pre/postinc logic into CGF and require the...
2010-01-09 Chris Lattnerrevert r92749, which is just dead code.
2010-01-09 Chris Lattnermake missing prototypes warn by default in c99 mode...
2010-01-09 Chris Lattneradd a bunch of missing prototypes to tests
2010-01-09 Ted KremenekFix broken diagnostic when returning the address of...
2010-01-09 Benjamin KramerSimplify with StringSwitch.
2010-01-09 Chris Lattner2010 is here.
2010-01-09 Benjamin KramerHopefully unbreak build with g++ >= 4.3.
2010-01-09 Benjamin KramerUse MacroBuilder for TargetDefines instead of std:...
2010-01-09 Benjamin KramerMove MacroBuilder into Frontend/Utils.h and clean it...
2010-01-09 Benjamin KramerRework InitPreprocessor to use a MacroBuilder class...
2010-01-09 Kovarththanan... Switch UndefineBuiltinMacro() over to using StringRef
2010-01-09 Kovarththanan... Switch DefineBuiltinMacro() over to using StringRef
2010-01-09 Zhongxing XuWhen binding an rvalue to a reference, create a tempora...
2010-01-09 Chris Lattnerimprove support for dragonfly, patch by Sascha Wildner!
2010-01-08 Mike StumpFix indentation.
2010-01-08 Mike StumpAdd in final overrider logic.
2010-01-08 Ted KremenekFix handling in GRExprEngine of 'default' branch in...
2010-01-08 John McCallOrganize testcase into namespaces.
2010-01-08 Ted KremenekFor now, add back clang_getDeclSource().
2010-01-08 John McCallChange the printing of OR_Deleted overload results...
2010-01-08 Dan GohmanUse -fno-math-errno by default, and remove the IsMathEr...
2010-01-08 Fariborz Jahanianclang ObjC rewriter: generated code used in "for (x...
2010-01-08 John McCallReorganize PrintOverloadCandidates. No functionality...
2010-01-08 Eli FriedmanFix for PR5967: Make const-marking for LLVM globals...
2010-01-08 Douglas GregorImprove the fix-its for -Wparentheses to ensure that...
2010-01-08 David ChisnallExport a public symbol for classes with the GNU runtime.
2010-01-07 Ted KremenekMore crashtracer enhancements to CIndex. When "popping...
2010-01-07 Douglas GregorAdd an "implicit" bit to CXXThisExpr, so that we can...
2010-01-07 Fariborz JahanianFixes a bug where we were rewriting two definitions of
2010-01-07 Mike StumpAdd checker for type infos.
2010-01-07 Ted KremenekTidy up crashtracer logic in CIndex.
2010-01-07 Mike StumpAdd checked for VTTs.
2010-01-07 Mike StumpDetailed vtable checker.
2010-01-07 Fariborz JahanianFixes a bug in my last patch (related to radar 7490331).
2010-01-07 Mike Stump1/2 off all structs should not have any virtual functions.
2010-01-07 Mike StumpAdd a descriptive tag to each line to make the exact...
2010-01-07 John McCallWhen parsing an identifier as an expression in C++...
2010-01-07 Mike StumpDon't use two argument mixing function.
2010-01-07 Mike StumpAlso generate the .s files.
2010-01-07 Mike StumpAdd a testcase generator for vtable/rtti testing. ...
2010-01-07 Fariborz JahanianAvoid error when convering a pointer to integer in
2010-01-07 Fariborz JahanianFix rewriting of ivars. Fixes radar 7490331.
2010-01-07 Kovarththanan... Convert from char pointer to char array
2010-01-07 Ted KremenekFix typo: rename Rewriter::getRewritenText() -> Rewrite...
2010-01-07 Kovarththanan... Tigthen scope of local char array
2010-01-07 Nuno Lopesfix PR5869: mangle static symbols like gcc does to...
2010-01-07 Douglas GregorTest linkage of typeinfo and typeinfo names for class...
2010-01-07 John McCallImprove the lead diagnostic for C++ object subscript...
2010-01-07 Ted KremenekChange ObjCContainerDecl to contain the entire range...
2010-01-07 Ted KremenekAdd FileCheck prefix to another location in the output...
2010-01-07 Douglas GregorAdd a test case for code-completion in the presence...
2010-01-07 Chris Lattner_mm_xor_ps does a xor not a nxor. The other 'xor' built...
2010-01-07 Fariborz JahanianMake this test be ingored for linux.
2010-01-07 Douglas GregorFix the search for visible declarations within a Scope...
2010-01-07 Douglas GregorWhen we typo-correct a base class initializer, point...
2010-01-07 Douglas GregorWhenever we emit a typo-correction diagnostic, also...
2010-01-06 Fariborz JahanianFixes the test.
2010-01-06 Douglas GregorWhen suggesting a typo correction for an @implementatio...
2010-01-06 Ted KremenekChange clang_getDeclExtent() to have the endpoint point...
2010-01-06 Fariborz JahanianTest case for rewriting of __weak byref objects.
2010-01-06 Douglas GregorMove the allocation of designators in DesignatedInitExp...
2010-01-06 John McCallDon't assert when dealing with unsigned casts of lvalue...
2010-01-06 Douglas GregorAdd test from PR5913, which has already been fixed
2010-01-06 John McCallDerive tighter ranges for & and >> in the conversion...
2010-01-06 Douglas GregorAdd testcase for PR5817, although the bug was already...
2010-01-06 Douglas GregorFix linkage for RTTI names by re-using the logic for...
2010-01-06 Fariborz JahanianFix a bug when property is redeclared in multiple
2010-01-06 Douglas GregorFix marking of virtual members for nested classes whose...
2010-01-06 David ChisnallFix for PR5691
2010-01-06 Douglas GregorMake sure that the key-function computation produces...
2010-01-06 John McCallImprove the diagnostics used to report implicitly-gener...
2010-01-06 Daniel DunbarFix (invalid) may-be-uninitialized warning.
2010-01-06 Daniel DunbarAdd missing CINDEX_LINKAGE.
2010-01-06 Daniel DunbarAdd _clang_getDeclExtent to export list.
2010-01-06 John McCallSignificantly rework the calculation of effective integ...
2010-01-06 Douglas GregorRevert my available_externally vtables experiment....
2010-01-06 Douglas GregorMake our marking of virtual members functions in a...
2010-01-06 Ted KremenekAdd enhanced crash reporter breadcrumbs for clang_creat...
next