]> granicus.if.org Git - clang/shortlog
clang
2014-11-17 Hans Wennborgtest/Driver/cl-outputs.c: tweak some check prefixes...
2014-11-17 Saleem AbdulrasoolBasic: tweak comment
2014-11-17 Sylvestre LedruFix the indentation: Nesting level does not match inden...
2014-11-17 Aaron BallmanFixing a use of stringstream to use an LLVM helper...
2014-11-17 Chad Rosier[Reassociate] Update test cases due to r222142.
2014-11-17 Timur IskhodzhanovMinor readability tweaks to VFTableBuilder.cpp
2014-11-17 Timur IskhodzhanovAdd a couple more examples illustrating why we need...
2014-11-17 Samuel BenzaquenRemove VariadicOperatorMatcherInterface as it is redund...
2014-11-17 Alexander KornienkoA small correction for r221884. No functional changes.
2014-11-17 Daniel Jasperclang-format: Fix regression introduced in r221609.
2014-11-16 Alexey Samsonov[Sanitizer] Parse and produce all sanitizer-relevant...
2014-11-15 Richard TrieuFix issues missed during the review of r222099.
2014-11-15 Reid KlecknerFix IRGen for passing transparent unions
2014-11-15 Duncan P. N... CGDebugInfo: Update for DIBuilder API change
2014-11-14 Fariborz JahanianThis patch fixes couple of bugs for predefined expression
2014-11-14 Aaron Ballman[c++1z] Support [[deprecated]] attributes on namespaces...
2014-11-14 Anton KorobeynikovRecommit r222044 with a test fix - it does not make...
2014-11-14 Aaron BallmanRemoving an unused variable; NFC.
2014-11-14 Anton KorobeynikovAgain revert r222044 to resolve darwin objc test fails.
2014-11-14 Anton KorobeynikovFollow-up to D6217
2014-11-14 Steven WuAdd DiagID and Warning Flag to DiagnosticsLog
2014-11-14 Aaron BallmanMinGW doesn't implement std::to_string; working around...
2014-11-14 David BlaikieRemove some redundant virtual specifiers on overriden...
2014-11-14 Yaron KerenTypo fix.
2014-11-14 Hans Wennborgclang-cl: Ignore the new /Zo[-] option (PR21571)
2014-11-14 Daniel Jasperclang-format: [Java] Further improve generics formatting.
2014-11-14 Daniel Jasperclang-format: Correctly detect multiplication in ctor...
2014-11-14 Fariborz Jahanian[Sema]. Warn when logical expression is a pointer
2014-11-14 Aaron BallmanSilencing a -Wparentheses warning; NFC.
2014-11-14 Timur IskhodzhanovReplace weird whitespace symbols with good old spaces
2014-11-14 Timur IskhodzhanovAdd one illustrative class hierarchy as an example...
2014-11-14 Aaron BallmanOops, the underline was too short for sphinx to like.
2014-11-14 Aaron BallmanCorrecting some grammar and typos, and adding CERT...
2014-11-14 Aaron BallmanComplete support for the SD-6 standing document (based...
2014-11-14 Daniel Jasperclang-format: Give clang-format-diff.py a -v option.
2014-11-14 Daniel Jasperclang-format: Improve function parameter packing.
2014-11-14 Bill Schmidt[PowerPC] Enable vec_perm for long long and double...
2014-11-14 Daniel Jasperclang-format: Support assignments as conditional operands.
2014-11-14 Daniel Jasperclang-format: Improve indentation of comments in expres...
2014-11-14 Bill Schmidt[PowerPC] Add VSX builtins for vec_div
2014-11-14 Daniel Jasperclang-format: [Java] Fix line break behavior of class...
2014-11-14 Daniel Jasperclang-format: [Java] Improve generic return type format...
2014-11-14 Daniel Jasperclang-format: [Java] No altnerative operator names...
2014-11-14 Daniel Jasperclang-format: [Java] Improve formatting of generics.
2014-11-14 Alexey Bataev[OPENMP] Temporary fix for processing of global variabl...
2014-11-14 Alexey Samsonov[Sanitizer] Refactor SanitizerArgs parsing in Driver.
2014-11-14 Reid KlecknerRemove -fseh-exceptions in favor of checking the triple
2014-11-14 Alexey SamsonovCleanup SanitizerArgs: get rid of unused variable,...
2014-11-14 Richard SmithPR21565 Add an egregious hack to support broken libstdc...
2014-11-14 Alexey Samsonov[Profile] Always build profile runtime library with...
2014-11-13 Reid Kleckner-Wsentinel: Suggest nullptr in C++11 instead of NULL
2014-11-13 Richard SmithFix assert/crash on invalid with __builtin_constant_p...
2014-11-13 Fariborz JahanianObjective-C. Fixes a regression caused by implementation
2014-11-13 Richard SmithPR21437, final part of DR1330: delay-parsing of excepti...
2014-11-13 Roman DivackyRemove -Wcast-qual as it's inherited from llvm since...
2014-11-13 Ed MasteHook up FreeBSD AArch64 support
2014-11-13 Nico Weberclang-format: Format extern "C" blocks like namespace...
2014-11-13 Daniel Jasperclang-format: [Java] Support Java enums.
2014-11-13 Alexander KornienkoSupport non-owned DiagnosticConsumer in SetupSerialized...
2014-11-13 Argyrios Kyrtzidis[libclang] Make sure to visit the body of a CXXForRange...
2014-11-13 Argyrios Kyrtzidis[liblang] Handle CXXForRangeStmt during AST visitation.
2014-11-13 Hans WennborgCMake: Set HOST_LINK_VERSION on Darwin (PR21268)
2014-11-13 Fariborz JahanianFixes test.
2014-11-12 Richard SmithAnother test for PR19372, showing why we need to keep...
2014-11-12 Richard SmithAdd another testcase.
2014-11-12 Richard SmithPR19372: Keep checking template arguments after we...
2014-11-12 Anton KorobeynikovTemporary revert r221818 until all the problems
2014-11-12 Anton KorobeynikovNow really fix the typo in the test
2014-11-12 Anton KorobeynikovUpdate the tests to handle proper result type of (?:)
2014-11-12 Fariborz Jahanian[Objective-C++ IRGen] do not generate .cxx_construct
2014-11-12 Anton KorobeynikovFix fallout from r219557
2014-11-12 Reid KlecknerFix brace init of unions with unnamed struct members
2014-11-12 Richard SmithUpdate Clang's SD-6 support to match N4200 (except...
2014-11-12 Kaelyn TakataPass the filter function_ref by value now that r221753...
2014-11-12 Fariborz JahanianCheck for IRGen output when varag is used
2014-11-12 Rafael EspindolaUpdate for llvm api change.
2014-11-12 Rafael EspindolaSimplify code a bit by passing StreamFile to the Bitstr...
2014-11-12 Nico WeberMark TypeDecls used in explicit destructor calls as...
2014-11-12 Bill Schmidt[PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics
2014-11-12 Nico WeberMark TypeDecls used in member initializers as referenced.
2014-11-12 Nico Weberclang-format a few lines, fixes one 80col violation...
2014-11-12 Richard SmithTry a different workaround for GCC 4.7.2 lambda capture...
2014-11-12 Richard SmithInstantiate exception specifications when instantiating...
2014-11-12 Richard SmithPR21536: Fix a corner case where we'd get confused...
2014-11-12 Richard SmithFix this code to follow the coding style regarding...
2014-11-12 Douglas GregorMake Sema::CollectMultipleMethodsInGlobalPool() public.
2014-11-11 NAKAMURA Takumiclang/test/CodeGenCXX/debug-info-cxx1y.cpp: Add %itaniu...
2014-11-11 Kostya Serebryany[clang/asan] Do not emit memcpy for trivial operator...
2014-11-11 Kaelyn TakataHave LookupMemberExprInRecord only call CorrectTypoDela...
2014-11-11 Kaelyn TakataCreate two helpers for running the typo-correction...
2014-11-11 Kaelyn TakataReplace MemberTypoDiags and MemberExprTypoRecovery...
2014-11-11 Kaelyn TakataRemove unnecessary semicolon.
2014-11-11 Daniel Jasperclang-format: Improve handling of comments in binary...
2014-11-11 Kaelyn TakataMake LookupResult be copyable to avoid decomposing...
2014-11-11 Kaelyn TakataExplicitly exclude keywords from the member validator.
2014-11-11 Kaelyn TakataFix some formatting prior to refactoring the code.
2014-11-11 Kostya SerebryanyIntroduce -fsanitize-coverage=N flag
2014-11-11 Alexey SamsonovBundle conditions checked by UBSan with sanitizer kinds...
2014-11-11 Fariborz JahanianRemove this test too.
2014-11-11 Fariborz JahanianRevert r221702 until I address Richard Trieu's
next