]> granicus.if.org Git - clang/shortlog
clang
2010-01-12 Chris Lattnerimplement PR6004, warning about divide and remainder...
2010-01-12 Chris Lattnerimplement PR6007, diagnosing invalid attribute((section))
2010-01-12 Mike StumpImprove covariance tester to randomize the return value...
2010-01-12 Chandler CarruthFix the CodeGen half of PR5911 by changing reference...
2010-01-12 Ted KremenekFurther tweaking of USR generation. WIP.
2010-01-12 Ted KremenekMake 'CXTranslationUnitIterator' an argument to perform...
2010-01-12 Fariborz JahanianDefine __weak attribute for objective-c pointers in
2010-01-12 Douglas GregorParse dependent template-ids in base clauses and member
2010-01-12 Fariborz JahanianImprove on objective-c pointer recognition
2010-01-12 Douglas GregorWhen determining whether a given name is a template...
2010-01-12 Benjamin KramerFix tests for r93231.
2010-01-12 Benjamin KramerRemove trailing semicolons and silence MSVC warning...
2010-01-12 John McCallSo I was sitting around, trying vainly to think of...
2010-01-12 Douglas GregorUse horizontal-space markers in code-completion results...
2010-01-12 Mike StumpAdd covariance tester.
2010-01-12 Daniel DunbarRemove duplicate class name, MSVC doesn't like this.
2010-01-12 John McCallReorganize some of the code to note overload candidates...
2010-01-12 Ted KremenekAdd a boilerplate implementation for clang_getUSR(...
2010-01-12 Fariborz JahanianFix rewriting of MacOS sjlj based eh.
2010-01-12 Douglas GregorName lookup should know better than to look into a...
2010-01-12 John McCallChris thinks these diagnostics are better now. :)
2010-01-12 John McCallSort overload results by viability.
2010-01-12 John McCallIntroduce a specific representation for the ambiguous...
2010-01-12 Ted KremenekChange clang_getUSR() to return a CXString instead...
2010-01-12 Ted KremenekMake createCXString() a static member function of class...
2010-01-12 Mike StumpAllow N_FIELDS to be 0.
2010-01-11 Ted KremenekCIndex:
2010-01-11 Douglas GregorEliminate an embarrassing performance regression in...
2010-01-11 David ChisnallReverted r93198; done without reading relevant PR.
2010-01-11 Fariborz JahanianFix rewriting for forward class declaration.
2010-01-11 Douglas GregorWhen performing name lookup into a scope, check that...
2010-01-11 David ChisnallAllow VLAs in C++ if in GNU mode (GNU C++ permits them...
2010-01-11 Douglas GregorC++0x [dcl.typedef]p4, take 3, where we actually figure...
2010-01-11 Douglas GregorUse isa<ElaboratedType> rather than getAs<ElaboratedTyp...
2010-01-11 Douglas GregorAdd test case from PR5763
2010-01-11 Douglas GregorAllow redefinitions of typedef-names within class scope...
2010-01-11 Fariborz JahanianFix a problem related to rewrite of anonymous unions.
2010-01-11 Benjamin KramerFix pasto.
2010-01-11 Chris LattnerUse the new isInteger() method in a couple places,...
2010-01-11 Douglas GregorWhen resolving a single function template specializatio...
2010-01-11 Douglas GregorTest case for naming of conversion function template...
2010-01-11 Benjamin KramerAvoid use of deprecated functions (CStrInCStrNoCase...
2010-01-11 Douglas GregorWhen computing surrogates for calls to a value of objec...
2010-01-11 Ken DyckChange return type of getObjCEncodingTypeSize() to...
2010-01-11 David ChisnallFix type mismatch on 64-bit platforms (GNU ObjC).
2010-01-11 Douglas GregorRemove some pointless FIXMEs. No functionality change
2010-01-11 Douglas GregorAdd support for out-of-line definitions of conversion...
2010-01-11 Douglas GregorTighten up the "cannot return array or function type...
2010-01-11 Douglas GregorImplement name lookup for conversion function template...
2010-01-11 Fariborz JahanianFixup rewrite of ivars accessed via an explicit object
2010-01-11 Ken DyckRoll out ASTContext::getTypeSizeInChars(), replacing...
2010-01-11 Sebastian RedlMake Clang complain about taking the address of an...
2010-01-11 Zhongxing XuEnhance ScanReachableSymbols::scan(). Now another OSAto...
2010-01-11 Zhongxing XuEnhance SVals::getAsRegion: get the region that is...
2010-01-11 Chris Lattneradd a TODO for a perf improvement in LexIdentifier.
2010-01-11 Ted KremenekSwitch RegionStore over to using <BaseRegion+raw offset...
2010-01-11 Ted KremenekPreliminary reworking of value-binding logic in RegionS...
2010-01-10 Sean HuntDo not parse hexadecimal floating point literals in...
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...
next