]> granicus.if.org Git - clang/shortlog
clang
2013-01-08 Rafael EspindolaDon't crash when trying to apply the availability attri...
2013-01-08 Rafael EspindolaTighten types a bit. No functionality change.
2013-01-08 Rafael EspindolaTighten types a bit. No functionality change.
2013-01-08 David BlaikieRemove on-by-default warning from -Wmost.
2013-01-08 Nico WeberFormatter: More tests for already-passing ObjC bits.
2013-01-08 Anna Zaks[analyzer] Bump down the max size of functions being...
2013-01-08 Daniel JasperDon't break after unary operators.
2013-01-08 Rafael EspindolaMove loop variable update.
2013-01-08 Rafael EspindolaMark all subsequent decls used.
2013-01-08 Nico WeberFormatter: Format @ literals better. Array and dictiona...
2013-01-08 Jordan RoseVarious tweaks and updates to the analyzer website.
2013-01-08 Anna Zaks[analyzer] Only include uniqueling location as issue_ha...
2013-01-08 Nico WeberFormatter: More ObjC tests.
2013-01-08 Argyrios Kyrtzidis[libclang] In clang_equalCursors, clear out the "FirstI...
2013-01-08 Douglas GregorUse Decl::getAvailability() rather than checking for...
2013-01-08 Nico WeberFormatter: Add tests for some ObjC bits that happen...
2013-01-08 Ted KremenekRepost checker-270, which for some reason got deleted.
2013-01-08 Manuel Klimekclang-format can now format #defines.
2013-01-08 Daniel JasperDon't put spaces around ##.
2013-01-08 Rafael EspindolaAdd missing spaces. This doesn't cause problems in...
2013-01-08 Rafael EspindolaClear the LV cache when setting the instantiated from...
2013-01-08 Daniel JasperChange the data structure used in clang-format.
2013-01-08 Dmitri GribenkoCodeGen/compound-assign-overflow.c: include stdint...
2013-01-08 Sean Silvadocs: "clang tools" are not a different interface.
2013-01-08 Rafael EspindolaClear the LV cache when merging the availability attribute.
2013-01-08 Eric ChristopherAdd a test to make sure that vector output happens...
2013-01-08 Ted KremenekDon't warn about undefined varargs argument behavior...
2013-01-08 David BlaikieAdd [artificial] debug info annotation to test matching...
2013-01-08 Argyrios Kyrtzidis[arcmt] Follow-up for r171484; make sure when adding...
2013-01-08 Richard SmithMove ref qualifiers from Type bitfields into FunctionPr...
2013-01-08 Anna Zaks[analyzer] Include the bug uniqueing location in the...
2013-01-08 Anna Zaks[analyzer] Plist: change the type of issue_hash from...
2013-01-08 Anna Zaks[analyzer] Extend the Representing Values section of...
2013-01-08 NAKAMURA Takumiclang/test/CodeGenOpenCL/shifts.cl: Fixup for -Asserts.
2013-01-08 Richard SmithPR14838: When a member reference is bound to a temporar...
2013-01-08 Douglas GregorBack out my no-op change from r171783.
2013-01-07 Dmitri GribenkoCorrect OpenBSD profiling test
2013-01-07 David BlaikieExtract the instance-method case for debug info out...
2013-01-07 Rafael Espindolaadd a triple
2013-01-07 Will Dietz[ubsan] Use correct type for compound assignment ops.
2013-01-07 David BlaikieSimplify computing debug info type for static member...
2013-01-07 Michael GottesmanConverted Block-ABI-Apple.txt => Block-ABI-Apple.rst.
2013-01-07 Sean Silvadocs: Fix inconsistent titles.
2013-01-07 Sean Silvadocs: Copy Block-ABI-Apple.txt to output.
2013-01-07 Fariborz JahanianMinor refactoring of my last patch
2013-01-07 Daniel Dunbar[docs/analyzer] Test commit (for auto-update).
2013-01-07 Daniel Dunbar[docs] Fix an inconsistent title level, and a sphinx...
2013-01-07 Daniel Dunbar[docs/analyzer] Convert existing debug-checks document...
2013-01-07 Chad RosierTest case for r171784.
2013-01-07 Douglas GregorUse the C++11 POD definition in C++11 mode to determine...
2013-01-07 Rafael EspindolaUse getter. Fixes the build from a bad merge.
2013-01-07 Rafael EspindolaAdd support for attribute((mode(unwind_word))).
2013-01-07 Fariborz Jahanianobjective-C: when searching for declarations in protocol
2013-01-07 Argyrios Kyrtzidis[libclang] When annotating preprocessor tokens, if...
2013-01-07 Argyrios Kyrtzidis[libclang] Simplify annotation of preprocessing tokens...
2013-01-07 Argyrios Kyrtzidis[libclang] Make token annotation of type/storage qualif...
2013-01-07 Argyrios Kyrtzidis[libclang] When getting the cursor for an identifier...
2013-01-07 Argyrios Kyrtzidis[PCH] (De)serialize the end location of MacroInfo.
2013-01-07 Argyrios KyrtzidisPull the bulk of Lexer::MeasureTokenLength() out into...
2013-01-07 Anna Zaks[analyzer] Fix a false positive in Secure Keychain...
2013-01-07 Anna Zaks[analyzer] Fix a false positive in the ivar invalidatio...
2013-01-07 Alexander KornienkoFixed a number of -Wcovered-switch-default diagnostics...
2013-01-07 Nico WeberFormatter: Support @public/@protected/@package/@private.
2013-01-07 Dmitri GribenkoComment to XML conversion: no, we don't want to print...
2013-01-07 Manuel KlimekFix parsing of variable declarations directly after...
2013-01-07 Alexander KornienkoImplement Attr dumping for -ast-dump.
2013-01-07 Michael HanAdd fixit hints for misplaced C++11 attributes around...
2013-01-07 Douglas GregorupdateOutOfDateIdentifier() can cause the identifier...
2013-01-07 David TweedScalar shifts in the OpenCL specification (as of v...
2013-01-07 Nico WeberFormatter: Add tests for try/catch. Let 'throw' start...
2013-01-07 Nico WeberFormatter: Don't put spaces betwen @ and objc keywords.
2013-01-07 Nico WeberTest all @keywords. Turns out some of them are not...
2013-01-07 Nico WeberSlightly expand the @ test to cover whitespace between...
2013-01-07 NAKAMURA Takumilibclang/Makefile: Reorder USEDLIBS along driver/clang.
2013-01-07 Daniel JasperSmall refactoring of the formatter code.
2013-01-07 Nico WeberAdd a test that checks that the formatter doesn't disca...
2013-01-07 Nico WeberFix typo.
2013-01-07 Manuel Klimeks/parseStatement/parseStructuralElement/g in the Unwrap...
2013-01-07 Daniel JasperReformat clang-formats source code.
2013-01-07 Daniel JasperPrefer not to break after assignments.
2013-01-07 Daniel JasperAdd style option for number of spaces before trailing...
2013-01-07 Daniel JasperDo not break before "0" in pure virtual function declar...
2013-01-07 Manuel KlimekFix incorrect FIXME.
2013-01-07 Will DietzCFG.cpp: Fix wrapping logic when printing block preds...
2013-01-07 Manuel KlimekRemove outdated FIXME and add explanation for error...
2013-01-07 Manuel KlimekRemove outdated fixme.
2013-01-07 Manuel KlimekDo not ever allow using the full line in preprocessor...
2013-01-07 Manuel KlimekFix layouting of single-line-comments preceded by an...
2013-01-07 Manuel KlimekFix layouting of tokens with a leading escaped newline.
2013-01-07 Daniel JasperPut a higher penalty on breaking before "." or "->".
2013-01-07 David BlaikiePR14759: Improve/correct support for debug info for...
2013-01-07 Chandler CarruthSwitch to asking the target machine to add any relevant...
2013-01-07 Nico WeberSimplify. No behavior change.
2013-01-06 Dmitri GribenkoClangTools doc: add ideas for new tools in clang-tools...
2013-01-06 Manuel KlimekFixes handling of unbalances braces.
2013-01-06 Dmitri GribenkoClang docs: add some information about the difference...
2013-01-06 Sylvestre LedruPrepare for the upcoming version of Debian (jessie)
2013-01-06 Sean Silvause early returns to simplify and de-nest
2013-01-05 Manuel KlimekFixes parsing of hash tokens in the middle of a line.
2013-01-05 Manuel KlimekFixes PR14801 - preprocessor directives shouldn't be...
next