]> granicus.if.org Git - clang/shortlog
clang
2012-03-20 Patrick BeardAdded summary section for Object Literals and Subscript...
2012-03-20 Fariborz Jahanianmodern objective-c translator: add static function...
2012-03-20 Sebastian RedlMore careful consideration of C++11 13.3.3.1p4. Fixes...
2012-03-20 Sebastian RedlFix the other place where C++98 work for initializer...
2012-03-20 Fariborz Jahanianmore modern objective-c meta-data stuff.
2012-03-20 Patrick BeardFixed typos.
2012-03-20 Patrick BeardLink to Objective-C literals documentation.
2012-03-20 Patrick BeardObjective-C literals documentation.
2012-03-20 Ted KremenekDon't include FixIts with a null replacement range...
2012-03-20 Benjamin KramerFix a use-after-free in thunk emission. EmitThunk may...
2012-03-20 Fariborz Jahanianmodern objective-c translator: provide meta-data initia...
2012-03-20 Benjamin KramerDebug info: Tighten up uses of plain MDNode pointers...
2012-03-20 Fariborz Jahanianmodern objective-c translator: couple of minor
2012-03-20 Patrick BeardTest commit.
2012-03-20 Fariborz Jahanianobjective-c modern translator: Refactor intername ivar...
2012-03-20 Chad Rosier[avx] Define the _mm256_loadu2_xxx and _mm256_storeu2_x...
2012-03-20 David ChisnallAdd missing bitcast that was breaking Objective-C+...
2012-03-20 Ted KremenekAdd test case for <rdar://problem/10553686>, which...
2012-03-19 Ted KremenekFix crash when querying the CFG reported when using...
2012-03-19 Argyrios Kyrtzidis[libclang] Have clang_getCursorExtent() return the...
2012-03-19 Fariborz Jahanianremoved unused code in the modern objc rewriter file.
2012-03-19 Benjamin KramerLanguageExtensions: Manually word wrap a line to reduce...
2012-03-19 Matt Beaumont-Gayline endings
2012-03-19 Matt Beaumont-GayUse a simpler pluralization construct
2012-03-19 Fariborz Jahanianmodern objective-c translator: fix type of objc_excepti...
2012-03-19 NAKAMURA Takumitest/Driver/cpath.c: Mark this as XFAIL:mingw32,win32...
2012-03-19 Nico WeberFix a regression where ':' in CPLUS_INCLUDE_PATH and...
2012-03-18 Sebastian RedlAdd the missing compatibility warning for braced initia...
2012-03-18 Benjamin KramerAn error can't be in a warning group.
2012-03-18 Jordy Rose[analyzer] Mark a failed-realloc's result as an interes...
2012-03-18 Aaron BallmanTurns #import in MS Mode into an error.
2012-03-18 David BlaikieUse character literals for vexing initialization fixit...
2012-03-18 Jordy Rose[analyzer] Use a FoldingSet to cache simple RetainSumma...
2012-03-18 Douglas GregorReplace a FIXME with a diagnostic when we can't resolve the
2012-03-17 Douglas GregorDiagnose tag and class template declarations with qualified
2012-03-17 Jordy Rose[analyzer] Unify retain-count summary generation for...
2012-03-17 Jordy RoseKill cocoa::deriveNamingConvention and cocoa::followsFu...
2012-03-17 Jordy Rose[analyzer] Remove duplicate work on deriving method...
2012-03-17 Fariborz Jahanianmodern objective-c rewriter: further improvement in
2012-03-17 NAKAMURA TakumiStaticAnalyzer: Fix abuse of StringRef in r152962.
2012-03-17 Douglas GregorWhen determining the availability of an enum constant...
2012-03-17 Jordy Rose[analyzer] Don't claim an object was returned with...
2012-03-17 Jordy Rose[analyzer] Add test case from PR10794 for using 'new...
2012-03-17 Anna Zaks[analyzer] This test is breaking windows bots, make...
2012-03-17 Ted KremenekFix crash on invalid code. I've tried to produce a...
2012-03-16 Anna Zaks[analyzer] Shorten the stack hint diagnostic.
2012-03-16 Bill WendlingMake the storing variable's name generic.
2012-03-16 Anna Zaks[analyzer] Create symbol-aware stack hints (building...
2012-03-16 Anna Zaks[analyzer] +Comments
2012-03-16 Anna Zaks[analyzer] Add a statistic for the number of times...
2012-03-16 Benjamin KramerEscape % in diagnostic message when compiling LLVM IR.
2012-03-16 Matt Beaumont-Gaysink variable into assert
2012-03-16 Bill WendlingWhen "low alignment" is specified, then set the alignme...
2012-03-16 Fariborz JahanianMinor clean up of my last patch.
2012-03-16 Fariborz Jahanianmodern objective-c translator: write @synchronized.
2012-03-16 David BlaikieSuppress macro expansion of NULL in NULL warnings.
2012-03-16 Nick LewyckySkip through transparent contexts when deciding where...
2012-03-16 Argyrios KyrtzidisAfter r150615, which tablegens the group of a diagnosti...
2012-03-16 Fariborz Jahanianmodern objective-c translator: writing @throw statement.
2012-03-16 David ChisnallWarn on flexible array members when in C89 mode, with...
2012-03-16 Axel NaumannFrom Vassil Vassilev:
2012-03-16 Richard SmithFix Objective-C compilation-time performance regression...
2012-03-16 Ted KremenekFix analyzer crash on analyzing 'catch' with no conditi...
2012-03-16 NAKAMURA Takumitest/Driver/linker-opts.c: Mark as XFAIL:cygming, using...
2012-03-16 Ted KremenekAdd test case for <rdar://problem/8808566>, which is...
2012-03-16 Ted KremenekBased on sage feedback, chang -W#import-pedantic to...
2012-03-16 Eli FriedmanDon't try to create "store atomic" instructions of...
2012-03-16 Ted KremenekAdd warning flag for '#import is a language extension...
2012-03-16 Argyrios Kyrtzidis[arcmt] The hard-coded list of weak-incompatible classe...
2012-03-16 Argyrios Kyrtzidis[arcmt] iOS is always safe to use 'weak'. rdar://10950825
2012-03-15 Fariborz Jahanianmodern objective-c translation: writing @try/@catch...
2012-03-15 Eli FriedmanWhen a variable has a specified asm name, but isn't...
2012-03-15 Chad RosierFix help text.
2012-03-15 Ted KremenekUpdate checker build.
2012-03-15 Jordy Rose[analyzer] If a metadata symbol is interesting, its...
2012-03-15 Fariborz Jahanianmodern objective-c translator: writing @try/@finally...
2012-03-15 Chad Rosier[frontend] Fix how the frontend handles -fno-inline...
2012-03-15 Ted KremenekInclude full plist output in FileCheck test.
2012-03-15 Ted KremenekInclude full plist output in FileCheck test.
2012-03-15 Ted KremenekDo not truncate expected plist output in FileCheck...
2012-03-15 Jordy Rose[analyzer] Remove AggExprVisitor, a dead class that...
2012-03-15 Sebastian RedlSupport deducing template arguments from nested initial...
2012-03-15 Ted KremenekSupport '%p' format specifier with block pointers.
2012-03-15 Bill WendlingIt was pointed out that a checking version of strdup...
2012-03-15 Anna Zaks[analyzer] Allow checkers to supply call stack diagnost...
2012-03-15 David BlaikieProvide the specific target type in the -Wnull-conversi...
2012-03-15 Fariborz Jahanianmodern objective-c translator: rewriting of @catch...
2012-03-15 Douglas GregorDocument RedeclarableTemplateDecl::getInstantiatedFromM...
2012-03-15 Argyrios Kyrtzidis[c-index-test] Make it C90 compliant.
2012-03-15 Argyrios Kyrtzidis[libclang] A couple of enhancements to c-index-test.
2012-03-15 Argyrios KyrtzidisMake RecursiveASTVisitor to traverse certain statements...
2012-03-15 Argyrios Kyrtzidis[Sema] Introduce a data recursive evaluator specific...
2012-03-15 Argyrios KyrtzidisRemove hacky temporary fix of r151585.
2012-03-15 Fariborz Jahanianmodern objective-c translator: please symbols generated
2012-03-15 Sean CallananWhen laying out an Objective-C object, consult
2012-03-15 Kostya Serebryanyfix link
2012-03-15 Kostya Serebryany[asan] update asan docs: mention CMake problem and...
2012-03-15 Aaron BallmanAdding in newer MinGW header paths.
2012-03-15 Bill WendlingAdd the object size checking support for a few other...
2012-03-15 James MolloyFix codegen for vld{3,4}_dup intrinsics.
next