]> granicus.if.org Git - clang/shortlog
clang
2012-07-02 Douglas GregorBe more eager about setting the 'Invalid' bit on an...
2012-07-02 Chandler CarruthClone a bit of LIT flag defaults from the LLVM CMake...
2012-07-02 David BlaikieRemove unused member (& consequently unused parameter...
2012-07-02 Abramo BagnaraReintroduced FieldDecl public methods setBitWidth and...
2012-07-02 Ted KremenekBail out the LiveVariables analysis when the CFG is...
2012-07-02 Ted KremenekFix subtle bug in AnalysisConsumer where we would not...
2012-07-02 Chandler CarruthSwitch from using a lit.cfg-generator variable to the...
2012-07-02 Douglas GregorReduce default template instantiation depth to 512...
2012-07-02 Jordan Rose[analyzer] Convert existing checkers to use check:...
2012-07-02 Jordan Rose[analyzer] Add generic preCall and postCall checks.
2012-07-02 Jordan Rose[analyzer] Convert CXXConstructExpr over to use CallEve...
2012-07-02 Jordan Rose[analyzer] Use CallEvent for inlining and call default...
2012-07-02 Jordan Rose[analyzer] Finish replacing ObjCMessage with ObjCMethod...
2012-07-02 Jordan Rose[analyzer] Begin replacing ObjCMessage with ObjCMethodC...
2012-07-02 Jordan Rose[analyzer] Move the last bits of CallOrObjCMessage...
2012-07-02 Jordan Rose[analyzer] Convert CallAndMessageChecker and ObjCSelfIn...
2012-07-02 Jordan Rose[analyzer] Convert RetainCountChecker to use CallEvent...
2012-07-02 Jordan Rose[analyzer] Add a new abstraction over all types of...
2012-07-02 Argyrios Kyrtzidis[PCH] Make sure that all newly introduced visible decls...
2012-07-02 Richard SmithA ':' after an enum-specifier at class scope is a bitfi...
2012-07-02 Dmitri GribenkoAdd a new libclang completion API to get brief document...
2012-07-02 Kostya Serebryany[asan] update docs: mention MacOS 10.7 and correct...
2012-07-02 James DennettDocumentation cleanup: reformatting/fixing up file...
2012-07-02 Craig TopperRename tzcnt intrinsics to match gcc.
2012-07-02 Richard SmithAdditional testing for fixes in r158289 and r158290...
2012-07-01 Meador IngePR13189: va_list broken with precompiled headers
2012-07-01 NAKAMURA Takumic-index-test/Makefile: Tweak USEDLIBS for cygwin. cygcl...
2012-06-30 Jordan RoseAdd support for the C11 _Alignof keyword.
2012-06-30 Arnaud A. de... [libclang] Make implementation filename match the heade...
2012-06-30 Arnaud A. de... [cindex.py] Fix comments
2012-06-30 Arnaud A. de... [libclang] Fix autoconf library dependencies for toolin...
2012-06-30 NAKAMURA Takumic-index-test.c: Fix missing semicolon(s).
2012-06-30 Arnaud A. de... [cindex.py] add CompilationDatabase support
2012-06-30 Arnaud A. de... [libclang] add CompilationDatabase support
2012-06-30 Chandler CarruthSwitch Clang to use the new common LLVM CMake infrastru...
2012-06-30 Matt Beaumont-GayAdd a missing argument index, wordsmith a little, and...
2012-06-30 Fariborz Jahanianblocks: fixes a crash when encoding block type
2012-06-30 NAKAMURA Takumitest/Driver/crash-report.c: Mark it as XFAIL on win32...
2012-06-29 Fariborz JahanianRemove dependency on string.h
2012-06-29 David BlaikieUnbreak the test from r159469.
2012-06-29 Richard TrieuFix typos from r159463 and update tests. Added Matt...
2012-06-29 Fariborz Jahanianobjective-c IRGen: fixes a crash when method type is...
2012-06-29 David BlaikieUse -frewrite-includes for crash reports.
2012-06-29 Kaelyn UhrainIn Sema::ClassifyName, try to avoid nonsensical correct...
2012-06-29 Richard TrieuUpdate the %diff modifer to have an alternate string...
2012-06-29 Ted KremenekRevert "Tweak insecureAPI analyzer checks to have the...
2012-06-29 Ted KremenekTweak insecureAPI analyzer checks to have the ability...
2012-06-29 Richard TrieuAdd a fix-it hint note to -Wunique-enum to suggest...
2012-06-29 Fariborz Jahanianobjective-c modern translator: synthesize argument...
2012-06-29 Fariborz Jahanianmodern objc translator: string.h is unavailable on...
2012-06-29 Fariborz Jahanianfix a typo in my last commit. I thought I recompiled,
2012-06-29 Fariborz Jahanianobjc diagnostic: pass IdentifierInfo* to the diagnosti...
2012-06-29 Douglas Gregorstd::nullptr_t support in MS headers, from João Matos.
2012-06-29 Douglas GregorPatch for handling C99 veriadic macros when using preco...
2012-06-29 Fariborz Jahanianobjective-c modern translator: Translation into objc_ms...
2012-06-29 Dmitri GribenkoFactor out a check for block commands (that implicitly...
2012-06-29 David BlaikieAvoid redundant error when redefining a function as...
2012-06-29 Nico WeberChange condition to be the same as in SemaTemplateInsta...
2012-06-29 NAKAMURA Takumiclang/test/Misc/diag-template-diffing-color.cpp: Remove...
2012-06-29 Chandler CarruthUpdate Clang to reflect the new home of IRBuilder.h...
2012-06-29 Bill WendlingUpdate based on move of DIBuilder.h to include/llvm.
2012-06-29 Axel NaumannFrom Philippe Canal:
2012-06-29 Manman RenX86: add more GATHER intrinsics in Clang
2012-06-29 Timur IskhodzhanovFix PR13234 - crash when trying to report an unsupporte...
2012-06-29 Douglas GregorWhen a builtin that requires a constant is given a...
2012-06-29 Manman RenX86: add more GATHER intrinsics in Clang
2012-06-29 Douglas GregorTeach the __is_trivially_assignable and __is_trivially_...
2012-06-29 Chandler CarruthSwitch Clang's CMake lit.site.cfg generation over to...
2012-06-29 Jordan Rose[analyzer] Add a test that we are, in fact, doing a...
2012-06-28 Nico WeberWarn on self-assignment to member variables. PR13104.
2012-06-28 DeLesley HutchinsThread safety analysis: support release() function...
2012-06-28 Richard TrieuWhen applying a template diff highlighting to a diagnos...
2012-06-28 Arnaud A. de... Factor CXString out of Index.h
2012-06-28 David BlaikieFix template type diffing coloring (r159216) when forci...
2012-06-28 Douglas GregorSupport the use of "=delete" and "=default" with delaye...
2012-06-28 Fariborz Jahanianobjective-c rewriter: refactoring of rewriting of
2012-06-28 Argyrios Kyrtzidis[libclang] Don't bind a StringRef to a temporary std...
2012-06-28 Benjamin KramerDead code eliminate the massive hexagon builtin intrins...
2012-06-28 Matt Beaumont-GayOnly print a semicolon after "no known conversion for...
2012-06-28 Benjamin KramerNow that we use the GCC builtin <-> llvm intrinsic...
2012-06-28 Simon AtanasyanSupport MIPS DSP Rev1 intrinsics.
2012-06-28 Rafael EspindolaCompare the canonical types and document why we give...
2012-06-28 Jordan RoseWarn on weak properties declared in protocols as well.
2012-06-28 Dmitri GribenkoRemove redundant check.
2012-06-28 Dmitri GribenkoAttaching comments to declarations: don't attach commen...
2012-06-28 Rafael EspindolaDisable devirtualization when we have covariant returns...
2012-06-28 Rafael EspindolaDon't devirtualize calls when we don't have the correct...
2012-06-28 Hans WennborgAdd -ftls-model command-line flag.
2012-06-28 Richard SmithAdd warning flag -Winvalid-pp-token for preprocessing...
2012-06-28 Rafael EspindolaFix another issue with devirtualizing calls to final...
2012-06-28 Dmitri GribenkoCleanup \brief comment. Since it is a single paragraph...
2012-06-28 Eric ChristopherFix grammar.
2012-06-28 Bill WendlingUpdate the #include to find the DebugInfo.h in the...
2012-06-28 Dmitri GribenkoTeach \brief parser about commands that start a new...
2012-06-27 Argyrios KyrtzidisFix uninitialized variable use bug found by the clairvo...
2012-06-27 Dmitri GribenkoAttaching documentation comments to declarations: don...
2012-06-27 Dmitri GribenkoFix an infinite loop in comment lexer: we were not...
2012-06-27 Timur IskhodzhanovTwo more tests for PR13207 - wrong mangling of template...
2012-06-27 Eli FriedmanPropagate lvalue alignment into bitfields. Per report...
2012-06-27 Fariborz Jahanianobjective-c mrc: Issue warning for mrc, as is done...
next