]> granicus.if.org Git - clang/shortlog
clang
2014-06-12 Rafael EspindolaReplace llvm::error_code with std::error_code.
2014-06-12 Rafael EspindolaAllow lowercase messages in this test again.
2014-06-12 Rafael EspindolaFix msvc unittest build.
2014-06-12 Alp TokerDiagnosticsEngine: update severity setters to new termi...
2014-06-12 Alp TokerComplete the switch from mappings to declarative diagno...
2014-06-12 Craig TopperUse StringRef to simplify code. No functional change.
2014-06-12 Craig TopperUse ArrayRef in some function parameters instead of...
2014-06-12 Rafael EspindolaAdd a std:: prefix in cases where ADL would have failed...
2014-06-12 Rafael EspindolaFix typo.
2014-06-12 Rafael EspindolaGive clang-format its own error category.
2014-06-12 Saleem AbdulrasoolDriver: use more range-based for loops
2014-06-12 Rafael EspindolaUse generic_category from the std namespace.
2014-06-12 Rafael EspindolaErrno should use generic_category.
2014-06-12 Richard Smith[modules] Add first-draft module maps for Clang. These...
2014-06-12 Richard SmithPR19966: don't crash/assert when __underlying_type...
2014-06-11 Rafael EspindolaAccomodate for message differences on windows.
2014-06-11 Hans WennborgDon't inherit dllimport to inline move assignment operators
2014-06-11 Reid KlecknerDon't slice SemaDiagnosticBuilder
2014-06-11 Hans WennborgFix the VS2012 build.
2014-06-11 Fariborz JahanianObjective-C. Accept '__attribute__((__ns_returns_retain...
2014-06-11 Bob WilsonRemove dev/null redirect and x86 backend requirement...
2014-06-11 Richard SmithAdd missing "non-constant" diagnostic for a member...
2014-06-11 Hans Wennborgclang-cl: accept the /C option with /P (PR19978)
2014-06-11 Bob WilsonRun new test with -fsyntax-only.
2014-06-11 Aaron BallmanThe automated server-side process isn't quite right...
2014-06-11 Fariborz JahanianObjective-C. More tests for both bridging attributes and
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-11 Kaelyn TakataAdd some comments to TypoCorrectionConsumer.
2014-06-11 Kaelyn TakataSink SpecifierInfo into the only class that uses it.
2014-06-11 Kaelyn TakataMake a couple of helper classes private to TypoCorrecti...
2014-06-11 Kaelyn TakataClean up the TypoCorrectionConsumer's interface a bit.
2014-06-11 Kaelyn TakataMove TypoCorrection filtering into the TypoCorrectionCo...
2014-06-11 Kaelyn TakataMove a few classes to be before TypoCorrectionConsumer.
2014-06-11 Eli BenderskyAdd loop unroll pragma support
2014-06-11 Fariborz JahanianObjective-C. Patch to handle bridge attribute warnings
2014-06-11 Bill Schmidt[PPC64LE] Fix vec_sld and vec_vsldoi for little endian
2014-06-11 Daniel Jasperclang-format: Fix pointer/reference detection after...
2014-06-11 David MajnemerMS ABI: Only class templates get complex nullptr pointe...
2014-06-11 David MajnemerMS ABI: Mangle null pointer-to-member-functions compatibly
2014-06-11 David MajnemerCodeGen: Correct linkage of thread_local for OS X
2014-06-11 Kevin Qin[AArch64] Add default features for CPUs on AArch64...
2014-06-11 David BlaikieEnsure test/Misc/win32-macho.c doesn't try to write...
2014-06-11 Richard SmithPR19993: don't assert/crash if a static data member...
2014-06-11 Richard SmithPR19996: don't crash if -Wuninitialized sees a c++1y...
2014-06-11 Reid KlecknerAllow lookup into dependent bases in more places under...
2014-06-10 Richard SmithTeach __alignof__ to look through arrays before perform...
2014-06-10 Richard SmithRelated to PR19992: when the GNU alignof-expression...
2014-06-10 Reid KlecknerRecover from missing typenames on template args for...
2014-06-10 Zachary TurnerRevert "Clang changes to support LLVM removal of runtim...
2014-06-10 Zachary TurnerClang changes to support LLVM removal of runtime multit...
2014-06-10 Reid Kleckner*Really* fix DOS newlines introduced in r210330
2014-06-10 Bob WilsonTry to fix clang-hexagon-elf failure by requiring x86...
2014-06-10 Richard SmithPR19992: alignof is permitted on an array of unknown...
2014-06-10 Bob WilsonFix crash with x86_64-pc-win32-macho target. <rdar...
2014-06-10 Kaelyn TakataRemove a redundant conditional when caching typo failures.
2014-06-10 Hans WennborgDo not predefine __EXCEPTIONS in clang-cl (PR19977)
2014-06-10 Reid KlecknerFix mangling of __uuidof after two levels of template...
2014-06-10 Fariborz JahanianObjective-C. Don't ignore availability attribute when
2014-06-10 Hans WennborgDon't inherit dll attributes to deleted methods (PR19988)
2014-06-10 Fariborz JahanianObjective-C IRGen. Patch to generate a weak symbol...
2014-06-10 Daniel Jasperclang-format: [JS] Treat dict literals similar to objc...
2014-06-10 Alexander PotapenkoAdd detection of OS X relocatable SDK to compiler-rt...
2014-06-10 Daniel Jasperclang-format: Increase penalty for wrapping array subsc...
2014-06-10 Daniel Jasperclang-format: Fix enum formatting with specific comment.
2014-06-10 Alp TokerImprove diagnostic mapping terminology
2014-06-10 Alp TokerDon't suppress backend diagnostics in system headers
2014-06-10 Daniel Jasperclang-format: Support variadic lambda captures.
2014-06-10 Daniel Jasperclang-format: Handle multiline strings inside ternary...
2014-06-10 Alp TokerShow -Wdate-time in system headers
2014-06-10 Alp TokerImplement -Wdate-time preprocessor warning
2014-06-10 Alp TokerImprove specificity in the diag-mapping2.c test
2014-06-10 Hans WennborgImprove checking for dynamic initializers of dllimport...
2014-06-09 Alp TokerMake '-Werror=frame-larger-than=' and associated diagno...
2014-06-09 Reid KlecknerReduce indentation in ActOnIdExpression, NFC
2014-06-09 Richard TrieuRemoving an "if (this == nullptr)" check from two print...
2014-06-09 Fariborz JahanianObjective-C. Consider block pointer as NSObject as...
2014-06-09 Alp TokerDisallow multiple inclusion of clang/Config/config.h
2014-06-09 Hans WennborgAllow definition of dllimport static fields in partial...
2014-06-09 Evgeniy StepanovFix line numbers for code inlined from __nodebug__...
2014-06-09 Bill Schmidt[PPC64LE] Implement little-endian semantics for vec_sums
2014-06-09 Craig Topper[C++11] Use 'nullptr'.
2014-06-08 Joey GoulyConvert tests I recently add to use -verify instead...
2014-06-08 Craig Topper[C++11] Use 'nullptr'. Unittests edition.
2014-06-08 Craig Topper[C++11] Use 'nullptr'. Tools edition.
2014-06-08 Alp TokerSplit out inline asm parsing into ParseStmtAsm.cpp
2014-06-08 Alp TokerDon't include llvm/MC/MCParser throughout all of Sema
2014-06-08 David MajnemerMS ABI: Simplify microsoft mangling of template instant...
2014-06-07 Alp TokerDeclObjC: Fix comments about bad API
2014-06-07 Alp TokerAvoid dubious IdentifierInfo::getNameStart() uses
2014-06-07 Alp TokerStringRefize TargetInfo::getABI()
2014-06-07 Saleem AbdulrasoolDriver: add -m{,no-}long-calls support
2014-06-07 Arnold SchwaighoferUnbreak release builds.
2014-06-07 Bill Schmidt[PPC64LE] Implement little-endian semantics for vec_unp...
2014-06-07 Bill Schmidt[PPC64LE] Update test for vec_sum2s interface
2014-06-07 Nick LewyckyFix crash declaring global allocation function with...
2014-06-06 Richard TrieuFix my poor grammar from r210372
2014-06-06 Bill Schmidt[PPC64LE] Update builtins-ppc-altivec.c for PPC64 and...
2014-06-06 Reid KlecknerDelay lookup of simple default template arguments under...
2014-06-06 Warren Hunt[MS-ABI] Implement dynamic_cast
2014-06-06 Richard TrieuAdd -Wtautological-undefined-compare and -Wundefined...
next