]> granicus.if.org Git - clang/shortlog
clang
2012-05-03 Anna Zaks[analyzer] Assume pointer escapes when a callback is...
2012-05-03 Anna Zaks[analyzer] Allow pointers escape through calls containi...
2012-05-03 Chandler CarruthFix non-deterministic iteration order when walking...
2012-05-03 Bob WilsonAdd a test for r156092.
2012-05-03 Douglas GregorInline DenseMapInfo<clang::DeclarationName>::getHashVal...
2012-05-03 Fariborz Jahanianobjc modern translator: fix up attribute for dynamic...
2012-05-03 Douglas GregorSplit DeclarationName::getFETokenInfoAsVoid() into...
2012-05-03 Fariborz Jahanianmodern objc translator: support for default property
2012-05-03 Stephen CanonAdd support for full-width 128-bit integer literals.
2012-05-03 Chad Rosier[driver - crash diagnostics] Convert the flags back...
2012-05-03 Richard SmithUse the standard values for the __cplusplus macro,...
2012-05-03 Argyrios Kyrtzidis[PCH] When validating that the files coming from PCH...
2012-05-03 Fariborz Jahanianmodern objc translator: used size_t in couple
2012-05-03 Chad RosierUse array_lengthof instead of sizeof trickery.
2012-05-03 Douglas GregorDo not keep track of the set of visited Objective-C...
2012-05-03 Fariborz Jahanianmodern objc translation. objc_getClass() and objc_getM...
2012-05-03 Chad Rosier[driver - crash diagnostics] Only write the failing...
2012-05-03 Richard SmithFix typo and avoid layout issue with almost-but-not...
2012-05-03 Richard SmithMinor copy-edits to clang::fallthrough attribute docume...
2012-05-03 Chad RosierCanonicalize loop.
2012-05-03 Bob WilsonDisable -Wformat-extra-args for arguments defined in...
2012-05-03 Kaelyn UhrainSilence unused-variable warning when assertions are...
2012-05-03 Peter CollingbourneHonour CLANG_BUILD_EXAMPLES correctly, by setting the...
2012-05-03 Jordy Rose[analyzer] When promoting constant integers in a compar...
2012-05-03 Richard SmithRemove diagnostic groups and DefaultIgnore from notes.
2012-05-03 Richard SmithAdd -Wimplicit-fallthrough warning flag, which warns...
2012-05-03 Anna Zaks[analyzer] CString Checker: Do not split the path unles...
2012-05-03 Richard SmithFix a couple of cases of (innocuous) unmarked fallthrou...
2012-05-03 Argyrios KyrtzidisIn StringLiteralParser::init, make sure we emit an...
2012-05-03 Chad Rosier[driver crash diagnostics] Remove more flags that refer...
2012-05-03 Fariborz Jahanianobjective-c: warn for properties being default synthesized
2012-05-03 David BlaikieCorrectly constify clang::CXXMemberCallExpr::getRecordD...
2012-05-03 Simon AtanasyanTest case Clang::Driver/debug-options-as.c depends...
2012-05-03 Jordy Rose[analyzer] Equality ops are like relational ops in...
2012-05-03 Jordy Rose[analyzer] Fix RUN line and general cleanup for additiv...
2012-05-03 Bob WilsonRip out old code for finding libraries in GCC's directo...
2012-05-03 Argyrios Kyrtzidis[PCH] Clear switch case IDs when deserializing a objc...
2012-05-03 Anna Zaks[analyzer] Conjure a symbol to ensure we can identify...
2012-05-03 Anna Zaks[analyzer] Do not assert on constructing SymSymExpr...
2012-05-03 Anna Zaks[analyzer] Add a complexity bound on history tracking.
2012-05-03 Anna Zaks[analyzer] Revert the functional part of r155944.
2012-05-03 John McCallMerge x86-64-abi-sret-vs-2word-struct-param.cpp into...
2012-05-03 Richard TrieuFix a note without a SourceLocation.
2012-05-03 Argyrios KyrtzidisIn StringLiteralParser::init(), fail gracefully if...
2012-05-02 Fariborz Jahanianmodern objective-c translator: Fix destructor def.
2012-05-02 Richard TrieuAdd commas to for loop warning to separate variable...
2012-05-02 Richard SmithRevert most of r154844, which was disabled in r155975...
2012-05-02 DeLesley HutchinsThread safety analysis: additional support for smart...
2012-05-02 David BlaikieFix some doxycomments using \class instead of \brief.
2012-05-02 Anders Waldenborg[python] Add testcase for annotation cursor
2012-05-02 Anders Waldenborg[python] Add Cursor.enum_value wrapping clang_getEnumCo...
2012-05-02 Rafael EspindolaWalk the decls looking for the last one that has an...
2012-05-02 Anders Waldenborg[python] Add testcase for enum with specified underlayi...
2012-05-02 Anders Waldenborg[python] Run tests for c++ with std=c++11
2012-05-02 Anders Waldenborg[python] Fix warning in c-code inside testcase
2012-05-02 DeLesley HutchinsThread Safety Analysis: fixed attribute handling for...
2012-05-02 Fariborz JahanianModern objective-c translation: Fixing couple of bugs
2012-05-02 Douglas GregorReplace the StringSwitch in AttributeList::getKind...
2012-05-02 Douglas GregorIntroduce the notion of 'ignored' attributes, so that...
2012-05-02 Douglas GregorIntroduce the notion of an attribute that has no direct...
2012-05-02 David BlaikieFix same line doxycomments so they comment the adjacent...
2012-05-02 Douglas GregorImplement the alternate spellings of attributes aligned...
2012-05-02 Benjamin KramerDriver: Turn the default value for -fmath-errno into...
2012-05-02 Douglas GregorRevert my optimization to AttributeList::getKind()...
2012-05-02 Douglas GregorReplace a ConsumeAnyToken() call with ConsumeToken...
2012-05-02 Douglas GregorReplace the StringSwitch in AttributeList::getKind...
2012-05-02 James MolloyFix forwarding of -fpack-struct from driver to CC1...
2012-05-02 John McCallDon't try to instantiate std::list at an incomplete...
2012-05-02 Andrew TrickFix cmake. Remaining two ClangCC1Options deps.
2012-05-02 Richard SmithDisable our non-standard delayed parsing of exception...
2012-05-02 Andrew TrickSpeculatively fix windows cmake builders.
2012-05-02 Ted KremenekRefine analyzer diagnostics by adding an expression...
2012-05-02 Richard SmithUnrevert r155951, reverted in r155962, with two changes:
2012-05-02 Anna Zaks[analyzer] RetainRelease: Self assignment should not...
2012-05-02 Kaelyn UhrainTry harder to recognize hidden tag type names in potent...
2012-05-02 Anna Zaks[analyzer] Fix an assertion failure triggered by the...
2012-05-02 Anna Zaks[analyzer] Fix the 'ptr = ptr' false negative in the...
2012-05-01 Andrew TrickRevert "Fix RecursiveASTVisitor's data recursion to...
2012-05-01 Douglas GregorEliminate Sema::CompareMethodParamsInBaseAndSuper(...
2012-05-01 Douglas GregorThe semantic checking that verifies whether an Objectiv...
2012-05-01 Eli FriedmanAdd a missing RequireCompleteType call when synthesizin...
2012-05-01 Argyrios KyrtzidisUtilize getLocStart()/getLocEnd() on my recent change.
2012-05-01 Richard SmithFix RecursiveASTVisitor's data recursion to call the...
2012-05-01 Ted KremenekTeach SValBuilder to handle casts of symbolic pointer...
2012-05-01 Patrick BeardClean up changes suggested by Douglas Gregor:
2012-05-01 David BlaikieFix test cases broken by 155936.
2012-05-01 Anna Zaks[analyzer] Test case reported for a reported false...
2012-05-01 Anna Zaks[analyzer] Construct a SymExpr even when the constraint...
2012-05-01 Rafael EspindolaExtend the error about incompatible visibility attribut...
2012-05-01 Douglas GregorWe don't need a lengthy quote from the wrong standard.
2012-05-01 Douglas GregorAdd test cases for r155935.
2012-05-01 Douglas GregorRevert r155933
2012-05-01 David BlaikieWorkaround a miscompile in 483.xalancbmk while we figur...
2012-05-01 John McCallDuring block layout, after padding up to the max field...
2012-05-01 Patrick BeardDiagnostics should start with a lower-case letter.
2012-05-01 Douglas GregorIn C++11 mode, implement the C++11 semantics for
2012-05-01 Douglas GregorFix CMake build
2012-05-01 John McCallTest verified.
2012-05-01 Chad RosierSpacing.
2012-05-01 David BlaikieImplement simplify_type traits for redecl_iterator.
next