]> granicus.if.org Git - clang/shortlog
clang
2011-07-19 Ted KremenekFix false negative in -Wuninitialized involving a ...
2011-07-19 Ted KremenekFix assertion failure in UninitializedValues.cpp where...
2011-07-19 Jordy Rose[analyzer] Very minor cleanup in PthreadLockChecker...
2011-07-19 Jordy Rose[analysis] Add checks for double-locking and lock order...
2011-07-19 Chad RosierRefactor r135502 to avoid an empty if else condition...
2011-07-19 Anna ZaksAdd FixItHints in case a C++ function call is missing...
2011-07-19 Chad RosierClang asserts "Invalid environment!" when using -ccc...
2011-07-19 Benjamin KramerUpdate CMake build.
2011-07-19 Argyrios Kyrtzidis[arcmt] Add some additional driver flags to optionally...
2011-07-19 Jeffrey YasskinName the "c++0x-compat" warning group, and fix the...
2011-07-19 Douglas GregorRevamp the SourceManager to separate the representation...
2011-07-19 Ted KremenekReduce -Wuninitialized time by 22% (on sqlite) by remov...
2011-07-19 Ted KremenekAdd hooks into the CFG builder to force that specific...
2011-07-19 Nick LewyckyFix typo.
2011-07-19 Evan ChengMatch createTargetMachine API change.
2011-07-19 Devang PatelSimplify.
2011-07-19 Sean HuntImplement a __WCHAR_UNSIGNED__ macro and use it to...
2011-07-18 Eric ChristopherAdd .gitignore file.
2011-07-18 Devang PatelCheck column number also.
2011-07-18 Evan ChengMCContext now takes MCRegisterInfo.
2011-07-18 Sean HuntThanks to Chandler for reminding me to update the docum...
2011-07-18 Sean HuntRemember to add a has_feature macro for __underlying_ty...
2011-07-18 Jeffrey YasskinDefine DiagnosticBuilder<<APValue so it's easy to inclu...
2011-07-18 Frits van BommelMigrate LLVM and Clang to use the new makeArrayRef...
2011-07-18 NAKAMURA Takumilib/Headers/mm_malloc.h: Use __mingw_aligned_malloc...
2011-07-18 Argyrios Kyrtzidis[arcmt] When a NSData's 'bytes' family of methods are...
2011-07-18 Argyrios Kyrtzidis[arcmt] NSInvocation's [get/set]ReturnValue and [get...
2011-07-18 Nick LewyckyDon't crash when codegen'ing an empty redecl of a funct...
2011-07-18 Nick LewyckyIn C99, emit an inline function when encountering an...
2011-07-18 Chris Lattnerde-constify llvm::Type, patch by David Blaikie!
2011-07-18 Chris LattnerUse the new llvm::TinyPtrVector class, which implements...
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...
next