]> granicus.if.org Git - clang/shortlog
clang
2014-11-21 Daniel Jasperclang-format: [Java] Basic lambda support.
2014-11-21 Alexey Bataev[OPENMP] Disable CapturedStmt generation for standalone...
2014-11-21 David MajnemerMS ABI: Mangle char16_t and char32_t types
2014-11-21 Bob WilsonFix missing diagnostic for unsupported TLS for some...
2014-11-21 Richard Smith[modules] When explicitly importing a module, it's...
2014-11-21 Richard SmithPR21323: Fix iterator invalidation issue when looking...
2014-11-21 Richard TrieuExtend -Wuninitialized to warn when accessing uninitial...
2014-11-21 Adrian Prantlrelax this testcase to not depend on a specific alignment.
2014-11-21 Adrian PrantlDebug info for blocks: Fix a bug caught by the Verifier.
2014-11-21 David BlaikieDebugInfo: Fix another case of r222377 when we do have...
2014-11-20 Richard SmithRemove code that tries to avoid transforming non-depend...
2014-11-20 Richard SmithMove test from r222476 to a better place; this was...
2014-11-20 Richard SmithFix crash-on-valid if a lambda-expression appears lexic...
2014-11-20 Reid KlecknerIntercept __crt_va_* used by MSVC "14"
2014-11-20 Richard SmithPR21565: Further refine the conditions for enabling...
2014-11-20 Kaelyn TakataEnsure all TypoExprs are diagnosed by the tree transform.
2014-11-20 Kaelyn TakataWire up delayed typo correction to DiagnoseEmptyLookup...
2014-11-20 Kaelyn TakataAdd a flag to BuildDeclarationNameExpr to not reject...
2014-11-20 Kaelyn TakataFactor out the default recovery handling.
2014-11-20 Kaelyn TakataAdd a few small helper methods to the TypoCorrectionCon...
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)
next