]> granicus.if.org Git - clang/shortlog
clang
2012-07-03 Nico WeberShare ConvertUTF8toWide() between Lex and CodeGen.
2012-07-03 Nico WeberRename -Wself-assign-memvar to -Wself-assign-field...
2012-07-03 Chandler CarruthRemove a redundant assignment to the FDecl variable...
2012-07-02 John McCallSignificantly simplify CGExprAgg's logic about ignored...
2012-07-02 James DennettDocumentation cleanup:
2012-07-02 James DennettDocumentation cleanup: Delete a duplicated/malformed...
2012-07-02 Argyrios Kyrtzidis[libclang] Introduce clang_Cursor_isDynamicCall which,
2012-07-02 Fariborz Jahanianobjective-c: just as we have done for method definitions,
2012-07-02 Richard Smith-Wuninitialized: assume that an __attribute__((returns_...
2012-07-02 James DennettDocumentation cleanup:
2012-07-02 Richard Smithtest/Driver/crash-report.c: don't fail if there are...
2012-07-02 DeLesley HutchinsThread safety analysis: fixed bug that occurs when...
2012-07-02 Jordan Rose[analyzer] Introduce CXXAllocatorCall to handle placeme...
2012-07-02 DeLesley HutchinsThread safety analysis: fixed incorrect error message...
2012-07-02 DeLesley HutchinsThread safety analysis: don't warn in case of duplicate...
2012-07-02 David BlaikieImprove crash reporting test coverage.
2012-07-02 DeLesley HutchinsThread Safety Analysis: turn off checking within tryloc...
2012-07-02 Matt Beaumont-GayAdd a warning flag for "'extern' variable has an initia...
2012-07-02 Chandler CarruthExtend a workaround for a CMake bug in LLVM's r159593...
2012-07-02 Jordan Rose[analyzer] If 'super' is known to be nil, we can still...
2012-07-02 Jordan RoseRevert "Remove unused member (& consequently unused...
2012-07-02 Chandler CarruthWe support a mode where the Clang regression tests...
2012-07-02 David BlaikieInclude -D files in crash report repro scripts. (PR13255)
2012-07-02 Jordan RoseIn blocks, only pretend that enum constants have enum...
2012-07-02 Eli FriedmanWhen we're looking for redeclarations which might provi...
2012-07-02 Ted KremenekMake this test invariant to future changes of the max...
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...
next