]> granicus.if.org Git - clang/shortlog
clang
2012-01-06 Kostya Serebryany[asan] mention -fno-omit-frame-pointer in the docs
2012-01-06 Douglas GregorWhen inferring a submodule ID during module creation...
2012-01-06 Anna Zaks[analyzer] Correct the c++-analyzer symlink
2012-01-06 Douglas GregorStash Decl's TopLevelDeclInObjCContainer and ModulePriv...
2012-01-06 Richard SmithC++11 generalized constant expressions: implement check...
2012-01-06 Douglas GregorIntroduce a "Hidden" bit into Decl, to track whether...
2012-01-06 Douglas GregorTeach DeclContext deserialization to pay attention...
2012-01-06 David ChisnallIf we are compiling with -fno-builtin then don't do...
2012-01-06 John McCallFix the mangling of class template arguments in a parti...
2012-01-06 Rafael EspindolaImprovements to the uninitialized variable warning...
2012-01-06 Eli FriedmanMore lambda work. Fixes a minor bug Richard pointed...
2012-01-06 Richard SmithDavid Blaikie and Chandler would like us to diagnose
2012-01-06 Anna Zaks[analyzer] c++-analyzer should be a symlink.
2012-01-06 Anna Zaks[analyzer] Update the docs to reflect that gcc is not...
2012-01-06 Anna Zaks[analyzer] scan-build: If we are on MacOS, use clang...
2012-01-06 Anna Zaks[analyzer] Skip --serialize-diagnostic when running...
2012-01-06 Richard SmithTweak to r147599 for PR10828: Move the check from the...
2012-01-06 Eli FriedmanMinor refactoring of sentinel warning on blocks. Add...
2012-01-06 Fariborz Jahanianobjc++: sythesize a helper function to be used
2012-01-06 Argyrios KyrtzidisFix a memory leak of PragmaNamespaces, rdar://10611796.
2012-01-05 Eli FriedmanAddress Richard's review comments on r147561 (Evaluate...
2012-01-05 Douglas GregorAlways allocate an extra 8 bytes for a deserialized...
2012-01-05 Ted KremenekAfter further discussion, rename attribute 'objc_disabl...
2012-01-05 Eli FriedmanTweak the fix to PR8977: an empty expression-list repre...
2012-01-05 Douglas GregorDon't seed the ASTWriter's declaration -> ID mapping...
2012-01-05 Douglas GregorWhen we deserialize a declaration from a module file...
2012-01-05 Douglas GregorWhen creating declarations that are deserialized from...
2012-01-05 Argyrios KyrtzidisWhen loading an AST file, set SourceManager::MainFileID...
2012-01-05 Richard SmithPR10828: Produce a warning when a no-arguments function...
2012-01-05 Eli FriedmanMore lambda work. Tweak the Sema interface slightly...
2012-01-05 Chad Rosier[driver] Add support for passing -lazy_framework/-lazy_...
2012-01-05 Eli FriedmanChange casting slightly to avoid warnings about casting...
2012-01-05 Douglas GregorWhen we're performing name lookup for a tag, we still...
2012-01-05 Eli FriedmanMinor cleanup; no functional change.
2012-01-05 Argyrios KyrtzidisSanity checks in SourceManager::getFileEntryForID(...
2012-01-05 John McCallThe value of a const weak variable is not an integer...
2012-01-05 Douglas GregorIf we already have a definition for a top-level module...
2012-01-05 Fariborz JahanianFixes a code gen bug for setter code for a property of
2012-01-05 Douglas GregorWhen generating includes for all of the headers we...
2012-01-04 Anna Zaks[analyzer] Add another tests to taint tester.
2012-01-04 Anna Zaks[analyzer] Be less pessimistic about invalidation of...
2012-01-04 Anna Zaks[analyzer] Correct the error message in the testing...
2012-01-04 Ted KremenekRename attribute 'objc_suppress_autosynthesis' to ...
2012-01-04 Ted KremenekFix 80 col violations.
2012-01-04 Eli FriedmanFix test on Release builds.
2012-01-04 Douglas GregorStore the submodules of a module in source order, as...
2012-01-04 Fariborz JahanianTest case for my previous patch.
2012-01-04 Fariborz Jahanianobjc: When issuing warning for missing synthesis for
2012-01-04 Eli FriedmanAdd an APValue representation for the difference betwee...
2012-01-04 Chris Lattnerfix test on -Asserts builds.
2012-01-04 Chris Lattnerimplement rdar://10639962 by keeping track of increased...
2012-01-04 Ted KremenekAdd missing #endif in documentation.
2012-01-04 Fariborz JahanianSupport __has_attribute for objc_suppress_autosynthesis
2012-01-04 Daniel DunbarDriver/Darwin: Remove a hack that avoided passing ...
2012-01-04 Douglas GregorAdd __has_feature(modules) to indicate when modules...
2012-01-04 Eli FriedmanFix test so it doesn't depend on the host's calling...
2012-01-04 Douglas GregorImplement declaration merging for variables in disjoint...
2012-01-04 Douglas GregorImplement declaration merging for non-template function...
2012-01-04 Douglas GregorImplement declaration merging for typedefs loaded from...
2012-01-04 Benjamin KramerPenryn doesn't support sse4.2, don't enable it in the...
2012-01-04 David ChisnallRestore r147493 and remove the part of the test that...
2012-01-04 Ted KremenekExtend ConditionBRVisitor to handle condition variable...
2012-01-04 Douglas GregorDon't treat 'import' as a contextual keyword when we...
2012-01-04 Rafael EspindolaProcess attributes in explicit function template instan...
2012-01-04 Eli FriedmanAdd an explicit LambdaExprContext to Declarator, to...
2012-01-04 Akira HatanakaHave functions return structures smaller than 128-bit...
2012-01-04 Eli FriedmanFix messed-up indentation in r147515.
2012-01-04 Eli FriedmanStub out the Sema interface for lambda expressions...
2012-01-04 Rafael EspindolaRevert r147493. It broke test/CodeGenObjC/constant...
2012-01-04 Ted KremenekTeach the static analyzer to not treat XPC types as...
2012-01-04 Ted KremenekMinor code formatting cleanups.
2012-01-04 Fariborz JahanianIn non-gc, non-arc mode, property of 'Class' type
2012-01-03 Eli FriedmanGet rid of an unnecessary check; the AST for init-lists...
2012-01-03 Ted KremenekEnhance UnixAPIChecker to also warn about zero-sized...
2012-01-03 Douglas GregorMinor tweak to name lookup for C/Objective-C: after...
2012-01-03 Douglas GregorTest "merging" of typedef types across distinct modules...
2012-01-03 Eli FriedmanSupport constant evaluation for OpenCL nested vector...
2012-01-03 Ted KremenekAdd initial version of checker to check if virtual...
2012-01-03 David ChisnallInitialise constant Objective-C string isa pointers...
2012-01-03 Fariborz Jahanianobjc: diagnose misplacement of objc_suppress_autosynthesis
2012-01-03 Chad RosierFixed by Chandler in r147434.
2012-01-03 Douglas GregorImplement cross-module declaration merging for tag...
2012-01-03 Ted KremenekForce set-xcode-analyzer to use the system version...
2012-01-03 Douglas GregorAdd __has_feature(objc_modules)
2012-01-03 Douglas GregorAdd a test for the driver-level -fmodules/-fno-modules...
2012-01-03 Ted KremenekAdd test case for PR 9774, which got fixed along the...
2012-01-03 Abramo BagnaraAdded testcases for -Wdisabled-macro-expansion.
2012-01-03 Douglas GregorRe-uglify #public and #private to #__public_macro and...
2012-01-03 Fariborz Jahanianobjc: use objc_suppress_autosynthesis attribute on...
2012-01-03 Douglas GregorEliminate the uglified keyword __import_module__ for...
2012-01-03 Joerg SonnenbergerDon't depend on undefined macros being 0, there are...
2012-01-03 Fariborz Jahanianobjc: introduce objc_suppress_autosynthesis class
2012-01-03 Douglas GregorUnder -fmodules, accept #public <macroname> and #privat...
2012-01-03 Douglas GregorIntroduce a non-uglified syntax for module imports...
2012-01-03 Douglas GregorDon't attempt to merge a deserialized declaration with...
2012-01-03 Douglas GregorFactor the merging of declarations in the AST reader...
2012-01-03 Douglas GregorAdd -fno-modules to the driver, to turn off modules...
2012-01-03 Douglas GregorAdd a "Modules" language option, which subsumes the...
2012-01-03 Douglas GregorRename the command-line option for mapping #include...
2012-01-03 Rafael EspindolaProcess attributes in explicit template instatiation...
next