]> granicus.if.org Git - clang/shortlog
clang
2012-12-04 Chandler CarruthSort all of Clang's files under 'lib', and fix up the...
2012-12-04 NAKAMURA TakumiASTTests, ASTMatchersTests: Move clangEdit before clang...
2012-12-04 NAKAMURA TakumiUntabify (in USEDLIBS, Makefile(s)).
2012-12-04 NAKAMURA Takumiclang/Lex: [CMake] Update CMakefiles since r169229.
2012-12-04 Bill WendlingDon't test for ASM output but for IR output.
2012-12-04 Argyrios KyrtzidisRefactor recording the preprocessor conditional directi...
2012-12-04 Argyrios KyrtzidisIn the PreprocessingRecord, to identify the different...
2012-12-04 Argyrios Kyrtzidis[libclang] Avoid copying the CompileCommand related...
2012-12-04 Argyrios KyrtzidisIntroduce CompilationDatabase::getAllCompileCommands...
2012-12-04 NAKAMURA Takumiclang/test/CodeGenCXX/debug-info-zero-length-arrays...
2012-12-04 Bill WendlingAdd a 'count' field to the DWARF subrange.
2012-12-04 Richard SmithDocument the existence of -fsanitize=bounds.
2012-12-04 NAKAMURA Takumiclang/test/Index/comment-objc-decls.m: Try to fix r1691...
2012-12-04 Fariborz JahanianTesting objective-C declarations embedded in
2012-12-04 Michael IlsemanHave clang use LLVM IR's fast-math flags when in FastMa...
2012-12-04 Michael Ilsemanremove trailing whitespace
2012-12-03 NAKAMURA Takumiclang/test/Driver/fsanitize-blacklist.c: Mark it as...
2012-12-03 Richard SmithFix test failure when building Clang with g++4.7 -...
2012-12-03 Manuel KlimekFixes a compile warning and crash in the tests.
2012-12-03 Alexey SamsonovAdd Clang flags -fsanitize-blacklist and -fno-sanitize...
2012-12-03 Benjamin KramerlibclangFormat is not libclangTooling, but it depends...
2012-12-03 Alexey SamsonovFix PR14474: don't emit debug info for interface types...
2012-12-03 Daniel JasperInitial version of formatting library.
2012-12-03 Daniel JasperMake hasDeclaration work for enums.
2012-12-03 Evgeniy StepanovAdd -fsanitize=memory.
2012-12-02 Will Dietz[ubsan] Add flag to enable recovery from checks when...
2012-12-01 Benjamin KramerMake helper classes anonymous. Make helper functions...
2012-12-01 Simon Atanasyan[MIPS] Add -mxgot/-mno-xgot command line options
2012-12-01 Benjamin KramerAdd raw_ostream include to pacify MSVC.
2012-12-01 Benjamin KramerUpdate unit tests not to rely on transitive includes.
2012-12-01 Benjamin KramerInclude pruning and general cleanup.
2012-12-01 Benjamin KramerDon't include Type.h in DeclarationName.h.
2012-12-01 Benjamin KramerMake ASTVector.h standalone without including all of...
2012-12-01 Benjamin KramerPull the Attr iteration parts out of Attr.h, so includi...
2012-12-01 Eli BenderskyFix a test that was redefining FileCheck variables...
2012-12-01 Joey GoulySwitch to using -### as mentioned by chandlerc.
2012-12-01 Joey GoulyAdd -emit-llvm to test/Driver/fsanitize.c to stop this...
2012-12-01 Benjamin KramerAdd .arcconfig to the repository. Useful if someone...
2012-12-01 Michael HanFix a typo in comment.
2012-12-01 Richard SmithMake these functions more clearly express the test...
2012-12-01 Richard SmithConsistently use 'needsImplicit<special member>' to...
2012-12-01 Eli FriedmanTry to make the source location information for token...
2012-12-01 Richard SmithRemove restriction on combining ubsan with asan or...
2012-12-01 Douglas GregorFix the determination of whether a capture refers to...
2012-11-30 Bill WendlingDon't emit a warning with an input/output parameter...
2012-11-30 Douglas GregorFix test for Windows path separators
2012-11-30 Douglas GregorTeach the serialized diagnostic writer to clone() itsel...
2012-11-30 Bill WendlingDon't warn if the input size is less than the register...
2012-11-30 Eli FriedmanMake -Wtautological-constant-out-of-range-compare behav...
2012-11-30 Douglas GregorRename ModuleBuildPath -> ModuleBuildStack. Thanks...
2012-11-30 Douglas GregorWhen we're emitting a diagnostic with a source location...
2012-11-30 Aaron BallmanFixing a precedence issue with my previous commit.
2012-11-30 Aaron BallmanFixing an MSVC warning about an unsafe mixture of Boole...
2012-11-30 Dmitri GribenkoComments: no need to escape any characters in \code...
2012-11-30 Aaron BallmanSupport for #pragma region/endregion for MSVC compatibi...
2012-11-30 Douglas GregorActually keep track of the source locations at which...
2012-11-30 Douglas GregorWhen an error occurs while building a module on demand...
2012-11-30 Manuel KlimekAllow matchers to access the ASTContext.
2012-11-30 Chandler CarruthUpdate to reflect the change of macro name in r168993.
2012-11-30 Eli FriedmanFix the computation of highlight ranges so we produce...
2012-11-30 Richard SmithRefactor to reduce duplication in handling of special...
2012-11-30 Quentin ColombetAdd a test case for the new cortex-a5 switch
2012-11-30 Jordan RoseUse the new LLVM_LVALUE_FUNCTION to ban two getAs(...
2012-11-30 Douglas GregorFix unit tests for ModuleLoader change in r168961.
2012-11-29 Douglas GregorKeep track of modules that have failed to build. If...
2012-11-29 Eli FriedmanFix a small calling-convention bug for x86-32. PR14453.
2012-11-29 Quentin ColombetAdd ARM cortex-a5 subtarget
2012-11-29 Richard SmithRemove out-of-date comment.
2012-11-29 Quentin ColombetRevert commit revision r168953, to change the commit...
2012-11-29 Quentin Colombetgit-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk...
2012-11-29 Alexey SamsonovThis patch exposes to Clang users three more sanitizers...
2012-11-29 Eli BenderskyMake the test less sensitive to DWARF emission implemen...
2012-11-29 Eric ChristopherMake sure that we put the rest of the sanitizer librari...
2012-11-29 Eric ChristopherUse newer command line option here.
2012-11-29 Eric ChristopherRemove duplicate test run lines.
2012-11-29 Rafael EspindolaNow that the underlying problem has been fixed, add...
2012-11-29 Rafael EspindolaMerge function types in C.
2012-11-29 NAKAMURA TakumiASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiter...
2012-11-29 NAKAMURA TakumiASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiter...
2012-11-29 Timur Iskhodzhanov[-cxx-abi microsoft] Also spill the argument-back-refer...
2012-11-29 Richard SmithReject uses of __int128 on platforms that don't support...
2012-11-29 Nico WeberFix sentence construction-o.
2012-11-29 Eli FriedmanFix crash-on-invalid. <rdar://problem/12765391>.
2012-11-29 Richard SmithThe declaration of a special member can require overloa...
2012-11-29 Ted KremenekChange SValBuilder::getConditionType() to return BoolTy...
2012-11-29 Ted KremenekCorrectly handle IntegralToBool casts in C++ in the...
2012-11-29 Chad Rosier[driver] -mkernel implies -mstrict-align; don't add...
2012-11-28 Michael HanImplement C++11 [dcl.attr.grammar] p4: If an attribute...
2012-11-28 Fariborz Jahanianobjective-C blocks: Make sure that identical logic...
2012-11-28 Richard SmithPer C++11 [except.spec]p2, rvalue references are not...
2012-11-28 Richard SmithPR14388: An array or function type in an exception...
2012-11-28 Manman RenABI: comments from Eli on r168820.
2012-11-28 Manman RenABI: modify CreateCoercedLoad and CreateCoercedStore...
2012-11-28 Richard SmithPR13098: If we're instantiating an overloaded binary...
2012-11-28 Jordan Rose[analyzer] scan-build: Don't forget to close our temp...
2012-11-28 Jordan Rose[analyzer] scan-build: Treat '.C' files as C++.
2012-11-28 Alexey SamsonovRefactor -fsanitize, -f*-sanitizer arguments parsing...
2012-11-28 Kostya Serebryany[asan] Split AddressSanitizer into two passes (Function...
2012-11-28 Andy GibbsRemove obsolete comment missed by r162937
2012-11-28 Richard SmithTeach Lexer::getSpelling about raw string literals...
next