]> granicus.if.org Git - clang/shortlog
clang
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.
2011-08-12 Douglas GregorCollapse ASTWriter::WriteASTChain into ASTWriter::Write...
2011-08-12 Bill WendlingRemove extra semicolons.
2011-08-12 Nick LewyckyThe diagtool registration system tries to use a global...
2011-08-12 Anna ZaksOptimizations for Dependent Symbol tracking (as per...
2011-08-12 Douglas GregorIn the serialized AST format, make the translation...
2011-08-11 Argyrios KyrtzidisFix a PCH crash bug where we kept a reference inside...
2011-08-11 Ted Kremenekscan-build: enable C++ support by default.
2011-08-11 Richard TrieuThe current warning in -Wnull-arithmetic for comparison...
2011-08-11 Douglas GregorWhen initializing a context from a particular AST file...
2011-08-11 Ted KremenekAdd diagtool-based test where we enforce that no additi...
2011-08-11 Douglas GregorThe AST reader and writer don't need accessors for...
2011-08-11 Douglas GregorEncapsulate the Objective-C id/Class/SEL "redefinition...
2011-08-11 Sean CallananExtended the AST importer to support ParenTypes.
2011-08-11 Anna ZaksAnalyzer Core: Adding support for user-defined symbol...
2011-08-11 Craig TopperAdd tests for string literal concatenation.
2011-08-11 Craig TopperRaw string followup. Pass a couple StringRefs by value.
2011-08-11 Craig TopperUpdate C++0x status page to reflect support for raw...
2011-08-11 Craig TopperAdd support for C++0x raw string literals.
2011-08-11 John McCallSimplify EH control flow by observing that EH scopes...
2011-08-11 Anna ZaksMake SymbolManager comments doxygen friendly.
2011-08-11 Anna ZaksCleanup: remove CleanedSate member and GetState() wrapp...
2011-08-10 Anna ZaksCleanup: remove GetState() wrapper from ExprEngine...
2011-08-10 Anna ZaksAnalyzer Core: In checkDeadSymbols checker callback...
2011-08-10 Richard TrieuRefactoring of DiagnoseBitwisePrecedence() in SemaExpr...
2011-08-10 Douglas GregorWhen performing the lookup in the current scope for...
2011-08-10 Argyrios Kyrtzidis[arcmt] When checking whether properties needs to be...
2011-08-10 Argyrios Kyrtzidis[libclang] When pointing at an objc property don't...
2011-08-10 Kaelyn UhrainAdd the new unit test that I managed to leave out of...
2011-08-10 Kaelyn UhrainAdd a test case for the divide-by-zero fix in r137234
2011-08-10 Kaelyn UhrainMake sure ptrarith_typesize is at least 1 to avoid...
2011-08-10 Richard SmithRenamings to consistently use 'Constexpr' not 'ConstExp...
2011-08-10 Fariborz Jahanianobjective-c: Using existing infrastructure for finding
2011-08-10 Douglas GregorExpand test of C++0x [class.copymove]p15 to make sure...
2011-08-10 Douglas GregorWhen adding the base and member initializers for an...
2011-08-10 Douglas GregorSwitch a C-style cast over to a const_cast. No function...
2011-08-10 Douglas GregorUpdate a comment to match the recently-changed code
2011-08-10 Douglas GregorFor the availability attribute, allow a declaration...
2011-08-10 Douglas GregorRewrite default initialization of anonymous structs...
2011-08-10 John McCallChange an assert into a check. I'm pretty sure there...
2011-08-10 John McCallFormatting.
2011-08-09 Eli FriedmanRevert bad change. (It may look equivalent, but it...
2011-08-09 Caitlin SadowskiThread Safety: Added basic argument parsing for all...
2011-08-09 Eli FriedmanCleanup; no functionality change.
2011-08-09 Douglas GregorMove the creation of the record type for the state...
next