]> granicus.if.org Git - clang/shortlog
clang
2011-08-18 Bruno Cardoso... "-mavx" should also enable all other SSE levels.
2011-08-18 Francois PichetDowngrade "err_init_list_variable_narrowing" into a...
2011-08-17 Ted KremenekAdd experimental -Wstrlcpy-size warning that looks...
2011-08-17 Anna ZaksAdd more comments for BugReport.
2011-08-17 Anna ZaksRemove DiagBugReport by pulling it into its parent...
2011-08-17 Chad RosierFix else style. No functionality change intended.
2011-08-17 Anna ZaksRemove EnhancedBugReport and RangedBugReport - pull...
2011-08-17 Eric ChristopherFix typo.
2011-08-17 Ted Kremenek[libclang] Workaround potential race condition with...
2011-08-17 John McCallReorganize the return-type vs. expression checking...
2011-08-17 John McCallSomehow I fouled up this test.
2011-08-17 Argyrios KyrtzidisRemove an unnecessary assignment (to InstFromD).
2011-08-17 John McCallGather cleanups correctly in block return statements.
2011-08-17 Jordy Rose[analyzer] Migrate assumption and binding handling...
2011-08-17 Ted KremenekFix incorrect code indentation and silence dead store...
2011-08-17 Douglas GregorIn the AST file format, eliminate the CHAINED_METADATA...
2011-08-17 Ted KremenekFix a handful of dead stores found by Clang's static...
2011-08-17 Anna ZaksAdd a bit more comments to the BugReporter and friends.
2011-08-17 Argyrios Kyrtzidis[libclang] Implicit objc methods are skipped, no need...
2011-08-17 Argyrios KyrtzidisMark objc methods that are implicitly declared for...
2011-08-17 Douglas GregorFix -ferror-limit= to properly emit notes following...
2011-08-17 Chad RosierFix iterator end for r137842.
2011-08-17 Chad Rosier[driver] Clang doesn't support -mkernel/-fapple-kext...
2011-08-17 Eli FriedmanAdd additional path to Linux toolchain. Patch by Will...
2011-08-17 Nico WeberAdd Gentoo gcc 4.3.4 include paths
2011-08-17 Argyrios Kyrtzidis[python] Fix bug of the SourceLocation binding.
2011-08-17 Argyrios Kyrtzidis[python] Add test_type.py by Anders Waldenborg, which...
2011-08-17 Chandler CarruthWhitelist operator== and operator!= as valid for unused...
2011-08-17 Chandler CarruthTreating the unused equality comparisons as something...
2011-08-17 Chandler CarruthFix this test which had encoded the typo fixed in r137814.
2011-08-17 Chandler CarruthDon't suggest assignment in implausible situation....
2011-08-17 Chandler CarruthIntroduce a new warning, -Wtop-level-comparison. This...
2011-08-17 Jordy RoseHook up -W[no-]analyzer-incompatible-plugin to new...
2011-08-17 Jordy RoseFix typo.
2011-08-17 Jordy Rose[analyzer] Add a warning for an incompatible plugin...
2011-08-17 Benjamin KramerSilence compiler warnings by casting object pointers...
2011-08-17 Jordy RoseDon't use BuiltinBug in analyzer plugin example.
2011-08-17 Jordy Rose[analyzer] Add some documentation for the new analyzer...
2011-08-17 NAKAMURA Takumi[MSVC] Fix a warning C4334 "'operator' : result of...
2011-08-17 Jordy Rose[analyzer] Add basic support for pluggable checkers.
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...
next