]> granicus.if.org Git - clang/shortlog
clang
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.
2012-05-01 David BlaikieRemove variables made dead by r155923
2012-05-01 Chad RosierGet rid of storelv4si builtin as it can be expressed...
2012-05-01 Ted KremenekRemove dead code found by static analyzer.
2012-05-01 Ted KremenekPush variable declaration into nested scope (the only...
2012-05-01 Fariborz Jahanianmodern objective-c translation of private ivars.
2012-05-01 John McCallRestructure some of the member-pointer tests, implicitly
2012-05-01 James MolloyUnify Options.td and CC1Options.td, in a first step...
2012-05-01 Benjamin KramerMake some helper functions static.
2012-05-01 NAKAMURA Takumiclang/test/CodeGenCXX: Fix two tests, destructors.cpp...
2012-05-01 NAKAMURA Takumiclang/test/Rewriter: Remove XFAIL and add -U__declspec...
2012-05-01 NAKAMURA Takumiclang/test/Rewriter/rewrite-modern-extern-c-func-decl...
2012-05-01 John McCallAdd a disclaimer to the new test, plus a user-declared...
2012-05-01 John McCallAdd support for laying out vtordisps according to our...
2012-05-01 Abramo BagnaraFix compilation with mingw-w64.
2012-05-01 Craig TopperEnable AVX on AMD Bulldozer processors.
2012-05-01 John McCallAbstract the emission of global destructors into ABI...
2012-05-01 David BlaikiePR12710 - broken default argument handling for templates.
2012-05-01 Ted KremenekPlace several uncovered warnings under warning flags...
2012-05-01 John McCallRemove some not-very-stable assumptions from this testcase.
2012-05-01 Ted KremenekTeach RetainCountchecker about IORegistryEntrySearchCFP...
2012-05-01 John McCallRefactor the C++ ABI code a little bit to take advantage of
next