]> granicus.if.org Git - clang/shortlog
clang
2012-08-27 Chad Rosier[ms-inline asm] Hoist common Expr handling logic into...
2012-08-27 Simon AtanasyanMIPS: Use -G option to specify MIPS section threshold...
2012-08-27 Chad Rosier[ms-inline asm] Rename GenerateAsmString to generateAsm...
2012-08-27 Jordan Rose[analyzer] Look through casts when trying to track...
2012-08-27 John McCallRestore a -cc1 invariant that was causing problems...
2012-08-27 Chad Rosier[ms-inline asm] Base class AsmStmt implements these.
2012-08-27 Chad Rosier[ms-inline asm] Hoist common logic into the AsmStmt...
2012-08-27 Chad Rosier[ms-inline asm] Add a new base class, AsmStmt, for...
2012-08-27 Manuel KlimekThis is a temporary solution until we have a better...
2012-08-27 Jordan Rose[analyzer] Don't inline constructors for objects alloca...
2012-08-27 Jordan Rose[analyzer] Update inlining design notes for r162681.
2012-08-27 Anna Zaks[analyzer] More internal stats collection.
2012-08-27 Chad RosierUpdate comment, per Jordan's suggestion.
2012-08-27 John McCallUse cast<> instead of static_cast. Patch by Timur...
2012-08-27 Chad RosierUpdate comment.
2012-08-27 Jordan Rose[analyzer] Inline constructors for any object with...
2012-08-27 Simon AtanasyanSupport MIPS DSP Rev2 intrinsics.
2012-08-27 John McCallTweak the ARC-requires-10.6 diagnostic according to...
2012-08-26 Manuel KlimekUpdate reference docs to latest changes.
2012-08-25 Eli FriedmanFix a CodeGen bug where we would skip zero-initializati...
2012-08-25 Richard SmithRemove spurious string literal for bool argument.
2012-08-25 Francois Pichet_HAS_CHAR16_T_LANGUAGE_SUPPORT is not predefined MSVC...
2012-08-25 Ted KremenekChange --with-analyzer to --use-analyzer, per sage...
2012-08-25 John McCallFix the CC-matching logic for instance methods in the...
2012-08-25 John McCallFix the mangling of function pointers in the MS ABI.
2012-08-25 Jordan Rose[analyzer] Use the common evalBind infrastructure for...
2012-08-25 Richard SmithStub out a release notes section on -fcatch-undefined...
2012-08-25 Richard SmithUpdate the user's manual for some of the new -fcatch...
2012-08-25 Richard Smith-fcatch-undefined-behavior: add the -ftrapv checks...
2012-08-25 Chad Rosier[ms-inline asm] As part of a larger refactoring, rename...
2012-08-25 NAKAMURA TakumiASTTests: Suppress TestCXXConstructorDecl11 on msvc...
2012-08-24 Richard SmithRemove RequireCompleteType call which was made redundan...
2012-08-24 Chad Rosier[ms-inline asm] Update the AST Reader/Writer for MS...
2012-08-24 Fariborz Jahanianobjective-C: Do not warn if align attribute on method
2012-08-24 Richard SmithFix integer unsigned behavior in clang due to signed...
2012-08-24 Ted KremenekFix a few issues related to -with-analyzer reported...
2012-08-24 Ted KremenekRework how scan-build picks the version of clang to...
2012-08-24 Ted KremenekReformat help text for scan-build, and remove -constraints
2012-08-24 John McCallWhen computing the effective context for access control,
2012-08-24 Sam PanzerNew matcher for MaterializeTemporaryExpr
2012-08-24 Chad Rosier[ms-inline asm] Change the -fenable-experimental-ms...
2012-08-24 Anna Zaks[analyzer] Ted fixed the plist-html issue, so the asser...
2012-08-24 Anna Zaks[analyzer] More fixups/rewording based on Jordan's...
2012-08-24 Benjamin KramerRemove unnecessary calls to c_str.
2012-08-24 Ted KremenekFix analyzer tests.
2012-08-24 Ted KremenekRevert "Go ahead and show experimental checkers in...
2012-08-24 John McCallInstantiate class template specializations during ADL.
2012-08-24 Fariborz Jahanianobjective-C: When checking for valid overriden property
2012-08-24 Ted KremenekRename the "experimental" checker package to "alpha...
2012-08-24 Ted KremenekRework how PathDiagnosticConsumers pass knowledge of...
2012-08-24 Anna Zaks[analyzer] Address Jordan's review comments.
2012-08-24 Chad RosierFix 80-column violation.
2012-08-24 Dmitri GribenkoComment diagnostics: for unresolved parameters, do...
2012-08-24 Chad Rosier[ms-inline asm] Refactor code. No functional change...
2012-08-24 Chad Rosier[ms-inline asm] Generate the Input/Output expressions...
2012-08-24 Jordan Rose[analyzer] If we dereference a NULL that came from...
2012-08-24 Chad RosierFix 80-column violation.
2012-08-24 Benjamin KramerPush ArrayRef through the Expr hierarchy.
2012-08-24 NAKAMURA TakumiFix the definition of JSONAnchorSource. MSVC mangles...
2012-08-24 Ted KremenekTeach CFG that 'if (x & 0)' and 'if (x * 0)' is an...
2012-08-24 James DennettAllow RecursiveASTVisitor to visit CXXCtorInitializer...
2012-08-24 Ted KremenekGo ahead and show experimental checkers in the scan...
2012-08-24 Daniel JasperUse LLVM's plugin registry to enable registering new...
2012-08-24 Daniel JasperRename the ASTMatchers to better match AST nodes. Now...
2012-08-24 Ted KremenekOn OS X, use xcrun (if present) to find the clang to...
2012-08-24 Anna Zaks[analyzer] Fix realloc related bug in the malloc checker.
2012-08-24 Anna Zaks[analyzer] Remove unnecessary code.
2012-08-24 Anna Zaks[analyzer] Move DynamicTypeInfo out of the ProgramState.h
2012-08-24 Richard SmithNew -fcatch-undefined-behavior features:
2012-08-24 Alexander KornienkoUpdated LibTooling.html, minor improvements in CommonOp...
2012-08-24 Dmitri GribenkoDeclPrinter tests: mark test case we get wrong currentl...
2012-08-24 Dmitri GribenkoDeclPrinter tests: add two more tests.
2012-08-24 Chad Rosier[ms-inline asm] Add the basic APIs for Exprs to the...
2012-08-24 Anna Zaks[analyzer] Make analyzer less aggressive when dealing...
2012-08-24 Dmitri GribenkoComment semantic analysis: treat function typedefs...
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.
next