]> granicus.if.org Git - clang/shortlog
clang
2011-12-09 Matt Beaumont-GayFix up doxyments (\arg vs \p).
2011-12-09 Eli FriedmanMake array new on a pointer to data member type work...
2011-12-09 Richard SmithMechanically convert static_assert_fold to static_asser...
2011-12-09 Richard SmithC++11 constant expressions: Don't use CheckICE in C...
2011-12-09 Ted KremenekAdd clang_getDiagnosticSetFromTU() to libclang. Fixes...
2011-12-09 Ted KremenekSort exports list.
2011-12-09 David BlaikieAdd notes for suppressing and (if it's a zero-arg funct...
2011-12-09 Fariborz Jahanianobjc-arc: diagnose synthesis of a 'weak unavailable...
2011-12-09 David BlaikieProvide a separate warning for weak vtables in explicit...
2011-12-09 Douglas GregorWhen performing subframework header lookup, don't searc...
2011-12-09 Douglas GregorUse llvm::sys::fs::equivalent rather than comparing...
2011-12-09 Hans WennborgRemove unnecessary braces from my previous commit.
2011-12-09 Hans WennborgMake printf warnings refer to wint_t and wchar_t by...
2011-12-09 Hans WennborgMove definition of ConversionSpecifier::toString()...
2011-12-09 Hans Wennborgfix format specifier fixit for printf("%ld", "foo");
2011-12-09 Chandler CarruthFix a blatant typo or cut/paste-o reported by users...
2011-12-09 Richard SmithTeach isConstantInitializer that numeric literals are...
2011-12-09 Chandler CarruthFix the --hash-style option when the target is MIPS...
2011-12-09 Richard SmithDocument the updated behaviour of __builtin_constant_p...
2011-12-09 Anna Zaks[analyzer] Fix inconsistency on when SValBuilder assume...
2011-12-09 Argyrios KyrtzidisIn ExprEvaluatorBase::VisitOpaqueValueExpr() add a...
2011-12-09 Richard SmithReplace the implementation of __builtin_constant_p...
2011-12-09 Douglas GregorImplement the notion of umbrella directories, which...
2011-12-09 Chandler CarruthMove ChainedIncludesSource into the Frontend library...
2011-12-09 Chandler CarruthClean up the comments for this file now that its conten...
2011-12-09 Chandler CarruthMove a free function from the Frontend library into...
2011-12-09 Fariborz Jahaniandeprecated enum should not warn when used initializing...
2011-12-09 Argyrios KyrtzidisSave category name loc in ObjCCategoryImplDecl, patch...
2011-12-09 Argyrios Kyrtzidis[libclang] Make sure we don't try to handle a CXCursor_...
2011-12-09 Argyrios Kyrtzidis[arcmt] Un-XFAIL a test.
2011-12-09 Chandler CarruthTeach the Makefile build about the new diagnostic file...
2011-12-09 Rafael EspindolaUse default visibility in the the symbols declared...
2011-12-09 Chandler CarruthSeparate the serialization library's diagnostics from...
2011-12-08 Eli FriedmanMisc Minix-specific changes to clang:
2011-12-08 Bill WendlingDon't get the exception obj from the slot more than...
2011-12-08 Anna Zaks[analyzer] If memory region is tainted mark data as...
2011-12-08 Eli FriedmanFix an edge case in IRGen for conditionals. PR11509.
2011-12-08 Hal Finkeladd tree test for suse on ppc64 (r146142)
2011-12-08 DeLesley HutchinsThis patch extends thread safety analysis with support...
2011-12-08 Lang HamesAdded missing testcase from r145849. Thanks to Dave...
2011-12-08 Douglas GregorImplement umbrella directories for modules, which are...
2011-12-08 Fariborz JahanianMore refactoring of objective-C rewriter.
2011-12-08 Douglas GregorTweak the syntax of umbrella headers, so that "umbrella...
2011-12-08 Douglas GregorWithin the module representation, generalize the notion...
2011-12-08 Douglas GregorKeep track of import dependencies between submodules...
2011-12-08 David BlaikieDecltype in non-pseudo (& non-dependent) dtor calls.
2011-12-08 Douglas GregorConvert paths to native format before constructing a
2011-12-08 Hans WennborgOnly do typo correction for implicit function decls...
2011-12-08 Erik VerbruggenFix: allow @protocol forward declarations inside @imple...
2011-12-08 Francois PichetUnbreak MSVC build.
2011-12-08 Francois PichetRemove unused parameter from the LateParsedTemplatedFun...
2011-12-08 Peter CollingbourneAdd an experimental MallocSizeofChecker, which reports...
2011-12-08 Hal FinkelAllow clang to find gcc libs on suse ppc64
2011-12-08 Rafael EspindolaAdd a minimal unwind.h that knows how to forward to...
2011-12-08 David BlaikieUse the real end of the decltype expression.
2011-12-08 Argyrios Kyrtzidis[libclang] When doing clang_findReferencesInFile, make...
2011-12-08 Bob WilsonMinor cleanup. Avoid redundant getTriple() calls.
2011-12-08 Argyrios Kyrtzidis[libclang] Remove IndexingContext's getScopedContext...
2011-12-07 Daniel DunbarDriver/Linux: Fix the ASAN library path to match curren...
2011-12-07 Daniel DunbarDriver: Add a --rtlib={compiler-rt,libgcc} argument...
2011-12-07 Douglas GregorImplement inference for the "Private" submodule corresp...
2011-12-07 Douglas GregorMake sure we pick up module_private.map when loading...
2011-12-07 Argyrios Kyrtzidis[libclang] Indexing API: provide both the semantic...
2011-12-07 Argyrios Kyrtzidis[libclang] Fix indexing of C++ bases in a C++ class.
2011-12-07 Argyrios Kyrtzidis[libclang] Introduce CXIdxEntityLanguage that indicates...
2011-12-07 Anna Zaks[analyzer] Cleanup: use the variable.
2011-12-07 Daniel Dunbarruntime/Linux: Include the profile and ASAN libs on...
2011-12-07 Anna Zaks[analyzer] More www; document ProgramState->dump().
2011-12-07 Anna Zaks[analyzer] Update the checker writer manual with explan...
2011-12-07 Benjamin KramerRemove unused-but-set variable.
2011-12-07 Hans WennborgMake printf warnings refer to intmax_t et al. by name
2011-12-07 Argyrios KyrtzidisMake changes to SDiagsWriter to make it work in combina...
2011-12-07 Argyrios Kyrtzidis[libclang] Index C++ namespaces.
2011-12-07 Eli FriedmanFix multilib library paths on ppc64 Linux. Patch by...
2011-12-07 Daniel Dunbarwww: Update getting started to encourage people to...
2011-12-07 Nick LewyckyInitialize these values, fixing the build in cases...
2011-12-07 Douglas GregorImplement basic support for private headers in framewor...
2011-12-07 Ted KremenekTweak serialized diagnostics to support errors with...
2011-12-07 Eli FriedmanMake sure we correctly zero-initialize unions containin...
2011-12-07 Anna Zaks[analyzer] Propagate taint through MemRegions.
2011-12-07 Douglas GregorIf we can't write the temporary module map file when...
2011-12-07 Richard SmithWhen folding the size of a global scope VLA to a consta...
2011-12-07 Fariborz Jahanianobjc: issue deprecated/unavailable diagnostic when
2011-12-06 Richard SmithDeadStoresChecker: when whitelisting dead initializatio...
2011-12-06 Anna Zaks[analyzer] Add comments related to symbol_iterator
2011-12-06 Anna Zaks[analyzer] Refactor: Move symbol_iterator from SVal...
2011-12-06 Anna Zaks[analyzer] Propagate taint through NonLoc to NonLoc...
2011-12-06 Anna Zaks[analyzer] Remove an unnecessary check.
2011-12-06 Douglas GregorAdd a FIXME to provide a sensible error message here
2011-12-06 Richard SmithMove vector bitcast handling in constant expressions...
2011-12-06 Douglas GregorUse absolute paths for temporary module map files
2011-12-06 Argyrios Kyrtzidis[libclang] API enhancements by Joe Groff!
2011-12-06 Douglas GregorRename Objective-C-only tests to .m
2011-12-06 Douglas GregorRemove misleading error message
2011-12-06 Douglas GregorWhen inferring a module map for a framework, infer...
2011-12-06 Benjamin KramerRemove unused member to appease valgrind.
2011-12-06 Kostya Serebryany[asan] Mac: do not link dynamic libs with the asan...
2011-12-06 Douglas GregorAllow inferred submodules for any (sub)module that...
2011-12-06 Douglas GregorWhen suggesting a module import for a #include or ...
2011-12-06 Douglas GregorImplement modules support for subframeworks (aka embedded
next