]> granicus.if.org Git - clang/shortlog
clang
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...
2012-09-22 Dmitri GribenkoRemove superfluous \namespace command.
2012-09-22 Dmitri GribenkoFix cindex.py compatibility with older libclang.so
2012-09-22 Rafael EspindolaUse FileCheck.
2012-09-22 Rafael EspindolaFix pr13749. There is still a lot of code using getArch...
2012-09-22 Abramo BagnaraAvoid multiple atomic builtin declaration.
2012-09-22 Argyrios KyrtzidisWhen importing a FunctionProtoType::ExtProtoInfo, its...
2012-09-22 Jordan Rose[analyzer] Suppress bugs whose paths go through the...
2012-09-22 Jordan Rose[analyzer] Track a null value back through FindLastStor...
2012-09-22 Jordan Rose[analyzer] Always allow BugReporterVisitors to see...
2012-09-22 Jordan Rose[analyzer] Allow a BugReport to be marked "invalid...
2012-09-22 Jordan Rose[analyzer] Look through OpaqueValueExprs when tracking...
2012-09-22 Jordan Rose[analyzer] Better path notes for null pointers passed...
2012-09-22 Jordan RoseUse llvm::getOrdinalSuffix to print ordinal numbers...
2012-09-22 Jordan Rose[analyzer] Check that an ObjCIvarRefExpr's base is...
2012-09-22 Jordan Rose[analyzer] Check that a member expr is valid even when...
2012-09-22 Richard SmithFix bug which sometimes resulted in further diagnostics...
2012-09-21 Chad Rosier[ms-inline asm] Use mnemonicIsValid() in a helpful...
2012-09-21 Eric ChristopherMark the passed in "self" for a block as an object...
2012-09-21 Argyrios KyrtzidisFix build errors.
next