]> granicus.if.org Git - clang/shortlog
clang
2011-08-19 Anna ZaksStatic Analyzer Diagnostics: Kill the addVisitorCreator...
2011-08-19 Eric ChristopherRemove 2008-10-29-WrongOffset.cpp since it requires...
2011-08-19 Eric ChristopherMigrate 2007-10-01-StructResize.cpp from llvm/test...
2011-08-19 Eric ChristopherMigrate 2008-01-12-VecInit.cpp from llvm/test/FrontendC++.
2011-08-19 Eric ChristopherMigrate 2008-05-07-CrazyOffsetOf.cpp from llvm/test...
2011-08-19 Eric ChristopherMigrate 2008-10-29-WrongOffset.cpp from llvm/test/Front...
2011-08-19 Eric ChristopherMigrate 2009-03-17-dbg.cpp from llvm/test/FrontendC++.
2011-08-19 Eric ChristopherMigrate 2009-04-23-bool2.cpp from llvm/test/FrontendC++.
2011-08-19 Eric ChristopherRemove this test. It's failing and it's not that good...
2011-08-19 Eric ChristopherMigrate 2009-06-16-DebugInfoCrash.cpp from llvm/test...
2011-08-19 Eric ChristopherMigrate 2009-07-16-PrivateCopyConstructor.cpp from...
2011-08-19 Eric ChristopherMigrate 2009-08-05-ZeroInitWidth.cpp from llvm/test...
2011-08-19 Eric ChristopherMigrate 2009-07-16-Using.cpp from llvm/test/FrontendC++.
2011-08-19 Eric ChristopherMigrate 2009-08-11-VectorRetTy.cpp from llvm/test/Front...
2011-08-19 Eric ChristopherMigrate 2009-09-09-packed-layout.cpp test from llvm...
2011-08-19 Eric ChristopherMigrate 2009-10-27-crash.cpp from llvm/test/FrontendC++.
2011-08-19 Eric ChristopherMigrate 2009-12-23-MissingSext.cpp from test/FrontendC...
2011-08-19 Douglas GregorRemove another unused function from ModuleManager....
2011-08-19 Douglas GregorRemove unused function ModuleManager::exportLookup()
2011-08-19 Nick LewyckyDo not depend on the standard library on the system...
2011-08-19 Matt Beaumont-GayImprove the correctness and accuracy of the message...
2011-08-19 Fariborz Jahanianobjc-arc: @property definitions should default to ...
2011-08-19 Fariborz JahanianRevers r138040. Need to look at a few buildbot failures.
2011-08-19 Fariborz Jahanianobjective-c: Bring objective-c handling of decl context
2011-08-19 Ted KremenekRename -Wstrl-incorrect-size to -Wstrlcpy-strlcat-size...
2011-08-19 Benjamin KramerReflow code. No functionality change.
2011-08-19 Craig TopperWarn about and truncate UCNs that are too big for their...
2011-08-19 Douglas GregorTeach ModuleManager::addModule() to check whether a...
2011-08-19 Anna ZaksFix a memory leak in the analyzer - BugReports didn...
2011-08-19 Chandler CarruthFix the rest of the indent goofiness here.
2011-08-19 Chandler CarruthFix an egregious formatting goof.
2011-08-19 Eric ChristopherAdd a completely hacky workaround for pch kext files...
2011-08-18 Ted KremenekEnhance -Wstrl-incorrect-size to not report a FIXIT...
2011-08-18 Anna ZaksStatic Analyzer Diagnostics: Move custom diagnostic...
2011-08-18 Ted Kremenek[libclang] Remove NestedNameSpecifierVisit, as 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.
next