]> granicus.if.org Git - clang/shortlog
clang
2012-05-04 Sean CallananIsTailPaddedMemberArray uses a FieldDecl's
2012-05-04 Argyrios Kyrtzidis[PCH] Use DenseMap instead of std::map to keep track...
2012-05-04 Anna Zaks[analyzer]Fixup r156134: Handle the case when FunctionD...
2012-05-04 Douglas GregorMove Sema::RequireNonAbstractType() off of PartialDiagn...
2012-05-04 Douglas GregorSwitch RequireLiteralType() off of PartialDiagnostic.
2012-05-04 Douglas GregorMove Sema::RequireCompleteType() and Sema::RequireCompl...
2012-05-04 DeLesley HutchinsThread safety analysis: check for LOCKABLE attribute...
2012-05-04 Chad RosierStringRefize code because we're good even when we crash.
2012-05-04 James MolloyAdd a predefine __WINT_UNSIGNED__, similar to __WCHAR_U...
2012-05-04 James MolloyFix handling of wint_t - we can't assume wint_t is...
2012-05-04 Jean-Daniel... Fix -Wlarge-by-value-copy option handling in the driver.
2012-05-04 Alexey SamsonovThis patch adds a new Clang compiler flag "-gline-table...
2012-05-04 NAKAMURA Takumitest/PCH/remap-file-from-pch.cpp: Fix expression for...
2012-05-04 Bob WilsonRemove obsolete code for finding a fallback iOS SDK...
2012-05-04 Richard TrieuSkip checking for infinite for-loops if there are globa...
2012-05-04 Argyrios Kyrtzidis[PCH] Really, pinky swear, fix for PR12689
2012-05-04 Argyrios Kyrtzidis[libclang] Bring back BodyIndexer::TraverseCXXOperatorC...
2012-05-04 Argyrios KyrtzidisMake RecursiveASTVisitor fully data recursive on Stmts...
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.
next