]> granicus.if.org Git - clang/shortlog
clang
2013-03-20 Sean Silva[docs] Point inquisitive users to existing module.map...
2013-03-20 Sean Silva[docs] Prominently note that modules are expemental.
2013-03-20 Fariborz JahanianObjective-C [qoi] more gracefull recovery when
2013-03-20 David BlaikiePR7256: Provide a fixit for incorrect destructor declar...
2013-03-20 Douglas GregorFix typo and grammaro in modules documentation
2013-03-20 Douglas GregorOnly introduce the SDKSettings.plist dependency in...
2013-03-20 Manman RenExploit this-return of a callsite in a this-return...
2013-03-20 Alexander KornienkoSupport for pointers-to-members usage via .*
2013-03-20 Daniel JasperRemove assertion that can be triggered on bad input.
2013-03-20 Daniel JasperFix infinite-loop in unwrapped line parser.
2013-03-20 Daniel JasperDo not consider comments when adjusting to local indent...
2013-03-20 Daniel JasperReduce penalty for breaks after "(" for functions with...
2013-03-20 Daniel JasperAdd extra indentation for multiline comparisons.
2013-03-20 Daniel JasperDon't remove all indentation when in #defines.
2013-03-20 Daniel JasperAdd clang-format binary to cfe.
2013-03-20 Daniel JasperImprove formatting of function types in template parame...
2013-03-20 Hans WennborgFix redundant comparison in gcc::Common::ConstructJob.
2013-03-20 Douglas GregorWork-in-progress documentation on the experimental...
2013-03-20 John McCallRemove some dead code.
2013-03-20 David BlaikieMake front-end debug info namespace test frontend-only...
2013-03-20 Douglas GregorMake sure that Module::ConfigMacrosExhaustive gets...
2013-03-20 Richard SmithTeach statement / declaration disambiguation about...
2013-03-20 Rafael EspindolaRemove the Tools DensMap from the toolchain.
2013-03-20 Nick LewyckyThe flag "-coverage-function-names-in-data" is actually...
2013-03-20 John McCallDon't look outside the innermost enclosing namespace...
2013-03-20 Reid Kleckner[ms-cxxabi] Fix assertion on unhandled function templat...
2013-03-20 Nick LewyckyMake clang emit linkage names in debug info for subprog...
2013-03-20 Jordan Rose[analyzer] Re-apply "Do part of the work to find shorte...
2013-03-20 Jordan Rose[analyzer] Break cycles (optionally) when trimming...
2013-03-20 Douglas Gregor<rdar://problem/10796651> Introduce configuration macro...
2013-03-19 David BlaikieSimplify/generalize some debug info test cases
2013-03-19 Jordan Rose[analyzer] Add an integer version of the Circle tests...
2013-03-19 Anna Zaks[analyzer] Do not believe lazy binding when symbolic...
2013-03-19 Jordan Rose[analyzer] Add a test case for diagnostic suppression...
2013-03-19 Jordan RoseRevert "[analyzer] Do part of the work to find shortest...
2013-03-19 Chad RosierTest case for r177439 and r177440.
2013-03-19 Fariborz JahanianObjective-C [qoi]: Provide improved parse diagnostics...
2013-03-19 Daniel JasperFix indentation for case: // comment.
2013-03-19 Adrian PrantlRelax test to allow for attributes on other architectur...
2013-03-19 Alexander KornienkoSplit long lines in multi-line comments.
2013-03-19 Chad RosierUpdate test for r177413.
2013-03-19 Tobias Grossercindex.py: Handle NULL pointers when parsing translatio...
2013-03-19 Rafael EspindolaDon't try to set attributes in alias, they have none.
2013-03-19 Rafael EspindolaRevert r177329.
2013-03-19 Rafael EspindolaGo back to using the integrated assembler on windows...
2013-03-19 Alexey Samsonov[ASan] Make -fsanitize=address always imply -fsanitize...
2013-03-19 John McCallAdd a clarifying note when a return statement is reject...
2013-03-19 Douglas GregorRemove stray semicolon
2013-03-19 Douglas GregorMinor optimization to r177367 to treat a module with...
2013-03-19 Rafael EspindolaFinish refactoring the tool selection logic.
2013-03-19 Douglas Gregor<rdar://problem/13363214> Eliminate race condition...
2013-03-19 Richard SmithPR15383: When -fsanitize=float-cast-overflow checks...
2013-03-18 Rafael EspindolaCentralize the logic for using the integrated assembler.
2013-03-18 Argyrios Kyrtzidis[libclang] Modify clang_getCursorType to be able to...
2013-03-18 Fariborz Jahaniandocumentation comment parsing. Added couple of
2013-03-18 Richard SmithDiagnose uses of 'alignof' on functions in -pedantic...
2013-03-18 Jordan Rose[analyzer] Do part of the work to find shortest bug...
2013-03-18 Jordan Rose[analyzer] Replace uses of assume() with isNull() in...
2013-03-18 Chad RosierTest case for r177347.
2013-03-18 David BlaikiePR15539: Record "evaluating if/elif condition" flag...
2013-03-18 Bill WendlingUpdate testcase for r177340.
2013-03-18 Argyrios Kyrtzidis[frontend] Initialize the diagnostic client before...
2013-03-18 Richard SmithAdd missing diagnostic for a nested-name-specifier...
2013-03-18 Argyrios Kyrtzidis[PCH] Fix assertion hit related to enum decls inside...
2013-03-18 Reed KotlerThis code works around what appears to be a bug in...
2013-03-18 Richard SmithAdd a linebreak. Linebreaks are cool.
2013-03-18 Richard SmithC++11 status: mark 'extended integral types' as N/A...
2013-03-18 Richard SmithBring inheriting constructor implementation up-to-date...
2013-03-18 Rafael EspindolaCentralize the recording of which tools have been const...
2013-03-18 Anna Zaks[analyzer] Warn when a ‘nil’ object is added to NSArray...
2013-03-18 Fariborz JahanianObjective-C modern translator. Don't put line info
2013-03-18 Rafael EspindolaUse early returns when checking if we already construct...
2013-03-18 Rafael EspindolaRemove unused argument.
2013-03-18 Rafael EspindolaPass an ArgList to every toolchain constructor. Remove...
2013-03-18 Rafael EspindolaInline ShouldUseIntegratedAssembler and move the docume...
2013-03-18 Rafael EspindolaRefactor a bit of duplicated code to useIntegratedAs.
2013-03-18 Rafael EspindolaRemove unused argument.
2013-03-18 Rafael EspindolaRemove unused argument.
2013-03-18 Daniel JasperFix clang-format segfault.
2013-03-18 Benjamin KramerObjCDictionaryElements are pod-like.
2013-03-18 Anton KorobeynikovMake sure to use same EABI version for external assembl...
2013-03-17 David BlaikieGeneralize a few debug info test cases
2013-03-16 Manman Renrevert r177211 due to its potential issues
2013-03-16 Jordan Rose[analyzer] Model trivial copy/move assignment operators...
2013-03-16 Argyrios KyrtzidisRemove -Wspellcheck and replace it with a diagnostic...
2013-03-16 Jordan Rose[analyzer] Separate graph trimming from creating the...
2013-03-16 Jordan Rose[analyzer] Eliminate InterExplodedGraphMap class and...
2013-03-16 Jordan Rose[analyzer] Don't repeat a bug equivalence class if...
2013-03-16 Manman RenExploit this-return of a callsite in a this-return...
2013-03-15 Richard TrieuImprove template diffing handling of default integer...
2013-03-15 Anna Zaks[analyzer] Address a TODO in the StreamChecker; otherwi...
2013-03-15 Anna Zaks[analyzer] Use isLiveRegion to determine when SymbolReg...
2013-03-15 Anna Zaks[analyzer] BugReporterVisitors: handle the case where...
2013-03-15 Anna Zaks[analyzer] Address Jordan’s review of r177138 (a micro...
2013-03-15 Ted KremenekFix buffer underrun (invalid read) triggered during...
2013-03-15 Argyrios Kyrtzidis[modules] Don't record the macros from the predefines...
2013-03-15 Douglas Gregor<rdar://problem/13426257> Introduce SDKSettings.plist...
2013-03-15 Ted KremenekSimplify print logic, per feedback from Jordan Rose.
2013-03-15 Ted KremenekEnhance -Wtautological-constant-out-of-range-compare...
2013-03-15 Jordan Rose[analyzer] Make GRBugReporter::generatePathDiagnostic...
next