]> granicus.if.org Git - clang/shortlog
clang
2014-01-27 Richard SmithPR17052 / DR1560 (+DR1550): In a conditional expression...
2014-01-26 Evan ChengFix r195149. Triple should correctly reflect that targe...
2014-01-26 Joerg SonnenbergerUse canonical spelling of NetBSD
2014-01-26 NAKAMURA Takumiclang-check: Unittests doesn't requires tools.
2014-01-26 NAKAMURA Takumicheck-clang doesn't require neither llvm_src_root nor...
2014-01-26 NAKAMURA TakumiRevert r113780, "Recognize .ll as input files. Handle...
2014-01-26 NAKAMURA Takumi[CMake] Always set CMAKE_INCLUDE_CURRENT_DIR.
2014-01-26 NAKAMURA Takumi[CMake][Standalone] Introduce check-all.
2014-01-26 Alp TokerFix -Wreturn-type build failure on ASTMatchers, plus...
2014-01-26 Alp TokerUpdate docstrings following the param name change in...
2014-01-26 Rafael EspindolaUpdate for llvm api change.
2014-01-26 NAKAMURA Takumi[CMake] Reindent.
2014-01-26 Alp TokerEnforce safe usage of DiagnosticsEngine::getCustomDiagID()
2014-01-26 Alp TokerIdentify two more unsafe uses of getCustomDiagID()
2014-01-26 Alp TokerRemove buggy example code from the documentation
2014-01-26 Alp TokerARCMigrate: Introduce proper diagnostics for TransformA...
2014-01-26 Alp TokerRemove flawed diagnostic mapping functions
2014-01-26 Jiangning LiuFor AArch64 Neon, fix intrinsics implementation using...
2014-01-25 Alp TokerRename getResultLoc() too
2014-01-25 Richard SmithPR18530: Don't assert when performing error recovery...
2014-01-25 Richard SmithPR18283: If a const variable of integral or enumeration...
2014-01-25 Saleem Abdulrasoolunittests: explicit stringify StringRefs for conversion
2014-01-25 Alp TokerRemove obsolete ObjCMethodDecl arg_type iterator functions
2014-01-25 Alp TokerRename getResultType() on function and method declarati...
2014-01-25 Simon Atanasyan[Mips] Add support for mips64el-linux-android triple.
2014-01-25 Simon Atanasyan[Mips] Add test to check translation MIPS triples to...
2014-01-25 Alp TokerPlistSupport: Eliminate duplicated EmitLocation() and...
2014-01-25 Alp TokerPlistSupport: Unify ARCMigrate / StaticAnalyzer plist...
2014-01-25 Daniel Jasperclang-format: Fix incorrect space removal.
2014-01-25 Eric ChristopherOne more intrinsic.
2014-01-25 Richard TrieuRemove HTML codes from a .rst file. The proper HTML...
2014-01-25 Richard TrieuBroaden -Wstring-conversion to catch string literals...
2014-01-25 Alp TokerAdd a proper test for -Wsystem-headers
2014-01-24 Richard SmithCorrect < and > to &lt; and &gt;. Thanks to Samuel...
2014-01-24 Richard SmithAllow virt-specifiers after GNU attributes in member...
2014-01-24 Aaron BallmanAdds a getSemanticSpelling function to semantic attribu...
2014-01-24 Aaron BallmanSince Visual Studio 2012 is the minimum version of...
2014-01-24 Yunzhong GaoFixing PR18510 by checking whether the non-virtual...
2014-01-24 Amara Emerson[AArch64] Replace underscores with dashes in -mgeneral_...
2014-01-24 Aaron BallmanAdding a new diagnostics group (-Wattributes) which...
2014-01-24 NAKAMURA Takumi[CMake] libclang: Update GENERATED_HEADERS with actuall...
2014-01-24 Ismail PazarbasiAdded missing StandardConversionSequence initialization
2014-01-24 Eric ChristopherAdd missing intrinsics, fix a couple of typos in intrin...
2014-01-24 Artyom SkrobovCombine the checks for returns_nonnull and for operator...
2014-01-24 Ismail PazarbasiInitialize StandardConversionSequence correctly
2014-01-24 Alexander KornienkoRemove empty directories.
2014-01-24 Alexander KornienkoRemove empty directories.
2014-01-24 Manuel KlimekGet rid of special parsing for return statements.
2014-01-24 Richard SmithUpdate page on clang diagnostics to contrast to GCC...
2014-01-24 Richard SmithRemove outdated documentation suggesting we don't suppo...
2014-01-24 Richard SmithPR18560: When switching to a new context, don't just...
2014-01-24 Hans WennborgAdd implementations of __readfs{byte,word,dword,qword...
2014-01-23 Richard SmithFactor out repeated parsing of a member-declarator...
2014-01-23 Peter CollingbourneFix debug build.
2014-01-23 Peter CollingbourneIntroduce Registry::getCompletions.
2014-01-23 DeLesley HutchinsThread safety analysis: handle duplicate assert_lock...
2014-01-23 Hans WennborgIntrin.h: fix definitions of _Interlocked{In,De}crement16
2014-01-23 Justin Bognertest/CodeGen: Finish fixing the typo in r199862
2014-01-23 Pekka JaaskelainenAllow clang to compile the "extern" storage class in...
2014-01-23 Pekka JaaskelainenAllow clang to compile the "extern" storage class in...
2014-01-23 Amara Emerson[AArch64] Add -mgeneral_regs_only option.
2014-01-23 NAKAMURA Takumi[CMake] Move LIBCLANG_BUILD_STATIC above. NFC.
2014-01-23 NAKAMURA Takumi[CMake] Parameterize MODULE and SHARED in add_clang_lib...
2014-01-23 NAKAMURA Takumi[CMake] Migrate LLVMParseArguments to CMakeParseArguments.
2014-01-23 Serge PavlovFix to PR8880 (clang dies processing a for loop)
2014-01-23 Tim NorthoverMachO embedded: default to soft float without issuing...
2014-01-23 David WoodhouseAdd documentation for -m16 option on X86, fix typo
2014-01-23 Anton Yartsev[analyzer] Strip trailing whitespace characters from...
2014-01-23 Alexey BataevImprove x86 android support, add x86_64 android target
2014-01-23 Justin Bognertest/CodeGenCXX: Be less strict about return types
2014-01-23 Jordan Rose[analyzer] Tighten up sanity checks on Objective-C...
2014-01-23 Jordan Rose[analyzer] Future-proof MallocChecker CFG dumping.
2014-01-23 Richard TrieuChange an absolute value function in a test from floati...
2014-01-23 Kevin Qin[AArch64 NEON] Fix a bug about vcles_f32 and vcled_f64.
2014-01-23 Justin BognerCodeGen: Fix tracking of PGO counters for the logical...
2014-01-23 Justin BognerCodeGen: Handle PGO counters for constructors and destr...
2014-01-23 Justin Bognertest/CodeGenCXX: Give instr-profile exception tests...
2014-01-23 Justin Bognertest/CodeGen: Fix a typo
2014-01-22 Ben LangmuirRequire a module.map file to load a module
2014-01-22 Richard SmithDon't forget about a builtin if we're about to redeclar...
2014-01-22 Aaron BallmanIf an attribute has a semantically meaningful spelling...
2014-01-22 Mark SeabornHandle va_arg on struct types for the le32 target ...
2014-01-22 Richard SmithWhen a special member is explicitly defaulted outside...
2014-01-22 Hans Wennborgclang-cl: Expose the -ferror-limit= option
2014-01-22 David BlaikieDriver: Suppression support for -Wa,--compress-debug...
2014-01-22 Fariborz JahanianObjectiveC. When issuing property implementation is
2014-01-22 Weiming ZhaoPR18465: [Thumbv8] add predefined macros
2014-01-22 Daniel Jasperclang-format: Fix incorrect lambda recognition.
2014-01-22 Anton Yartsev[analyzer] The patch prevents the analyzer from crashin...
2014-01-22 NAKAMURA Takumi[CMake][MS] libclang: Invalidate LLVM_EXPORTED_SYMBOL_F...
2014-01-22 Daniel Jasperclang-format: Treat "." in protos like namespace separa...
2014-01-22 Alp TokerChange a dyn_cast from r199794 to a straight cast
2014-01-22 Alp TokerIntroduce and use Decl::getAsFunction() to simplify...
2014-01-22 Ted KremenekAdd basic checking for returning null from functions...
2014-01-22 Hans Wennborgclang-cl: make /Zp a Joined option (PR18503)
2014-01-22 Richard SmithAdd a test file missed from r199782.
2014-01-22 Richard SmithEnforce restrictions that 'main' is not allowed to...
2014-01-22 Fariborz JahanianObjectiveC driver. change to reinstate -fno-objc-legacy...
2014-01-22 Richard SmithBuild an appropriate (albeit trivial) TypeSourceInfo...
2014-01-22 Richard SmithWhen formatting a C++-only declaration name, enable...
next