]> granicus.if.org Git - clang/shortlog
clang
2011-07-16 Chandler CarruthRevert r135217, which wasn't the correct fix for PR1035...
2011-07-16 Francois PichetDo not modify string returned by getenv on Windows.
2011-07-16 Benjamin KramerZero this struct in a way that neither depends on the...
2011-07-16 Ted Kremenek[analyzer] Per discussions with the Cocoa team, extend...
2011-07-16 Ted Kremenek[analyzer] Place checking for Core Foundation "Create...
2011-07-16 Fariborz JahanianRemove a gcc warning.
2011-07-16 Joerg SonnenbergerCorrectly handle sysroot prefix in -print-search-dirs...
2011-07-16 Fariborz JahanianFix a typo.
2011-07-15 Argyrios Kyrtzidis[arcmt] It's not safe to remove the -release on "[...
2011-07-15 Tanya LattnerThis handles the missing cases of opencl vector literals.
2011-07-15 Jordy RoseUpdate retain-release.m to match updated warnings from...
2011-07-15 Argyrios Kyrtzidis[libclang] Map canonical decl of a category implementat...
2011-07-15 Argyrios KyrtzidisRevert r135304 and apply fix in clang_getCanonicalCurso...
2011-07-15 Jordy RoseAdd tests for CFRefReport's path notes, and fix a few...
2011-07-15 Argyrios Kyrtzidis[arcmt] Rewrite to "foo = nil;" not "foo = 0;", as...
2011-07-15 Chad RosierPrevent the -save-temps flag from modifying the input...
2011-07-15 Douglas GregorAugment the interface of ExternalASTSource::FindExterna...
2011-07-15 Argyrios KyrtzidisThe canonical decl for an ObjCImplDecl is it's interfac...
2011-07-15 Argyrios Kyrtzidis[arcmt] For:
2011-07-15 Douglas GregorDon't refer to check.deps unless LLVM_INCLUDE_TESTS...
2011-07-15 Jordy Rose[analyzer] GNU __null is a pointer-sized integer, not...
2011-07-15 Joerg SonnenbergerFix typo
2011-07-15 Jeffrey YasskinUse the new APFloat::convertToInt(APSInt) function...
2011-07-15 Douglas GregorStore bracket locations for array subscript expressions...
2011-07-15 Douglas GregorWhen creating a property in a class extension, make...
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-15 John McCallRestore the C-style cast hack for enum template arguments,
2011-07-15 Chandler CarruthMove the Serialization library from 'instantiation...
2011-07-15 John McCallAdd serialization support for SubstNonTypeTemplateParmExpr.
2011-07-15 John McCallFix the definition of AsTypeExpr. I'm still not sure...
2011-07-15 Chris Lattnerprotect some calls to ConvertType when a function info...
2011-07-15 Jordy RoseClean up UnixAPIChecker, including switching its array...
2011-07-15 Jordy RoseClean up MacOSXAPIChecker, including switching its...
2011-07-15 Chris LattnerEnhance the IR type lowering code to be much smarter...
2011-07-15 John McCallCreate a new expression node, SubstNonTypeTemplateParmExpr,
2011-07-15 Ted KremenekAdd 'Contains()' method to GRStateTrait for ImmutableLi...
2011-07-15 Chandler CarruthSwitch a comment in Rewrite from 'instantiation' to...
2011-07-15 Chandler CarruthSwitch help text in the CC1 driver from 'instantiation...
2011-07-15 Chandler CarruthSwitch comments and assert text in AST from 'instantiat...
2011-07-15 Chandler CarruthSwitch comments about 'macro instantiation' to 'macro...
2011-07-15 Richard TrieuRemove warnings of constant operands of logical operato...
2011-07-14 Evan ChengMatch llvm API change.
2011-07-14 Ted KremenekFix false negative reported in PR 10358 by using 'Unkno...
2011-07-14 Douglas GregorTweak the CMake build so that building a project just...
2011-07-14 Argyrios Kyrtzidis[arcmt] Don't remove retains/releases on a global varia...
2011-07-14 Rafael EspindolaRevert 135177 to fix PR10363.
2011-07-14 Argyrios Kyrtzidis[arcmt] Allow -retain of an __unsafe_unretained receive...
2011-07-14 John McCallTeach -Wconversion, -Wsign-compare etc. about division...
2011-07-14 Richard SmithPR10359: Template declarations which define classes...
2011-07-14 Argyrios Kyrtzidis[arcmt] Emit an error for unused -autorelease messages.
2011-07-14 Sebastian RedlFor C++11, do more checking of initializer lists up...
2011-07-14 Sebastian RedlFix problems Johannes noticed, and extend test cases...
2011-07-14 Sebastian RedlRemove InitializationSequence::ReferenceBinding, the...
2011-07-14 Chris Lattnersimplify
2011-07-14 Chris LattnerStringMap::first() is about to start returning a String...
2011-07-14 Benjamin KramerChange intrinsic getter to take an ArrayRef, now that...
2011-07-14 Caitlin SadowskiMoving one misplaced entry in the attribute enum in...
2011-07-14 Ted KremenekRevert r135147 and r135075. The consensus was that...
2011-07-14 Chandler CarruthUpdate the remaining comments in Frontend to 'expansion'.
2011-07-14 Chandler CarruthClean up some comments I missed when switching from
2011-07-14 Chandler CarruthClean up two lingering comments that mention 'instantia...
2011-07-14 Ted KremenekAdd extra sanity checking in FormatString::matchesType...
2011-07-14 Chandler CarruthNestedMacroInstantiations -> NestedMacroExpansions
2011-07-14 Chandler CarruthUpdate all of the libclang code corresponding to the...
2011-07-14 Chandler CarruthMove the rest of the preprocessor terminology from...
2011-07-14 Chandler CarruthConvert terminology in the Lexer from 'instantiate...
2011-07-14 Chandler CarruthSwitch the TokenLexer's terminology from various forms...
2011-07-14 Chandler CarruthSwitch all local code and comments from '[Ii]nstantiat...
2011-07-14 Chandler CarruthSwitch the diagnostic messages about macros to use...
2011-07-14 Ted KremenekReapply r135075, but modify format-strings.c and format...
2011-07-14 NAKAMURA TakumiRevert r135075, "format string checking: long and int...
2011-07-14 Douglas GregorAdd a hackaround to avoid the crash in PR10355. However...
2011-07-14 Argyrios Kyrtzidis[arcmt] Make sure migrating to ARC works even if '...
2011-07-13 John McCallDocument the behavior of property modifiers in ARC.
2011-07-13 Richard SmithPR8800: When building a conversion to A& using a member...
2011-07-13 Bruno Cardoso... Reapply r134946 with fixes. Tested on Benjamin testcase...
2011-07-13 Douglas GregorAdd 'mutable' to the function declarator chunk, to...
2011-07-13 Douglas GregorFix an incorrect namespace typo-correction diagnostic...
2011-07-13 Devang PatelEmit debug info for extended vectors.
2011-07-13 Ted Kremenekformat string checking: long and int have the same...
2011-07-13 John McCallEnforce access control for the destructor in a new...
2011-07-13 Argyrios Kyrtzidis[arcmt] Add weak/unsafe_unretained for "@property ...
2011-07-13 Argyrios Kyrtzidis[arcmt] For properties rewrite 'assign' -> 'weak or...
2011-07-13 Fariborz JahanianWith -Wselector, don't warn about unimplemented optiona...
2011-07-13 John McCallDon't crash if defining -dealloc in a category.
2011-07-13 John McCallIn debugger mode, make ObjC message sends to unknown...
2011-07-13 Fariborz Jahanianobjc++: Some level of covariance is allowed in ObjC...
2011-07-13 Ted KremenekRe-relax conversion specifier checking for printf forma...
2011-07-13 Ted KremenekFix inversion in argument type checking for format...
2011-07-13 John McCallOkay, that rule about zero-length arrays applies to...
2011-07-13 John McCallArrays are permitted to be zero-length in some situations.
2011-07-13 John McCallMake the integer-range analysis recognize ^= correctly,
2011-07-13 John McCallConvert the standard default-construction loops to...
2011-07-13 Chris Lattnerper john's advice, speculatively lower uses of forward...
2011-07-13 Chris LattnerPR10337 reminds me that calls return values, lets handl...
2011-07-13 John McCallAggressive dead code elimination.
2011-07-13 John McCallGeneralize the routine for destroying an object with...
2011-07-13 Douglas GregorEliminate an incomplete/incorrect attempt to provide...
2011-07-13 Eli FriedmanSilliness with commas, as reported at http://blog.regeh...
2011-07-13 John McCallSwitch delete[] IR-generation over to the destroy frame...
next