]> granicus.if.org Git - clang/shortlog
clang
2013-09-05 Alexander KornienkoHandle zero-width and double-width characters in string...
2013-09-05 Sylvestre LedruFix the profile of the function (fix commit 190048)
2013-09-05 Sylvestre LedruFix bug #17104 - Target info for GNU/kFreeBSD were...
2013-09-05 Daniel Jasperclang-format: Quickfix for braced init lists detected...
2013-09-05 Stepan DyatkovskiyAdd new methods for TargetInfo:
2013-09-05 Daniel JasperAddress post-commit review comments from r190038.
2013-09-05 Chandler CarruthSupport suppressing unused arguments warnings as a...
2013-09-05 Daniel Jasperclang-format: Fix parsing and indenting lambdas.
2013-09-05 Daniel Jasperclang-format: Enable formatting of nested blocks.
2013-09-05 Pavel Labath[analyzer] Restructure a test file
2013-09-05 Manuel KlimekMake error text if clang-format is not on the system...
2013-09-05 Richard TrieuFor "expected unqualified-id" errors after a double...
2013-09-05 Eli FriedmanAdd specific warning flags for GNU ext in lexer.
2013-09-05 Eli FriedmanNote when a decl is used in AST files.
2013-09-04 Richard SmithPR17103: Scoped enumerations with signed integer types...
2013-09-04 Richard SmithTweak implementation of -Wwrite-strings to better match...
2013-09-04 Fariborz JahanianObjectiveC migrator: start introducing NS_XXX annotations
2013-09-04 David BlaikieReapply r189013 (reverted in r189906) now that the...
2013-09-04 David BlaikieDo not emit duplicate global initializers for template...
2013-09-04 Rafael EspindolaRemove the -fuse-gold-plugin driver option.
2013-09-04 Fariborz JahanianObjectiveC migrator. Refactor last patch on
2013-09-04 Manuel KlimekAdds a VSPackage project that builds a VS extension...
2013-09-04 Eric ChristopherMore unused warning silencing.
2013-09-04 Alexander KornienkoA minor fix in the documentation.
2013-09-04 Alexander KornienkoAdded documentation for clang-format style options.
2013-09-04 Pavel LabathASTDumper: fix dump of CXXCatchStmt
2013-09-04 Alexander KornienkoCleaned doxygen comments.
2013-09-04 Alexander KornienkoHandle 'Cpp03' and 'Cpp11' strings in LanguageStandard...
2013-09-04 Manuel KlimekRemove code duplication in unwrapped line parser.
2013-09-04 Manuel KlimekImplement parsing of blocks (^{ ... }) in the unwrapped...
2013-09-04 Manuel KlimekMore lambda formatting tests; update test comments.
2013-09-04 NAKAMURA Takumiclang/test/Driver/working-directory.c: Exclude msys...
2013-09-04 Hao LiuInplement aarch64 neon instructions in AdvSIMD(shift...
2013-09-04 Manuel KlimekFix layout of lambda captures.
2013-09-04 Eric ChristopherAttempt to silence some defined but not used warnings.
2013-09-04 Rafael EspindolaDisable llvm optimizations, but keep -O1 to test availa...
2013-09-04 Rafael EspindolaDisable llvm optimizations, but keep -O1 to test availa...
2013-09-04 Rafael EspindolaUse %clang_cc1.
2013-09-04 Serge PavlovClear LookupResult object if invalid candidate is found.
2013-09-04 Rafael EspindolaDon't pass -O0 to clang_cc1, it is the default.
2013-09-04 Reid Klecknerclang-cl: Use "clang cl.exe" when disambiguating the...
2013-09-04 James DennettDocumentation fix: remove advice to use cast/dyn_cast...
2013-09-04 David BlaikieRevert "DebugInfo: Remove explicit declaration-emission...
2013-09-04 Reid Klecknerclang-cl: Avoid confusing diagnostics when clang-cl...
2013-09-04 Reid KlecknerOrder initializers of static data members of explicit...
2013-09-04 Peter CollingbourneAdd a diagnostic group for the "ignoring (static|inline...
2013-09-04 Fariborz JahanianObjectiveC migrator: Cannot use bridging annotations for
2013-09-03 Rafael EspindolaFix the test on -Asserts build.
2013-09-03 Rafael EspindolaUse -O0 in this test too.
2013-09-03 Reid Klecknerclang-cl: Make -W a core option so we can adjust clang...
2013-09-03 Rafael EspindolaDon't run optimizations in a clang test.
2013-09-03 David MajnemerParser: support Microsoft syntax for 'typename typedef'
2013-09-03 DeLesley HutchinsConsumed analysis: update to comments in test cases.
2013-09-03 Reid KlecknerEmit uuid globals as linkonce_odr
2013-09-03 David BlaikieReference extension is weird/surprising and unnecessary...
2013-09-03 Richard SmithSimplify. This function bails out a few lines above...
2013-09-03 Rafael EspindolaDon't emit an available_externally vtable pointing...
2013-09-03 Aaron BallmanSwitched FormatAttr to using an IdentifierArgument...
2013-09-03 Richard SmithRefactor computation of whether a variable declaration...
2013-09-03 Eric ChristopherFix non-void return warning, and format.
2013-09-03 Eric ChristopherRemove unused typedef.
2013-09-03 DeLesley HutchinsConsumed analysis: add return_typestate attribute.
2013-09-03 Jim GrosbachARM: Update testcases for improved codegen.
2013-09-03 Richard SmithUpdate GCC attribute argument parsing comment to better...
2013-09-03 Richard SmithFactor out parsing and allocation of IdentifierLoc...
2013-09-03 Jordan RoseAdd an implicit dtor CFG node just before C++ 'delete...
2013-09-03 Eric ChristopherAttempt to migrate default dwarf version to 4 for linux.
2013-09-03 Rafael EspindolaPass -target instead of using "REQUIRES: clang-driver".
2013-09-03 Manuel KlimekFirst step towards correctly formatting lambdas.
2013-09-03 Pavel LabathRemove useless reinterpret_casts from Stmt.cpp
2013-09-03 Rafael EspindolaRevert "OpenMP: Data-sharing attributes analysis and...
2013-09-03 Rafael EspindolaDisable this on mingw again.
2013-09-03 Rafael EspindolaRemove unused group.
2013-09-03 Rafael EspindolaUse -### instead of -ccc-print-options.
2013-09-03 Samuel BenzaquenRemove DynCastMatcher, since it is pretty much the...
2013-09-03 Alexey BataevOpenMP: Data-sharing attributes analysis and clause...
2013-09-03 Rafael EspindolaRemove 3 unused ccc options.
2013-09-02 Jin-Gu Kangthe call to UsualArithmeticConversions should come...
2013-09-02 Chandler CarruthMark that qualifiers can prefix the auto type. This...
2013-09-02 Alexander KornienkoAdded WebKit style to the BasedOnStyle handling and...
2013-09-02 Alexander KornienkoWhitespace changes in help messages + updated help...
2013-09-02 Alexander KornienkoTrying to fix tests with in-tree builds, that contain...
2013-09-02 Renato GolinFix gnueeabi typo in tests
2013-09-02 Alexander KornienkoStore first and last newline position in the token...
2013-09-02 Alexander KornienkoTest for empty .clang-format file.
2013-09-02 Daniel Jasperclang-format: Fix segfault in overloaded operator parsing.
2013-09-02 Pavel Labath[analyzer] Add very limited support for temporary destr...
2013-09-02 Daniel Jasperclang-format: Fix case-indentation in macros.
2013-09-02 Chandler CarruthSwitch the default mode for clang-format to '-file...
2013-09-01 Aaron BallmanImproving objc_ownership attribute test coverage.
2013-08-31 Benjamin KramerClean out unused diagnostics.
2013-08-31 Richard TrieuThe diagnostic err_init_conversion_failed uses the...
2013-08-31 Aaron BallmanPossibly appeasing the build bots from r189711
2013-08-31 Aaron BallmanConsolidating the notion of a GNU attribute parameter...
2013-08-31 Eric ChristopherTypo.
2013-08-31 Eric ChristopherAdd initial clang targeted compatible decls for Intrin...
2013-08-30 Fariborz JahanianObjectiveC migrator: If we find a method that returns...
2013-08-30 DeLesley HutchinsConsumed analysis: add 'consumable' class attribute.
2013-08-30 Jordan Rose[analyzer] Treat the rvalue of a forward-declared struc...
2013-08-30 Fariborz JahanianObjectiveC migrator: infer NS_ENUM even when user
next