]> granicus.if.org Git - clang/shortlog
clang
2013-03-28 Hal FinkelAdd support for gcc-compatible -mmfcrf -mno-mfcrf PPC...
2013-03-28 Evgeniy StepanovDefine __SIZE_MAX__ preprocessor macro.
2013-03-28 Richard SmithFor -Wignored-qualifiers, don't warn on qualifiers...
2013-03-28 Richard SmithTeach -Wigored-qualifiers about exotic flavors of decla...
2013-03-28 David BlaikieRevert "Update debug info test for schema change made...
2013-03-28 Richard SmithRemove outdated FIXME.
2013-03-28 Richard SmithSupport C11 _Atomic type qualifier. This is more-or...
2013-03-28 Richard SmithFold together the two implementations of 6.7.3p2 in...
2013-03-27 Argyrios Kyrtzidis[Parser] Don't code-complete twice.
2013-03-27 Richard SmithDon't reject __restrict applied to a dependent type...
2013-03-27 Bill WendlingSimplify test to use a count for the number of notes...
2013-03-27 Richard SmithUBSan: Don't diagnose inf/nan conversions between float...
2013-03-27 Chad RosierRemove unnecessary attributes from test case.
2013-03-27 Chad RosierAdd a front-end test case for r178186.
2013-03-27 Fariborz JahanianFixes a typo in my last patch.
2013-03-27 Argyrios KyrtzidisRevert "[lib/Headers] Define NULL as __DARWIN_NULL...
2013-03-27 Fariborz JahanianObjective-C: Issue more precise warning when user
2013-03-27 Rafael EspindolaCleanup clang's specializations of simplify_type.
2013-03-27 Chad RosierUpdate the error handing static functions for r178161.
2013-03-27 Jordan Rose[analyzer] Use evalBind for C++ new of scalar types.
2013-03-27 Anna Zaks[analyzer] Cleanup: only get the PostStmt when we need...
2013-03-27 Anna Zaks[analyzer] Ensure that the node NilReceiverBRVisitor...
2013-03-27 Argyrios Kyrtzidis[modules] Make sure enabled diagnostic pragmas inside...
2013-03-27 Alexander KornienkoInsert extra new line before access specifiers.
2013-03-27 Douglas Gregor<rdar://problem/13509689> Introduce -module-file-info...
2013-03-27 Rafael EspindolaAdd const in preparation for a simplify_type change...
2013-03-27 Tim NorthoverAdd another expected note. Two errors => two notes.
2013-03-27 Evgeniy StepanovDisable ASan/MSan symbolization of reports in tests.
2013-03-27 Evgeniy StepanovMark comment-to-html-xml-conversion test as XFAIL:msan...
2013-03-27 Douglas Gregor<rdar://problem/13317030> Consider using directives...
2013-03-27 Alexander KornienkoSplit line comments
2013-03-27 Bill WendlingFix testcase to add expected note.
2013-03-27 Bill WendlingPass the diagnostic in for better error messages.
2013-03-27 Argyrios Kyrtzidis[lib/Headers] Break the module import cycle between...
2013-03-27 Joao MatosImplement compiler intrinsics needed for compatibility...
2013-03-27 Argyrios Kyrtzidis[lib/Headers] Define NULL as __DARWIN_NULL when on...
2013-03-27 Argyrios Kyrtzidis[modules] Before marking the module imported macros...
2013-03-27 Argyrios KyrtzidisRemove IdentifierInfo::setHadMacroDefinition()
2013-03-27 Argyrios Kyrtzidis[PCH/modules] Remove HiddenName::MacroUndef
2013-03-27 Argyrios Kyrtzidis[Preprocessor] Remove PPMutationListener.
2013-03-27 Argyrios Kyrtzidis[modules] Re-enable the "ambiguous expansion of macro...
2013-03-27 Richard SmithPR15597: Fix a confusion between the implicit exception...
2013-03-27 Chad RosierIf we're unable to create the TargetMachine, then just...
2013-03-27 David BlaikieUpdate debug info test for schema change made to LLVM.
2013-03-27 John McCallMake the -Wreinterpret-base-class logic safe against...
2013-03-27 Ted KremenekSplit "incomplete implementation" warnings for ObjC...
2013-03-26 Douglas Gregor<rdar://problem/13278115> Improve diagnostic when faili...
2013-03-26 Anna Zaks[analyzer] Better test for r178063.
2013-03-26 Anna Zaks[analyzer] Make sure IDC works for ‘NSContainer value...
2013-03-26 David BlaikieRemove magic number usage from CGDebugInfo with new...
2013-03-26 Chad Rosier[driver] Do not generate crash diagnostics if the compi...
2013-03-26 Douglas Gregor<rdar://problem/13267210> Ensure that Sema::CompareRefe...
2013-03-26 Chad RosierRemove a FIXME that's not planned to be fixed. We...
2013-03-26 Douglas Gregor<rdar://problem/13473493> Handle 'this->' insertion...
2013-03-26 David BlaikieDebug Info: remove use of magic numbers to tweak specif...
2013-03-26 Anna Zaks[analyzer] Change inlining policy to inline small funct...
2013-03-26 Anna Zaks[analyzer] micro optimization as per Jordan’s feedback...
2013-03-26 NAKAMURA Takumiclang/test/CodeGenCXX/debug-info-namespace.cpp: Disable...
2013-03-26 Rafael EspindolaRemove useGlobalsForAutomaticVariables.
2013-03-26 Reid Kleckner[ms-cxxabi] Give the MS inheritance attributes a base...
2013-03-26 Manman RenFix uninitialized read of CalleeWithThisReturn.
2013-03-26 Chad RosierFix a crasher by reporting a fatal error if we're unabl...
2013-03-26 Michael LiaoAdd PRFCHW intrinsic support
2013-03-26 Argyrios Kyrtzidis[Preprocessor/Modules] Separate the macro directives...
2013-03-26 Reid Kleckner[ms-cxxabi] Mangle vector types
2013-03-26 Evgeniy StepanovFix uninitialized read of CalleeWithThisReturn.
2013-03-26 Alexey SamsonovActually mark ASan-unfriendly test as XFAIL
2013-03-26 Alexey SamsonovAdd asan/msan to the list of available features in...
2013-03-26 Chandler CarruthManually specify the link dependencies. Turns out that...
2013-03-26 Richard TrieuHandle CXXOperatorCallExpr when checking self referrnce...
2013-03-26 Chandler CarruthThe IRReader header is now part of its own library...
2013-03-26 Richard SmithRemove FIXMEs: these are covered by a core issue which...
2013-03-26 Richard SmithImplement special-case name lookup for inheriting const...
2013-03-26 Richard SmithRemove some no-op static_casts.
2013-03-25 Fariborz JahanianObjective-C: Property declaration overiding one in
2013-03-25 NAKAMURA Takumiclang/test/Index/crash-recovery-code-complete.c: Mark...
2013-03-25 Douglas Gregor<rdar://problem/13395022> Strip references when extract...
2013-03-25 Douglas Gregor<rdar://problem/13185264> Don't crash when attempting...
2013-03-25 Matt Beaumont-GayFix layering violation harder.
2013-03-25 Douglas Gregor<rdar://problem/13358795> Teach CMake to check Subversi...
2013-03-25 Ted KremenekFix testcase.
2013-03-25 Ted KremenekFor printf checking, handle nested typedefs for darwin...
2013-03-25 Douglas Gregor<rdar://problem/13459871> Allow forward declaration...
2013-03-25 Douglas GregorRemove local path from test.
2013-03-25 Douglas GregorUse <time.h> rather than <sys/time.h>
2013-03-25 Douglas GregorUse xargs rather than
2013-03-25 Matt Beaumont-GayFix a layering violation introduced in r177705.
2013-03-25 Douglas GregorUse 'touch -t', which both BSD and Linux support.
2013-03-25 Nick LewyckyTry harder to be signal-safe inside our signal handler...
2013-03-25 Douglas Gregor<rdar://problem/13434605> Periodically prune the module...
2013-03-25 Nick LewyckyCorrect indentation. No functionality change.
2013-03-25 Bill WendlingEmit an error message instead of crashing when derefere...
2013-03-25 Chad RosierIR-gen should not generate an MMX types unless the...
2013-03-25 Anna Zaks[analyzer] Set concrete offset bindings to UnknownVal...
2013-03-25 Fariborz JahanianAdded PR number for failing win64 tests.
2013-03-25 Daniel JasperRe-add clang-format tests to clang/test.
2013-03-25 Anton Yartsev[analyzer] Adds cplusplus.NewDelete checker that check...
2013-03-24 Jordan Rose[analyzer] Teach ConstraintManager to ignore NonLoc...
2013-03-24 Benjamin KramerSimplify code. No functionality change.
2013-03-24 Rafael EspindolaReject -no-integrated-as on windows.
next