]> granicus.if.org Git - clang/shortlog
clang
2012-08-24 Dmitri GribenkoFix a few -Wdocumentation warnings.
2012-08-23 Benjamin KramerNow that ASTMultiPtr is nothing more than a array refer...
2012-08-23 Jordan Rose[scan-build] Accept -fno-objc-arc as well as -fobjc...
2012-08-23 Jordan Rose[analyzer] For now, treat pointers-to-members as non...
2012-08-23 Jordan Rose[analyzer] Handle UserDefinedConversion casts in C++.
2012-08-23 Benjamin KramerRemove ASTOwningVector, it doesn't own anything and...
2012-08-23 Dmitri GribenkoAttaching comments to decls: since it was decided that...
2012-08-23 Chad Rosier[ms-inline asm] Add a few helper function to the MSAsmS...
2012-08-23 Benjamin KramerRip out remnants of move semantic emulation and smart...
2012-08-23 Sean CallananAdded a method to DeclContext that marks the
2012-08-23 Ted KremenekChange a bunch of cases where we do "getAs<...>->doSome...
2012-08-23 Richard SmithWhen disambiguating an expression-statement from a...
2012-08-23 Chad Rosier[ms-inline asm] Remove an unused argument. This logic...
2012-08-23 Jordan Rose[analyzer] Support C++ default arguments if they are...
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-08-23 Chad Rosier[ms-inline asm] Rename a few induction variables to...
2012-08-23 Roman DivackyMark these const.
2012-08-23 David ChisnallFix transposed optional / required in Objective-C metad...
2012-08-23 Eli FriedmanAttempt to fix clang bootstrap (broken by r162425).
2012-08-23 Richard SmithFix undefined behavior: member function calls where...
2012-08-23 Douglas Gregorarray_pod_sort on the addresses of declaration pointers...
2012-08-23 Richard SmithFix undefined behavior: don't call ObjCInterfaceDecl...
2012-08-23 Eli FriedmanUse the alignment from lvalue emission to more accurate...
2012-08-23 Matt Beaumont-GayDon't recycle loop variables (to keep GCC happy).
2012-08-23 Chad RosierFix 80-column violation.
2012-08-22 Ted KremenekFix an assortment of doxygen comment issues found by...
2012-08-22 Chad Rosier[ms-inline asm] Compute the inputs and outputs. No...
2012-08-22 Argyrios Kyrtzidis[libclang] c-index-test: Make the printing of the overr...
2012-08-22 Dmitri GribenkoComment parsing: parse "<blah" as an HTML tag only...
2012-08-22 Anna Zaks[analyzer] Fixup to r162399. Initialize the member...
2012-08-22 Chad Rosier[ms-inline asm] Refactor code so that we can begin...
2012-08-22 Anna Zaks[analyzer] Add more comments to CallEvent and RuntimeDe...
2012-08-22 Anna Zaks[analyzer] Add osx.cocoa.NonNilReturnValue checker.
2012-08-22 Chad Rosier[ms-inline asm] Add comments.
2012-08-22 Chad Rosier[ms-inline asm] Add comments.
2012-08-22 Chad Rosier[ms-inline asm] Add helper function. No functional...
2012-08-22 Chad Rosier[ms-inline asm] Simplify logic. No functional change...
2012-08-22 Alexander KornienkoReverted clang-check to fully supported CommandLine...
2012-08-22 Chad Rosier[ms-inline asm] Compute the token range for each instru...
2012-08-22 Ted KremenekDespite me asking Jordan to do r162313, revert it....
2012-08-22 Chad Rosier[ms-inline asm] Simplify logic. No functional change...
2012-08-22 Ted KremenekRemove BasicConstraintManager. It hasn't been in activ...
2012-08-22 Chad Rosier[ms-inline asm] Start sending non-simple inline asms...
2012-08-22 Benjamin KramerMake ceil/floor/nearbyint/rint/round const even with...
2012-08-22 Benjamin KramerMath builtin definition tweaks.
2012-08-22 Dmitri GribenkoASTContext::getCommentForDecl: add comment.
2012-08-22 Dmitri GribenkoAttaching comments to declarations: when documentation...
2012-08-22 Jordan Rose[analyzer] Restructure discussion of DynamicTypeInfo...
2012-08-22 Jordan Rose[analyzer] Per feedback, re-structure the docs for...
2012-08-22 Benjamin KramerReduce duplicated hash map lookups.
2012-08-22 Rafael EspindolaMerge existing attributes before processing pragmas...
2012-08-22 Benjamin KramerFix typo in debug method.
2012-08-22 Ted KremenekRename 'unbindLoc()' (in ProgramState) and 'Remove...
2012-08-22 Ted KremenekRename 'currentX' to 'currX' throughout analyzer and...
2012-08-22 Ted KremenekRename 'getConjuredSymbol*' to 'conjureSymbol*'.
2012-08-22 Ted KremenekRemove Store::bindDecl() and Store::bindDeclWithNoInit...
2012-08-22 Ted KremenekRename 'BindCompoundLiteral' to 'bindCompoundLiteral...
2012-08-22 Anna Zaks[analyzer] IPA document: address Ted's review comments...
2012-08-22 Ted KremenekRemove stale header file.
2012-08-22 Ted KremenekReview, comment, and reformat IPA.txt, including feedba...
2012-08-22 Jordan Rose[analyzer] Document our debug checkers and ExprInspecti...
2012-08-22 Ted KremenekConsilidate SmallPtrSet count() followed by insert...
2012-08-21 Chad Rosier[ms-inline asm] Remove the patchMSAsmStrings function...
2012-08-21 Matt Beaumont-GayAdd an llvm_unreachable to pacify GCC's -Wreturn-type.
2012-08-21 Fariborz Jahanianmake test pass on linux platforms.
2012-08-21 Chad Rosier[ms-inline asm] Have buildMSAsmString build a vector...
2012-08-21 Fariborz Jahanianchange function name in my last patch.
2012-08-21 Fariborz Jahanianobjective-C: Change rules for overriding properties in
2012-08-21 Jordan Rose[analyzer] Set the default IPA mode to 'basic-inlining...
2012-08-21 Jordan Rose[analyzer] -analyzer-ipa=inlining is now the default...
2012-08-21 Dmitri GribenkoUpdate comment to match the reality.
2012-08-21 Dmitri GribenkoCommentBriefParser: allow paragraphs to be separated...
2012-08-21 Jordan Rose[analyzer] Push "references are non-null" knowledge...
2012-08-21 Chad Rosier[ms-inline asm] Do not report a Parser error when match...
2012-08-21 Fariborz JahanianModern objc translator: Fixes a crash in rewriter when...
2012-08-21 David BlaikieUse LLVM_BUILTIN_TRAP instead of lame volatile int...
2012-08-21 Michael J.... Reduce the amount of state in the Option class by relyi...
2012-08-21 Richard SmithSwitch some realignment calculations over to llvm:...
2012-08-21 Chad Rosier[ms-inline asm] Expose the ErrorInfo from the MatchInst...
2012-08-21 Dmitri GribenkoDeclPrinter, terse mode: don't print function bodies
2012-08-21 Dmitri GribenkoRename PrintingPolicy::DontRecurseInDeclContext to...
2012-08-21 Chad Rosier[ms-inline asm] Append identifier for better debugging.
2012-08-21 Chad Rosier[ms-inline asm] Remove this test case and the associate...
2012-08-21 Chad Rosier[driver] Add support for the --param ssp-buffer-size...
2012-08-21 Kostya Serebryany[asan] If we are compiling with ASan, add metadata...
2012-08-21 Richard SmithFix alignment of array of VarDecl* following array...
2012-08-21 John McCallWhen performing a trivial copy of a C++ type, we must...
2012-08-21 Richard SmithAvoid binding a reference to a dereferenced pointer...
2012-08-21 John McCallScrew around with ObjCRuntime some more, changing the
2012-08-21 Dmitri GribenkoDeclPrinter: describe what 'terse' output is.
2012-08-21 Jack CarterWhen this test case was first created it was
2012-08-21 Sam PanzerBetter diagnostics for range-based for loops with bad...
2012-08-21 Jordan Rose[analyzer] Assume that reference symbols are non-null.
2012-08-20 Dmitri GribenkoDeclPrinter: add terse output mode and lots of tests
2012-08-20 John McCallFix a pair of bugs relating to properties in ARC.
2012-08-20 Eric ChristopherReapply:
2012-08-20 Dmitri GribenkoAttaching comments to declarations: ignore implicit...
2012-08-20 David BlaikieFix -Wswitch warning introduced by r162231
2012-08-20 David BlaikieRemove unused variable.
2012-08-20 Jordan Rose[analyzer] More tests for "release and stop tracking".
next