]> granicus.if.org Git - clang/shortlog
clang
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.
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...
next