]> granicus.if.org Git - clang/shortlog
clang
2011-08-17 Francois PichetAdd serialization support for ClassScopeFunctionSpecial...
2011-08-17 Argyrios Kyrtzidis[python] Add support for CXType to python bindings.
2011-08-17 Argyrios Kyrtzidis[libclang] Make clang_getCursor able to handle location...
2011-08-17 Argyrios KyrtzidisMake Lexer::GetBeginningOfToken able to handle macro...
2011-08-17 Argyrios KyrtzidisIntroduce SourceManager::getMacroArgExpandedLocation...
2011-08-17 Argyrios KyrtzidisMake SourceManager::isBeforeInTranslationUnit handle...
2011-08-17 Argyrios Kyrtzidis[PCH] When writing out ExpansionInfo, make sure we...
2011-08-16 Chandler CarruthSwitch this code to use the more idiomatic 'dyn_cast...
2011-08-16 Eric ChristopherMigrate test from llvm/test/FrontendC++.
2011-08-16 Eric ChristopherMigrate from llvm/test/FrontendC++ and FileCheckize.
2011-08-16 Eric ChristopherMigrate from llvm/test/FrontendC++.
2011-08-16 Eric ChristopherMigrate test from llvm/test/FrontendC++ and FileCheckize.
2011-08-16 Eric ChristopherMigrate test from llvm/test/FrontendC++.
2011-08-16 Eric ChristopherMigrate from llvm/test/FrontendC++.
2011-08-16 Eric ChristopherMigrate from llvm/test/FrontendC++.
2011-08-16 Eric ChristopherMigrate test from llvm/test/FrontendC++.
2011-08-16 Eric ChristopherMigrate from llvm/test/FrontendC++.
2011-08-16 Eric ChristopherMigrate varargs.cpp from llvm/test/FrontendC++.
2011-08-16 Eric ChristopherMigrate weak-external.cpp from llvm/test/FrontendC++.
2011-08-16 Eric ChristopherMigrate x86-64-abi-sret-vs-2word-struct-param.cpp from
2011-08-16 Eric ChristopherMigrate thunk-linkonce-odr.cpp from llvm/test/FrontendC++.
2011-08-16 Ted Kremenek[analyzer] teach ExprEngine about loads from static...
2011-08-16 Jordy Rose[analyzer] Overhaul of checker registration in preparat...
2011-08-16 Devang PatelRobustify test, there is no need to check metadata...
2011-08-16 Devang PatelFinalize debug info after all deferred globals are...
2011-08-16 Anna ZaksMacOSKeychainAPIChecker: Turn it on by default.
2011-08-16 Jim GrosbachUpdate createMCAsmParser() to match r137735.
2011-08-16 Anna ZaksMacOSKeychainAPIChecker: Do not report double allocatio...
2011-08-16 Ted Kremenek[analyzer] Enhance ConditionVisitor to handle arbitrary...
2011-08-16 NAKAMURA TakumiCMake: "clang-test" may not depend on check.deps.
2011-08-16 Ted Kremenek[analyzer] fix operation inversion calculation in Condi...
2011-08-16 Ted Kremenek[analyzer] Enhance ConditionVisitor to understand eager...
2011-08-16 Ted Kremenek[analyzer] add ExprEngine::getEagerlyAssumedTags()...
2011-08-16 Ted Kremenek[analyzer] Remove PostStmtCustom ProgramPoint. It...
2011-08-15 Argyrios KyrtzidisFix tests for non-darwin hosts.
2011-08-15 Eric ChristopherMove test from llvm/test/FrontendCXX and update.
2011-08-15 Anna ZaksMacOSKeychainAPIChecker: The security API/memory leak...
2011-08-15 Ted KremenekAdd ProgramState.cpp.
2011-08-15 Ted KremenekAdd missing header files.
2011-08-15 Devang PatelUse new DIBuilder::finalize() at the end to wrap up...
2011-08-15 Eric ChristopherFileCheckize this test.
2011-08-15 Argyrios Kyrtzidis[libclang] Require explicit cursor visitation for all...
2011-08-15 Eric Christopher'pure' and 'const' functions should also be marked...
2011-08-15 Ted KremenekTake 2 (take 3?) at removing derelict clang.xcodeproj...
2011-08-15 Ted KremenekRename GRState to ProgramState, and cleanup some code...
2011-08-15 Argyrios KyrtzidisFix the buildbot test.
2011-08-15 Richard SmithTrack in the AST whether a function is constexpr.
2011-08-15 Bob WilsonMake -findirect-virtual-calls and -fterminated-vtables...
2011-08-15 Bob WilsonRemove duplicate option.
2011-08-15 Argyrios Kyrtzidis[libclang] Handle AttributedTypeLoc for cursor visitati...
2011-08-15 Anna ZaksMacOSKeychainAPIChecker: Use llvm::SmallString instead...
2011-08-15 Matt Beaumont-GayAdd fixit notes for -Wconstant-logical-operand.
2011-08-15 Douglas GregorTeach reference initialization from the result of a...
2011-08-14 Francois Pichetfix typo in test.
2011-08-14 Francois PichetAnother typo found by Nico; Doug also warned me about...
2011-08-14 Francois PichetFix typo.
2011-08-14 Eli FriedmanFix r137086 to actually work properly in general. ...
2011-08-14 Francois PichetImplement function template specialization at class...
2011-08-14 NAKAMURA TakumiFix "Uninitialized" warnings on g++-4.4.
2011-08-13 Bob WilsonReject -mkernel for i386/Darwin C++ code; fall back...
2011-08-13 Nico WeberAdd support of -x objc-cpp-output, -x objc++-cpp-output...
2011-08-13 Nico WeberAccept -x objc++-cpp-output as an alias for -x objectiv...
2011-08-13 Jeffrey YasskinFix C++0x narrowing conversion errors in Clang.
2011-08-13 Bob WilsonMove handling of vget_lane/vset_lane before the code...
2011-08-13 Anna ZaksMacOSKeychainAPIChecker: Test all APIs.
2011-08-12 Chad Rosier[driver] Make sure to update the iterator end when...
2011-08-12 Ted KremenekCleanup various declarations of 'Stmt*' to be 'Stmt...
2011-08-12 Eli FriedmanUpdate clang tests for r137527.
2011-08-12 Chad Rosier[driver] When generating clang failure diagnostics...
2011-08-12 Chad RosierReturn the proper type for objects when given a .o...
2011-08-12 Ted KremenekDocument purpose of ProgramPointTag::getTagKind().
2011-08-12 Ted Kremenek[analyzer] change "tag" in ProgramPoint from "void...
2011-08-12 Anna ZaksMacOSKeychainAPIChecker: If the allocated data address...
2011-08-12 Chad Rosier[driver] Refactor a bit to enable a few fixes when...
2011-08-12 Anna ZaksMacOSKeychainAPIChecker:
2011-08-12 Jordy Rose[analyzer] Nitpicks on Olaf's patch, which I meant...
2011-08-12 Anna ZaksMacOSKeychainAPIChecker: There is no need to use Symbol...
2011-08-12 Jeffrey YasskinConversions to bool count as integer conversions for...
2011-08-12 Fariborz Jahanianmetadata generated by the compiler does not include...
2011-08-12 Ted KremenekPlace err_cfstring_literal_not_string_constant and...
2011-08-12 Ted KremenekPlace diagnostic warn_stringcompare under the "-Wstring...
2011-08-12 Ted KremenekPlace warnings related to incorrect "main()" declaratio...
2011-08-12 Ted KremenekAdd -Wtypename-missing flag for diagnostic warn_typenam...
2011-08-12 Ted Kremenek[analyzer] Introduce new MemRegion, "TypedValueRegion...
2011-08-12 Richard SmithFix some comments.
2011-08-12 Chris Lattnerswitch clang to use the new-new way of creating llvm...
2011-08-12 Douglas GregorOverriding the predefined Protocol isn't something...
2011-08-12 Ted KremenekRevert "Fix crash in CFGBuilder involving implicit...
2011-08-12 Douglas GregorSwitch the __int128_t and __uint128_t types over to...
2011-08-12 NAKAMURA Takumidocs/doxygen.css: Import .memitem, .memproto and .memdo...
2011-08-12 Douglas GregorSwitch the Objective-C 'SEL' type over to a predefined...
2011-08-12 Douglas GregorSwitch the Objective-C 'Class' type over to a predefine...
2011-08-12 NAKAMURA TakumiDe-Unicode-ify.
2011-08-12 Douglas GregorMove the creation of the predefined typedef for Objecti...
2011-08-12 Craig TopperFix a raw string literal test case to actually use...
2011-08-12 Ted KremenekFix crash in CFGBuilder involving implicit destructor...
2011-08-12 Craig TopperFix a couple raw string literal tests
2011-08-12 Akira HatanakaAlignment of a va_arg must be at least as large as...
2011-08-12 NAKAMURA Takumiinclude/clang/Config/config.h.cmake: Reorder and reword...
2011-08-12 Akira HatanakaAdd definition of a static member of a class.
next