]> granicus.if.org Git - clang/shortlog
clang
2011-08-18 Kaelyn UhrainDon't accept a typo correction if the corrected identif...
2011-08-18 Ted KremenekRemove main() *errors* from warning group.
2011-08-18 Ted KremenekReapply r137903, but fix the definition of size_t in...
2011-08-18 Argyrios Kyrtzidis[libclang] Support code-completion inside macro arguments.
2011-08-18 Chad RosierTemporarily revert r137925 to appease buildbots. Origin...
2011-08-18 Anna ZaksAdd a test for checking that custom diagnostic visitors...
2011-08-18 Kaelyn UhrainRework DiagnoseInvalidRedeclaration to add the ability...
2011-08-18 Argyrios Kyrtzidis[libclang] Annotate correctly macro argument tokens.
2011-08-18 Chad RosierUse StringRef, rather than C string APIs.
2011-08-18 Manuel KlimekFixes traversal of class template nodes on template...
2011-08-18 Francois PichetAdd support for MSVC __unaligned attribute. Necessary...
2011-08-18 Chandler CarruthAlways mark friend function declarations in class templ...
2011-08-18 Douglas GregorTeach ModuleManager::addModule() to check whether a...
2011-08-18 Douglas GregorKeep track of which modules have been loaded directly...
2011-08-18 Ted KremenekRevert r137903, "Add experimental -Wstrlcpy-size warnin...
2011-08-18 Chad RosierNo seriously, remove the unsupported warning options.
2011-08-18 Anna ZaksFix a regression form r137894. Make sure the custom...
2011-08-18 Chandler CarruthRemove the last FIXMEs on -Wunused-comparison since...
2011-08-18 Chad RosierFix off by one.
2011-08-18 Chad Rosier[driver] Implement in a more table-like manner and...
2011-08-18 Ted KremenekAdd documentation on -Weverything.
2011-08-18 Ted KremenekImplement '-Weverything', which enables all warnings...
2011-08-18 Argyrios KyrtzidisFor the MacroExpands preprocessor callback, also pass...
2011-08-18 Eric ChristopherAdd some more options that aren't handled by llvm-gcc...
2011-08-18 Chad Rosier[driver] Don't generate diagnostics (i.e., preprocessed...
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.
next