]> granicus.if.org Git - clang/shortlog
clang
2013-08-18 Craig TopperMake expression allocation methods use a 'const' refere...
2013-08-18 Dmitri Gribenkolibclang: cleanup unused includes in public header
2013-08-18 Chandler CarruthFix a use-after-free found in libclang when doing code...
2013-08-18 David BlaikieDebugInfo: don't require full definitions for friend...
2013-08-18 NAKAMURA Takumi{c-index-test|c-arcmt-test}/Makefile: Update USEDLIBS...
2013-08-17 David BlaikiePR16927: Don't assert (or, previously, skip) static...
2013-08-17 Juergen RibutzkaFix the name and the type of the argument for intrinisc
2013-08-17 Anton Yartsev+ make scan-build work with Strawberry Perl, ActiveStat...
2013-08-17 Richard SmithFix indentation.
2013-08-17 Richard SmithRefactor all diagnosing of TypoCorrections through...
2013-08-17 Argyrios KyrtzidisRename libIDE to libIndex.
2013-08-17 David BlaikieRevert "DebugInfo: Omit debug info for dynamic classes...
2013-08-16 Fariborz JahanianObjectiveC migrator: Add some more routines
2013-08-16 Rafael EspindolaDon't reject attribute used in an "extern const" variab...
2013-08-16 Ted KremenekUse the number of parameters in the actual method or...
2013-08-16 David BlaikieDebugInfo: Canonicalize namespaces to avoid emitting...
2013-08-16 Benjamin KramerRetainCountChecker: Replace some loops with std:: algor...
2013-08-16 Benjamin KramerReplace some DenseMap keys with simpler structures...
2013-08-16 Ted KremenekRevert r188574. Turns out it isn't needed.
2013-08-16 David BlaikieDebugInfo: Omit debug info for dynamic classes in TUs...
2013-08-16 David BlaikieDebugInfo: Contrain the record type parameter for Colle...
2013-08-16 Fariborz JahanianNeed summary info. about arguments to
2013-08-16 DeLesley HutchinsThread safety analysis: new test case
2013-08-16 Argyrios KyrtzidisIntroduce the clangIDE library.
2013-08-16 Rafael Espindolaclang-format utils/TableGen/TableGen.cpp.
2013-08-16 Samuel BenzaquenRefactor ArgumentAdaptativeMatcher matchers to remove...
2013-08-16 Aaron BallmanPassing false instead of 0; no functional change intended.
2013-08-16 Aaron BallmanPassing false instead of 0; no functional change intended.
2013-08-16 Edwin VaneTweak Replacement comparisons
2013-08-16 Daniel JasperSplit UnwrappedLineFormatter into individual components.
2013-08-16 Evgeniy StepanovRevert r188498.
2013-08-16 David MajnemerParse: Do not 'HandleTopLevelDecl' on templated functions.
2013-08-16 Ted KremenekFix typo pointed out by Jordan.
2013-08-16 Hans WennborgWindows ToolChain: add VS bin dir to PogramPaths
2013-08-16 Jordan Rose[analyzer] Merge TextPathDiagnostics and ClangDiagPathD...
2013-08-16 Eli FriedmanDon't allow unary negation on scoped enums.
2013-08-15 Eli FriedmanFix for dependent contexts in alias templates.
2013-08-15 DeLesley HutchinsThread Safety Analysis: fix bug when using TryLock...
2013-08-15 David BlaikieDebugInfo: CollectRecordStaticField -> CreateRecordStat...
2013-08-15 David BlaikieRemove unnecessary explicit cast.
2013-08-15 David BlaikieDebugInfo: Split out the implementation of getStaticDat...
2013-08-15 Fariborz JahanianObjetiveC migrator: fix the test in my last patch
2013-08-15 David BlaikieFix assert added in r188494
2013-08-15 Eli FriedmanProperly track l-paren of a CXXFucntionalCastExpr.
2013-08-15 David BlaikieDebugInfo: Remove unused conditional
2013-08-15 Fariborz JahanianObjectiveC migrator. Start annotating CF functions
2013-08-15 David BlaikieDebugInfo: Make CGDebugInfo::getStaticDataMemberDeclara...
2013-08-15 David BlaikieDebugInfo: Add a FIXME, remove a FIXME.
2013-08-15 Renato Golinmake arm-use-movt available for all ARM
2013-08-15 David BlaikieDebugInfo: Unify & optimize the lazy addition of record...
2013-08-15 David BlaikieDebugInfo: Revert change to the return type of createRe...
2013-08-15 David MajnemerCodeGen: __uuidof should work even with an incomplete...
2013-08-15 Fariborz JahanianAdd another test to my last patch (NS_OPTION vs. NS_ENUM)
2013-08-15 Michael Gottesman[autotools->cmake] Added variable CLANG_VENDOR_UTI.
2013-08-15 Michael Gottesman[autotools->cmake] Added CMake support for the preproce...
2013-08-15 David BlaikieDebugInfo: remove unnecessary type registration
2013-08-15 David BlaikieDebugInfo: Don't create duplicate forward declaration...
2013-08-15 Fariborz JahanianFixes a gross conditional in my last patch.
2013-08-15 Fariborz JahanianObjectiveC migrator: In deciding NS_OPTION over
2013-08-15 Jordan Rose[analyzer] If realloc fails on an escaped region, that...
2013-08-15 DeLesley HutchinsThread safety analysis: move warnings within lock/unloc...
2013-08-15 Jack Carter[Mips][msa] Add support for half
2013-08-15 Joerg SonnenbergerBuild unwind tables by default on NetBSD.
2013-08-15 Joerg SonnenbergerUse the integrated assembler on NetBSD/powerpc by default.
2013-08-15 Jack Carter[Mips][msa] Added most builtins from add.a to xori
2013-08-15 Evgeniy StepanovUpdate sanitizer attribute documentation to match behav...
2013-08-15 Hao LiuFix the build failure of Realease version
2013-08-15 David MajnemerAdd back a test that was removed in r188450
2013-08-15 Hao LiuClang and AArch64 backend patches to support shll/shl...
2013-08-15 David Majnemer[-cxx-abi microsoft] Mangle member pointers better
2013-08-15 Stephen LinCHECK-LABEL-ify some code gen tests to improve diagnost...
2013-08-15 Stefanus Du... Add a bit of explanation for FrontendActionFactory.
2013-08-15 Stefanus Du... Add ctorInitializer to the dynamic AST Matcher registry.
2013-08-14 Fariborz JahanianObjectiveC [Sema]. This patch makes sure that all inherited
2013-08-14 Ted Kremenek[static analyzer] add a simple "CallEffects" API to...
2013-08-14 Ted Kremenek[static analyzer] Factor out ArgEffect and RetEffect...
2013-08-14 Adrian PrantlRelax testcase for r188400 to not test for forward...
2013-08-14 Richard SmithPR16875: The return type of a dependent function type...
2013-08-14 Larisse VoufoBug fix: note diagnosis on expression narrowing should...
2013-08-14 Shuxin YangFix grammar mistake.
2013-08-14 Shuxin YangDo no use -emit-llvm for -flto.
2013-08-14 Benjamin KramerTestcase for r188400.
2013-08-14 Peter CollingbourneAdd support for -fsanitize-blacklist and default blackl...
2013-08-14 Benjamin KramerEnhance the clang -v gcc debug printing to skip obvious...
2013-08-14 Daniel Dunbar[tests] Reapply r188354, ensure subsitution string...
2013-08-14 NAKAMURA TakumiRevert r188354, "[tests] Ensure subsitution string...
2013-08-14 Daniel Dunbar[tests] Ensure subsitution string is ascii.
2013-08-14 Shuxin Yangrevert 188352
2013-08-14 Shuxin YangDriver::IsUsingLTO() no longer return true when seeing...
2013-08-14 Larisse VoufoBug fix: disallow a variable template to be redeclared...
2013-08-14 Hans WennborgDriver: Forward -Wl, and -Xlink arguments when using...
2013-08-14 Fariborz JahanianRefine diagnostics in my last patch.
2013-08-14 Richard SmithDon't produce duplicate notes if we have deduction...
2013-08-13 Fariborz JahanianObjectiveC [QoI] issue warning if an element of an...
2013-08-13 Hans Wennborgclang-cl: Support /link option and set target to win32
2013-08-13 Eli FriedmanFix Altivec vector literal parser hack for C++11.
2013-08-13 Nick LewyckyLink in the ubsan runtime when building shared objects.
2013-08-13 Eli Friedmansizeof(void) etc. should be a hard error in C++.
2013-08-13 Hans WennborgHandle "--" explicitly in the driver
2013-08-13 Richard SmithFix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:
next