]> granicus.if.org Git - clang/shortlog
clang
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
2013-08-30 Samuel BenzaquenReduce the number of symbols by changing how templates...
2013-08-30 Benjamin KramerAdd support for -march=slm, aka Intel Atom Silvermont.
2013-08-30 Hans Wennborgclang-cl: Pass -incremental:no to linker when using...
2013-08-30 Daniel Jasperclang-format: Enable formatting of protocol buffer...
2013-08-30 Daniel Jasperclang-format: Improve recovery from enums with errors.
2013-08-30 Hans WennborgRevert r188531: "Windows ToolChain: add VS bin dir...
2013-08-30 Yunzhong GaoRevert r189649 because it was breaking sanitizer bots.
2013-08-30 Pavel LabathSema: avoid reuse of Exprs when synthesizing operator=
2013-08-30 Daniel Jasperclang-format: Fix incorrect indentation.
2013-08-30 Daniel Jasperclang-format: Don't indent builders relative to "return".
2013-08-30 Daniel Jasperclang-format: Fix corner case in builder-type calls.
2013-08-30 Yunzhong GaoFixing a bug where debug info for a local variable...
2013-08-30 Richard SmithMention in AST dump whether a class declaration is...
2013-08-30 Richard SmithDon't eagerly load all conversion operators when loadin...
2013-08-30 Richard SmithSimplify slightly.
next