]> granicus.if.org Git - clang/shortlog
clang
2012-12-29 Nico WeberArrayRefize a CompoundStmt constructor.
2012-12-29 Chandler CarruthFix a typo that caused a few standard library implement...
2012-12-29 Chandler CarruthTry to re-structure the GCCVersion comparison routine...
2012-12-29 Erik VerbruggenRemoved duplicate logic.
2012-12-29 Rafael EspindolaMinor cleanup.
2012-12-28 Rafael EspindolaReject overloading of two static extern C functions.
2012-12-28 Richard SmithReplace magic numbers in CheckICE with an enum.
2012-12-28 Richard SmithPR14729: Fix typo in CheckICE for BinaryConditionalOper...
2012-12-28 Richard SmithImprove diagnostic wording for when an implicitly-delet...
2012-12-28 Alexey SamsonovAdd proper support for -fsanitize-blacklist= flag for...
2012-12-28 David BlaikieChange this to an IR test instead of an assembly test...
2012-12-27 Richard SmithSimplify typeid 'potentially evaluated' check.
2012-12-27 Rafael EspindolaImplement dcl.link paragraph 5.
2012-12-27 Eric ChristopherUpdate test for backend change.
2012-12-26 Rafael EspindolaFix a regression from the previous commit.
2012-12-26 Rafael EspindolaUse the most recent redecl to decide if it is needed.
2012-12-25 Richard SmithProduce an actual error before attempting to attach...
2012-12-25 Erik VerbruggenFix for PR12222.
2012-12-25 Guy BenyeiAdd intel_ocl_bicc calling convention as a function...
2012-12-25 Rafael EspindolaAdd 171048 back but invalidate the cache of all redecla...
2012-12-25 NAKAMURA TakumiRevert r171048, "Cache visibility of decls."
2012-12-25 Rafael EspindolaCache visibility of decls.
2012-12-24 Nick LewyckySimplify RUN lines. No functionality change.
2012-12-24 Daniel JasperLet clang-format format itself.
2012-12-24 Daniel JasperPenalize tokens with a lower parenthesis level than...
2012-12-24 Daniel JasperAlign RHS after assignments and return statements.
2012-12-24 Daniel JasperFix formatting over overloaded operators.
2012-12-24 Evgeniy StepanovSupport -fsanitize-memory-track-origins.
2012-12-24 NAKAMURA TakumiCGClass.cpp: [PR14335] Remove comma-separated \param...
2012-12-24 NAKAMURA Takumiclang/AST/VTTBuilder.h: Prune one description in three...
2012-12-24 NAKAMURA TakumiCGDecl.cpp: Prune three descriptions in two methods...
2012-12-24 NAKAMURA TakumiDiagnosticRenderer.cpp: Prune one description in Diagno...
2012-12-24 NAKAMURA TakumiCGValue.h: Update one \param to Addr in MakeBitfield...
2012-12-24 NAKAMURA Takumitest/Index/preamble_macro_template.cpp: Tweak for win32.
2012-12-24 Daniel JasperTake operator precedence into account when splitting...
2012-12-23 Dmitri GribenkoDocumentation: PTHInternals: use correct adornments...
2012-12-23 Dmitri GribenkoDocumentation: fix a syntax error: empty line required...
2012-12-23 Dmitri GribenkoDocumentation: add MemorySanitizer to the toctree
2012-12-23 Sean Silvadocs: Convert ReleaseNotes to reST.
2012-12-23 Nico WeberlibFormat: Teach the *& usage heuristic that "return...
2012-12-23 Nico WeberMove a declaration closer to its use. No functionality...
2012-12-22 Benjamin KramerClean out release notes for clang 3.3
2012-12-22 Argyrios Kyrtzidis[libclang] Fix crash when code-completing a macro invoc...
2012-12-22 Argyrios Kyrtzidis[libclang] Don't try to translate diagnostics from...
2012-12-22 Argyrios Kyrtzidis[libclang] Check for the 'LIBCLANG_NOTHREADS' environme...
2012-12-22 Richard SmithPR14695: Fix assert from bad cast<>. Not every namespac...
2012-12-22 Ted KremenekAdd back -Wduplicate-enum which I mistakenly removed.
2012-12-22 Ted KremenekFix typo: objc_no_direct_instance_variable_assignmemt...
2012-12-22 Anna Zaks[analyzer] Convert SimpleStreamChecker to use the Point...
2012-12-21 Douglas GregorUse a safe default width for template-diff'ing integral...
2012-12-21 Fariborz JahanianAdding to FormatTest.cpp test for a very long ObjC...
2012-12-21 Ted KremenekTweak Sema::CheckLiteralKind() to also include block...
2012-12-21 Matt Beaumont-GayInsulate this test from the whims of the random number...
2012-12-21 Chad RosierAdd comments back that were accidentally removed in...
2012-12-21 Chad RosierFix a warning due to an extraneous comma.
2012-12-21 Chad RosierRemove unused arguments and rename to conform to coding...
2012-12-21 Ted KremenekChange checkUnsafeAssignLiteral() to use the new Sema...
2012-12-21 Ted KremenekHoist logic for classifying Objective-C literals into...
2012-12-21 Richard SmithSwitch FrontendOptions to using an initializer list...
2012-12-21 Fariborz JahanianFixes couple of friend declaration -ast-print bug
2012-12-21 Chad RosierIndent.
2012-12-21 Chad RosierRemove unnecessary checks.
2012-12-21 Ted KremenekUse descriptive enum instead of raw integers for checkU...
2012-12-21 Ted KremenekSink call to checkUnsafeAssignLiteral() into checkUnsaf...
2012-12-21 Chad RosierFix indent.
2012-12-21 Jordan Rose[analyzer] Don't perform an expensive assertion in...
2012-12-21 Nico Weberformat: Handle #import as include directive too.
2012-12-21 Quentin ColombetAdd a testcase for ARM cortex-r5 subtarget
2012-12-21 Daniel Jasperclang-format: No spaces around directory specifiers
2012-12-21 Quentin ColombetAdd ARM cortex-r5 subtarget as available mcpu
2012-12-21 Anna Zaks[analyzer] Fix typos.
2012-12-21 Anna Zaks[analyzer] Re-apply r170826 and make the dumping of...
2012-12-21 Roman DivackySort the includes according to the coding standard.
2012-12-21 Fariborz JahanianFix typo.
2012-12-21 Roman DivackyRemove duplicate includes.
2012-12-21 Daniel JasperBasic support for formatting for-loops.
2012-12-21 Rafael EspindolaUpdate comments.
2012-12-21 Daniel JasperTemporary fix of tests to make buildbots happy.
2012-12-21 Evgeniy StepanovSlight rewording of -fsanitize=memory docs.
2012-12-21 Evgeniy StepanovUser manual chapter on MemorySanitizer.
2012-12-21 Daniel JasperUse OperatorPrecedence.h in clang-format
2012-12-21 Daniel JasperFormatting fixes for PR14680
2012-12-21 Dmitry VyukovRemove the working that ThreadSanitizer is *experimental*.
2012-12-21 Richard SmithFix regression in r170489: when instantiating a direct...
2012-12-21 Ted KremenekExtend checkUnsafeAssigns() to also handle assigning...
2012-12-21 Ted KremenekRefactor checkUnsafeAssigns() to avoid code duplication...
2012-12-21 Richard SmithReinstate r170806, reverted in r170835, with a fix...
2012-12-21 NAKAMURA TakumiRevert r170806, "Fix some bugs where we would sometimes...
2012-12-21 Argyrios Kyrtzidis[libclang] Follow-up to r170824, provide the correct...
2012-12-21 Anna Zaks[analyzer] Address Jordan's nitpicks as per code review...
2012-12-21 Rafael EspindolaRevert r170826. The output of
2012-12-21 Rafael EspindolaDon't eagerly emit a global static merged with a local...
2012-12-21 Anna Zaks[analyzer] Traverse the Call Graph in topological order.
2012-12-21 Anna Zaks[analyzer] Add blocks and ObjC messages to the call...
2012-12-21 Argyrios Kyrtzidis[libclang] Make sure we can code-complete inside a...
2012-12-21 NAKAMURA TakumiEditedSource.cpp: Appease msvc, to add <cctype>.
2012-12-21 Sean Silvadocs: Convert ObjectiveCLiterals to reST.
2012-12-21 Sean Silvadocs: fix Sphinx toctree warning.
2012-12-21 Sean Silvadocs: Convert DriverInternals to reST.
2012-12-20 Richard SmithFix some bugs where we would sometimes use 0, not ...
next