]> granicus.if.org Git - clang/shortlog
clang
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.
2013-03-24 Guy BenyeiGenerate metadata to implement the -cl-kernel-arg-info...
2013-03-24 Benjamin KramerDon't actually invoke codegen in driver test.
2013-03-23 Nadav RotemMake clang to mark static stack allocations with lifeti...
2013-03-23 Bob WilsonRevert svn r176894 and r177658.
2013-03-23 John McCallUnder ARC, when we're passing the address of a strong...
2013-03-23 Richard TrieuStrip off local qualifiers when converting from RecordT...
2013-03-23 Jordan Rose[analyzer] Teach constraint managers about unsigned...
2013-03-23 Jordan Rose[analyzer] Loc-Loc operations (subtraction or compariso...
2013-03-23 Jordan Rose[analyzer] CmpRuns.py: Accept single files as input.
2013-03-23 Jordan Rose[analyzer] Also transform "a < b" to "(b - a) > 0"...
2013-03-23 Jordan RoseAdd reverseComparisonOp and negateComparisonOp to Binar...
2013-03-23 Jordan Rose[analyzer] Translate "a != b" to "(b - a) != 0" in...
2013-03-23 Jordan Rose[analyzer] Use SymExprs to represent '<loc> - <loc...
2013-03-23 Fariborz Jahaniandocumentation parsing: when providing code completion...
2013-03-23 Anna Zaks[analyzer] Warn when a nil key or value are passed...
2013-03-23 Anna Zaks[analyzer] Correct the stale comment.
2013-03-23 Richard SmithIf a .syms file is available alongside a sanitizer...
2013-03-22 Bill WendlingUse RequireCompleteType() instead of isIncompleteType().
2013-03-22 Ted KremenekAdd test case for PR 12921.
2013-03-22 Douglas Gregor<rdar://problem/13479539> Only rebuild the global modul...
2013-03-22 Jordan RoseRevert "[analyzer] Break cycles (optionally) when trimm...
2013-03-22 Jordan Rose[analyzer] Use a forward BFS instead of a reverse BFS...
2013-03-22 Jordan Rose[analyzer] Fix test to actually test what was intended.
next