]> granicus.if.org Git - clang/shortlog
clang
2012-09-28 Benjamin KramerAvoid malloc thrashing in the uninitialized value analysis.
2012-09-28 Daniel JasperSet Diag.ErrorOccurred even if a DiagnosticConsumer...
2012-09-27 Eli FriedmanFix a regression from r164656.
2012-09-27 Anna Zaks[analyzer] Address Jordan's code review for r164790.
2012-09-27 Anna Zaks[analyzer] IvarInvalidation: track synthesized ivars...
2012-09-27 Anna ZaksUnbreak cmake build
2012-09-27 Anna Zaks[analyzer] Add an experimental ObjC direct ivar assignm...
2012-09-27 Anna ZaksMake getDefaultSynthIvarName() a member of ObjCProperty...
2012-09-27 Anna Zaks[analyzer] Address Jordan's code review comments for...
2012-09-27 Benjamin KramerPass PrintingPolicy by reference, copying it isn't...
2012-09-27 NAKAMURA Takumiclang/test/CodeGen/ms-inline-asm.c: It requires x86...
2012-09-27 Douglas GregorFollowing up on r164620, cope with symlinking from...
2012-09-27 Benjamin KramerShrink LinkageInfo from 96 bits to 8 bits.
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-27 NAKAMURA TakumiIvarInvalidationChecker.cpp: Remove an unused member...
2012-09-27 Argyrios KyrtzidisPer discussion in http://lists.cs.uiuc.edu/pipermail...
2012-09-27 Jordan RoseUse %clang_cc1 so that the test works even if the targe...
2012-09-27 Argyrios Kyrtzidis[libclang] Always report a CXCursor_MacroDefinition...
2012-09-27 Bill WendlingUse a variable to stop us from building clang testing...
2012-09-26 Nick LewyckyTurn off this test, as the new and old SROA cause it...
2012-09-26 Bill WendlingUpdate to new function attribute querying syntax.
2012-09-26 Benjamin KramerAllow -MF to be used in combination with -E -M or ...
2012-09-26 Anna Zaks[analyzer] Add experimental ObjC invalidation method...
2012-09-26 Anna Zaks[analyzer] Commit a test case for r164579.
2012-09-26 Ted KremenekHave set-xcode-analyer report an error if no xcspec...
2012-09-26 Ted KremenekMake set-xcode-analyzer more tolerant of the naming...
2012-09-26 Ted KremenekRevert "Use sep instead of ' '."
2012-09-26 DeLesley HutchinsFix template instantiation of attributes. More specifi...
2012-09-26 Ted KremenekUse sep instead of ' '.
2012-09-26 Jordan RoseMake our mini-stdint.h platform-independent by using...
2012-09-26 Argyrios Kyrtzidis[libclang] Remove the ParentKind cursor kind from code...
2012-09-26 Argyrios KyrtzidisHave ASTUnit::Save() return a bool to indicate save...
2012-09-26 Logan ChienFix build failure and enhance the testcase for unwind.h.
2012-09-26 Benjamin KramerRun test in a freestanding environment so it doesn...
2012-09-26 Nico WeberFix two more tests that didn't do anything.
2012-09-26 Nico WeberMake this test actually test something
2012-09-26 Nico WeberRevert r163022, it caused PR13924.
2012-09-26 Logan ChienAdd struct keyword before _Unwind_Context.
2012-09-26 Ted KremenekRemove unnecessary ASTContext& parameter from SymExpr...
2012-09-26 Nico WeberAdd codegen support for the __debugbreak intrinsic.
2012-09-26 Eli FriedmanFix an edge case of mangling involving the combination...
2012-09-26 Eli FriedmanFix the AST representation for non-type template argume...
2012-09-26 Richard SmithTeach Type::getAs<TemplateSpecializationType> that...
2012-09-25 Ted KremenekUpdate checker build.
2012-09-25 Michael J.... [Options] Store the option ID in OptTable::Info.
2012-09-25 Ted KremenekRemove 'const' version of getBasicVals(), which is...
2012-09-25 Jordan RoseRename CanFitInto64Bits to alwaysFitsInto64Bits per...
2012-09-25 Chad Rosier[driver] Add support for the -fno-fast-math option.
2012-09-25 Argyrios Kyrtzidis[libclang] Do a AST concurrency check in clang_indexTra...
2012-09-25 Argyrios KyrtzidisImprove upon r164450 and localize the logic of updating...
2012-09-25 Dmitri GribenkoOptimize NumericLiteralParser::GetIntegerValue().
2012-09-25 Jordan Rose[analyzer] Add tests for symbolic expression liveness.
2012-09-25 Jordan RoseReapply "[analyzer] Remove constraints on dead symbols...
2012-09-25 Jordan Rose[analyzer] Calculate liveness for symbolic exprs as...
2012-09-25 Douglas GregorUnder certain terrible circumstances (<rdar://problem...
2012-09-25 Alexander KornienkoMacro history (de-)serialization. Deserialization curre...
2012-09-25 Bob WilsonExamine the last, not the first, instruction from the...
2012-09-25 Douglas Gregor-iframework should allow separate arguments.
2012-09-25 Douglas GregorIntroduce builtin macros to determine whether we're...
2012-09-25 Alexander KornienkoA minor doc fix.
2012-09-25 Hans WennborgFix failing test/Sema/wchar.c on ARM.
2012-09-25 John McCallWhen performing a ::delete of an object with a virtual...
2012-09-25 NAKAMURA Takumiclang/test/CodeGenCXX/microsoft-*: Fix for -Asserts.
2012-09-25 John McCallImplement Mike Herrick's proposed noexcept mangling.
2012-09-25 John McCallIn the MS ABI, ctors return 'this'. Patch by Dmitry...
2012-09-25 John McCallAdd the Microsoft __is_interface_class type trait.
2012-09-25 John McCallFix for r163013 regression and further __interface...
2012-09-25 John McCallDuring jump-scope checking, build an ExprWithCleanups...
2012-09-25 Richard SmithFix crash when a decltype expression in a trailing...
2012-09-25 Eli FriedmanDelete some code which is, as far as I can tell, dead.
2012-09-25 Anna Zaks[analyzer] Fix a buildbot crash triggered by turning...
2012-09-25 Richard SmithDon't produce diagnostics for missing ctor-initializers...
2012-09-24 Eli FriedmanHandle C++ functional casts in a similar way to C-style...
2012-09-24 Chad RosierUpdate for r164567.
2012-09-24 Fariborz Jahanianobjective-C: use 'instance variables' as plural when...
2012-09-24 Fariborz Jahanianobjective-C: remove use of 'ivar' in favor of
2012-09-24 Ted KremenekAdd clarifying comment.
2012-09-24 Dmitri GribenkoMore tests for r164545 (change extension warning about...
2012-09-24 Dmitri GribenkoStringRef'ize Preprocessor::CreateString().
2012-09-24 Dmitri GribenkoReplace raw call to snprintf() by llvm streams.
2012-09-24 Bob WilsonReplace an assertion with an error for empty __asm...
2012-09-24 Bob WilsonFix a comment typo and clean up formatting.
2012-09-24 Douglas GregorMake sure that we don't end up making an #undef'd macro...
2012-09-24 Argyrios Kyrtzidis[libclang] Bring CXCursor_AsmStmt back as an alias...
2012-09-24 Dmitri GribenkoInclude 'long long' extension warning in the LongLong...
2012-09-24 Dmitri GribenkoChange the wording of the extension warning from
2012-09-24 Anna Zaks[analyzer] Really turn on dynamic-bifurcation on by...
2012-09-24 Anna Zaks[analyzer] Remove unused.
2012-09-24 Anna Zaks[analyzer]Prevent infinite recursion(assume->checker...
2012-09-24 Alexander PotapenkoUse an explicit target to test that source fortificatio...
2012-09-24 Dmitri GribenkoSmall cleanup of literal semantic analysis: hiding...
2012-09-24 Chandler CarruthUpdate the Clang tests which run with a full optimizati...
2012-09-24 NAKAMURA Takumiunittests/AST/StmtPrinterTest.cpp: Suppress a LP64...
2012-09-23 Dmitri GribenkoAs a followup for r164303, add some tests for printing...
2012-09-23 Rafael EspindolaImplement ToolChain::IsUnwindTablesDefault to reduce...
2012-09-22 Rafael EspindolaOn Hexagon getArchName() never returns x86_64, simplify...
2012-09-22 Rafael EspindolaUse pipes.
2012-09-22 Rafael EspindolaUse FileCheck.
2012-09-22 Dmitri GribenkoComment sema: warn when comment has \deprecated but...
next