]> granicus.if.org Git - clang/shortlog
clang
2012-08-31 Fariborz Jahanianobjective-C: underline name of the missing method
2012-08-31 Dmitri GribenkoRemove the useless CommentOptions class.
2012-08-31 Dmitri GribenkoUse LLVM_DELETED_FUNCTION instead of a comment.
2012-08-31 Ted KremenekMake AnalyzerOptions a shared object between CompilerIn...
2012-08-31 Ted KremenekMove AnalyzerOptions.h into 'Core' StaticAnalyzer sub...
2012-08-31 Dmitri GribenkoDeclPrinter tests: simplify the code by using the new...
2012-08-31 Dmitri GribenkoDocumentation: correct a typo introduced in r162971.
2012-08-31 Dmitri GribenkoDeclPrinter tests: since now some platforms use C+...
2012-08-31 Dmitri GribenkoDocumentation: add missing word "accepts".
2012-08-31 Eli FriedmanMake a bunch of methods on Lexer private.
2012-08-31 Dmitri GribenkoComment HTML tag name machers: move from StringSwitch...
2012-08-31 Jordan RoseRevert "[analyzer] Disable diagnostic checking on the...
2012-08-31 Jordan Rose[analyzer] Ensure that PathDiagnostics profile the...
2012-08-31 Jordan Rose[analyzer] Fix a crash in plist-html generation introdu...
2012-08-31 Eli FriedmanChange the representation of builtin functions in the AST
2012-08-30 Fariborz Jahanianobjective-C ARC: under -Wexplicit-ownership-type diagno...
2012-08-30 Anna Zaks[analyzer] Refactor the logic that determines if a...
2012-08-30 Anna Zaks[analyzer] Remove cast inside dyn_cast.
2012-08-30 Anna Zaks[analyzer] Make analyzer-ipa=dynamic-bifurcate the...
2012-08-30 Anna Zaks[analyzer] Fixup for r162935 as per Jordan's review.
2012-08-30 Eli FriedmanSwitch a couple getAs uses to castAs.
2012-08-30 Douglas GregorThe presence of a user-*declared* constructor makes...
2012-08-30 Anna Zaks[analyzer] Disable diagnostic checking on the buildbot.
2012-08-30 Jordan Rose[analyzer] Plist diagnostics: Fix a case where we fail...
2012-08-30 Richard TrieuAdd -Wduplicate-enum warning. Clang will emit this...
2012-08-30 Douglas GregorExtend the "__is_pod" hack, which demotes various type...
2012-08-30 Manuel KlimekFixes a bug for binding memoized match results.
2012-08-30 Anna Zaks[analyzer] Do not propagate the [super init] could...
2012-08-30 Ted KremenekTeach RetainCountChecker about 'pragma clang arc_cf_cod...
2012-08-30 Ted KremenekFix missing 'clang' in pragma example in ARC doc.
2012-08-30 Ted KremenekRename 'MaxLoop' to 'maxBlockVisitOnPath' to reflect...
2012-08-30 Ted KremenekRename 'VisualizeEGUbi' and 'VisualizeEGDot' to 'visual...
2012-08-30 Ted KremenekRename AnalyzerOptions 'EagerlyAssume' to 'eagerlyAssum...
2012-08-30 Ted KremenekStore const& to AnalyzerOptions in AnalysisManager...
2012-08-30 Ted KremenekMove AnalyzerOptions.h to include/clang/StaticAnalyzer.
2012-08-30 Ted KremenekMove Analyses.def to include/clang/StaticAnalyzer.
2012-08-30 Fariborz Jahanianobjective-C: clang must implicitly convert
2012-08-30 Richard SmithMake preprocessor act in a GCC-compatible fashion when...
2012-08-30 Richard SmithPR13652: Don't assume the parameter array on a Function...
2012-08-30 Benjamin KramerWWW: Force word wrapping of the content to avoid horizo...
2012-08-30 Ted KremenekChange -analyzer-config to use '=' as the key-value...
2012-08-30 Nico WeberReland r160052: Default to -std=c++11 on Windows.
2012-08-30 Nico WeberTooling: Add a runToolOnCodeWithArgs() function that...
2012-08-30 Michael LiaoFix C++ comment in C source
2012-08-30 Eli FriedmanFix a crash in type merging with enum types.
2012-08-30 Bill WendlingEmit .gcda files as absolute paths instead of relative...
2012-08-30 Ted KremenekMake this test portable.
2012-08-29 Anna Zaks[analyzer] Stop tracking symbols based on a retain...
2012-08-29 Anna Zaks[analyzer] Fixup 162863.
2012-08-29 Ted KremenekFix serious regression introduced in r157780 where...
2012-08-29 Eli FriedmanFix PR reference in test.
2012-08-29 Eli FriedmanFix run-line for test.
2012-08-29 Anna Zaks[analyzer]Fix typo, unbreak static analyzer BuildBot...
2012-08-29 Anna Zaks[analyzer] Improved diagnostic pruning for calls initia...
2012-08-29 Eli FriedmanMake alignment computation for pointer values for built...
2012-08-29 Simon AtanasyanDefine __mips64 / __mips64__ macros for MIPS 64-bit...
2012-08-29 Simon AtanasyanUse getTargetDefines() virtual function in MipsTargetIn...
2012-08-29 Simon AtanasyanFactor out MIPS macro definitions common for all MIPS...
2012-08-29 Hans WennborgMove TLS check from LValueExprEvaluator::VisitVarDecl to
2012-08-29 Fariborz Jahanianobjective-C: make -Widiomatic-parentheses work
2012-08-29 Alexander KornienkoFixed a problem with #pragma push_macro/pop_macro imple...
2012-08-29 Simon AtanasyanDefine _MIPS_ARCH and _MIPS_ARCH_<cpu name> macros...
2012-08-29 Aaron BallmanReversing the logic since C99 mode is actually not...
2012-08-29 Hans WennborgFix r162835 as per Richard's comments.
2012-08-29 Hans WennborgMove the test for PR13720 from Sema/init.c to Sema...
2012-08-29 Hans WennborgThe address of a TLS var is not compile-time constant...
2012-08-29 John McCallClarify the point at which ARC destroys ivars vis-à-vis
2012-08-29 Ted KremenekUse double instead of single quote to expand .
2012-08-29 Ted KremenekAdd new -cc1 driver option -analyzer-config, which...
2012-08-29 Jordan Rose[analyzer] C++ objects returned on the stack may be...
2012-08-29 Alexander KornienkoKeep history of macro definitions and #undefs
2012-08-28 Manuel KlimekModifes BoundNodes to store void* and allow casting...
2012-08-28 Fariborz Jahanianobjective-C arc: ns_returns_retained is a type attribut...
2012-08-28 Chad RosierFix test case for Release builds.
2012-08-28 Alexander KornienkoOnly add common tool options when CommonOptionsParser...
2012-08-28 Chad RosierRevert r162424 now that the scoping issue has been...
2012-08-28 Chad Rosier[ms-inline asm] Have MSAsmStmts use the generic EmitAsm...
2012-08-28 Aaron BallmanSplitting the duplicated decl spec extension warning...
2012-08-28 Jordan Rose[analyzer] Teach CallEventManager that CXXTemporaryObje...
2012-08-28 Jordan Rose[analyzer] When we look for the last stmt in a function...
2012-08-28 Ted KremenekAutomatically use more cores when the test build uses...
2012-08-28 Ted KremenekConsolidate helper methods and configuration logic...
2012-08-28 Peter CollingbourneCUDA: give static storage class to __shared__ and __con...
2012-08-28 Peter CollingbourneCUDA: give correct address space to globals declared...
2012-08-28 Chad RosierTidy up.
2012-08-28 Chad Rosier[ms-inline asm] Have generateAsmString() return the...
2012-08-28 Chad Rosier[ms-inline asm] Add constraints to MSAsmStmt. We don...
2012-08-28 Ted KremenekPass --use-analyzer to scan-build when running within...
2012-08-28 Chad Rosier[ms-inline asm] Rename EmitGCCAsmStmt to EmitAsmStmt...
2012-08-28 Ted Kremenekexperimental.security.taint is now alpha.security.taint
2012-08-28 Chad Rosier[ms-inline asm] Use dyn_cast<> here to simplify logic.
2012-08-28 Jordan Rose[analyzer] Don't purge dead symbols at the end of calls...
2012-08-28 Benjamin KramerMake test pass in Release builds, which use a different...
2012-08-28 Michael LiaoMerge test case for PR13704 into exprs.c to reduce...
2012-08-28 Chad Rosier[ms-inline asm] Make the AsmStmt class non-virtual.
2012-08-28 Michael LiaoFix PR13704
2012-08-28 Ted KremenekFix passing of -analyzer-max-loop from scan-build to...
2012-08-28 Hans WennborgWarn about suspicious implicit conversions from floatin...
2012-08-28 Roman DivackyCleanup FreeBSD linking and add support for -pie.
2012-08-28 Simon AtanasyanCheck for MIPS target availability for Driver/mips...
next