]> granicus.if.org Git - clang/shortlog
clang
2014-11-20 Kaelyn TakataCorrectly set the SourceRange a TypoCorrection will...
2014-11-20 Aaron BallmanThe Syntax enumeration requires at least three bits...
2014-11-20 Michael IlsemanBring PostOrderCFGView's insert API up to date with...
2014-11-20 Anastasia StulovaExtended list of valid frontend options with '-cl-std...
2014-11-20 Anastasia StulovaTesting commit access.
2014-11-20 Frederic RissRemove now dead code.
2014-11-20 Frederic RissPrepare for the DIBuilder populating DISubprogram's...
2014-11-20 Samuel BenzaquenReplace variadic operator function pointer with an...
2014-11-20 Timur IskhodzhanovConvert CR+LF -> LF in a test file
2014-11-20 Daniel Jasperclang-format: [Java] Don't align after "return".
2014-11-20 Daniel Jasperclang-format: [Java] Don't force break before generic...
2014-11-20 Alexey Bataev[OPENMP] Codegen for "omp flush" directive.
2014-11-20 Richard SmithFix buildbots.
2014-11-20 Jordan Rose[CMake] Use .svn/wc.db as our VC dependency if it's...
2014-11-20 Richard SmithPreserve numeric literal suffixes during type canonical...
2014-11-20 Richard SmithAvoid earlier test interfering with later one.
2014-11-20 Richard SmithWhen mangling member-expressions, skip implicit accesse...
2014-11-20 Alexey SamsonovRemove support for undocumented SpecialCaseList entries.
2014-11-20 Richard SmithPR21531: fix crash on invalid with unexpanded pack...
2014-11-19 Chad RosierRevert "[Reassociate] Update test cases due to r222142."
2014-11-19 Daniel Jasperclang-format: [Java] Accept generic types in enum decla...
2014-11-19 Jordan Rose[CMake] Always include the Clang repo version, just...
2014-11-19 Jordan RoseConstify a few IdentifierInfo * parameters.
2014-11-19 Richard SmithFix bug where a trivial constexpr copy/move operation...
2014-11-19 David BlaikieDebugInfo: Don't emit a 'global variable' when a static...
2014-11-19 Frederic RissFix a temporary MDNode leak.
2014-11-19 Saleem AbdulrasoolDriver: correct typo
2014-11-19 Daniel Jasperclang-format: [Java] Ignore C++-specific keywords
2014-11-19 Daniel SandersAllow EmitVAArg() to promote types and use this to...
2014-11-19 David BlaikieUpdate for LLVM API change to make Small(Ptr)Set::inser...
2014-11-19 Richard TrieuAdd the exception for strings in logical and expression...
2014-11-19 David Blaikieclang-format a recent commit I made
2014-11-19 Nico WeberWrap to 80 columns, no behavior change.
2014-11-19 David BlaikieStandardize on StringMap::insert, removing uses of...
2014-11-19 David BlaikieUpdate for LLVM API change
2014-11-18 Daniel Jasperclang-format: Add option to disable alignment after...
2014-11-18 Daniel Jasperclang-format: Fix space between generic type parameter...
2014-11-18 Eric ChristopherFix 80-column violations, trailing whitespace, comment...
2014-11-18 Eric ChristopherThis test also requires an aarch64 target.
2014-11-18 Fariborz Jahanian[Sema] Patch to issue warning on comparing parameters...
2014-11-18 NAKAMURA TakumiOMPAtomicDirective::Create(): Fix \param. [-Wdocumentation]
2014-11-18 Alexey Bataev[OPENMP] Additional processing of 'omp atomic read...
2014-11-18 Justin HibbitsAdd PIC-level support to Clang.
2014-11-18 Argyrios Kyrtzidis[ASTReader] Add a convenience function to retrieve...
2014-11-18 Frederic RissFully handle globals and functions in CGDebugInfo:...
2014-11-18 Frederic Riss[DebugInfo] Move collection of various function/var...
2014-11-18 Justin BognerInstrProf: Don't emit coverage for uninstantiated templates
2014-11-18 Manman RenDebug Info: context field of a global variable is DISco...
2014-11-18 John McCallFix an assertion when ending a function definition.
2014-11-17 Alexander KornienkoMake DiagnosticsEngine::takeClient return std::unique_ptr<>
2014-11-17 Reid KlecknerHandle use of default member initializers before end...
2014-11-17 Saleem AbdulrasoolCodeGen: make a check stricter
2014-11-17 Sylvestre LedruMissing comma in a string array initialization (CID...
2014-11-17 Hans Wennborgclang-cl: Allow /Fo without an argument (PR21589)
2014-11-17 Daniel Jasperclang-format: Fix more incorrect pointer detection.
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...
next