]> granicus.if.org Git - clang/shortlog
clang
2010-02-19 Ted KremenekLabel examples.
2010-02-19 Ted KremenekFix link.
2010-02-19 Ted KremenekSimplify menu.
2010-02-19 Ted KremenekTweak menu.
2010-02-19 Ted KremenekAdd section on using the analyzer within Xcode.
2010-02-19 Anders CarlssonDump this-adjustments for destructors as well.
2010-02-19 Anders CarlssonAdd another test from the ABI spec.
2010-02-19 Ted KremenekAdd new intro about running scan-build.
2010-02-19 John McCallEnable -mconstructor-aliases by default on non-darwin...
2010-02-19 Ted KremenekRevert: "Change InitListExpr to allocate the array...
2010-02-19 Fariborz JahanianRemove this test for now.
2010-02-19 Douglas GregorAdd a missing break. Cocoa.h can now be merged twice...
2010-02-19 John McCallRe-introduce the ctor/dtor alias optimization, this...
2010-02-19 Douglas GregorAST import for CStyleCastExpr. With this, we can import...
2010-02-19 Douglas GregorAST import for sizeof and alignof expressions
2010-02-19 Douglas GregorAST import for DeclRefExprs
2010-02-19 Fariborz JahanianXFAIL until I can fugure out how test check for a patte...
2010-02-19 Douglas GregorXFAIL some of the c-index-test tests on Windows, where...
2010-02-19 Douglas GregorAST import of parenthesized expressions, unary operator...
2010-02-19 Ted KremenekChange InitListExpr to allocate the array for holding...
2010-02-19 Douglas GregorUse a little binary header in serialized diagnostics...
2010-02-19 Fariborz JahanianPatch removes IVars list from ObjCInterfaceDecl and
2010-02-19 Blaine Garstremove unused function & enumerations
2010-02-18 Douglas GregorTeach ASTUnit to keep track of temporary files, then...
2010-02-18 Douglas GregorRe-apply my diagnostics-capture patch for CIndex, with...
2010-02-18 Ted KremenekAllow GNU attributes to appear in an Objective-C method...
2010-02-18 Ted KremenekRevert "Sort visitor methods so we can easily tell...
2010-02-18 Ted KremenekRevert "Tidy up order of switch statement. No function...
2010-02-18 Douglas GregorRevert my CIndex diagnostic changes (r96603, 96606...
2010-02-18 John McCallRevert the ctor/dtor alias optimization for now; the...
2010-02-18 Fariborz JahanianFixed a crash specific to blocks in c++ uncovered by...
2010-02-18 Douglas GregorIntroduce debugging/testing hook clang_enableStackTrace...
2010-02-18 Douglas GregorResurrect the displayDiagnostics parameter to clang_cre...
2010-02-18 John McCallMake deleting and complete dtor variants defer to other...
2010-02-18 Douglas GregorIntroduce CIndex API functions for displaying a diagnos...
2010-02-18 Ted KremenekTidy up order of switch statement. No functionality...
2010-02-18 Ted KremenekSort visitor methods so we can easily tell what's imple...
2010-02-18 Ted KremenekChange cursor behavior for attributes to have them...
2010-02-18 Anders CarlssonAttempt to fix the 32-bit test failures.
2010-02-18 Daniel Dunbartests: Tweak %clangxx definition to something which...
2010-02-18 Douglas GregorRework how CIndex handles diagnostics. Rather than...
2010-02-18 Anders CarlssonFix another bug and add another class.
2010-02-18 Anders CarlssonAdd another class from cxx-vtable-ex.html
2010-02-18 Anders CarlssonMore work on vcall offsets.
2010-02-18 Anders CarlssonAdd tests from the Itanium C++ ABI spec.
2010-02-18 Anders CarlssonStart stubbing out vcall offset handling.
2010-02-18 Anders CarlssonStore the base offset of the final overrider in the...
2010-02-18 Anders CarlssonRemove some dead code.
2010-02-18 Benjamin KramerTry to fix the auroraux buildbot. I suspect it has...
2010-02-18 Ted KremenekAdd basic cursor traversal for attributes. We currentl...
2010-02-18 Charles DavisAlso don't warn about force_align_arg_pointer on functi...
2010-02-18 Charles DavisTwo fixes related to force_align_arg_pointer:
2010-02-18 Douglas GregorAdd some spacing in the code-completion results for...
2010-02-18 Douglas GregorTeach CMake to put the CIndex header into the Xcode...
2010-02-18 John McCallExtract out function-body code generation into its...
2010-02-18 Ted KremenekStart adding cursor kinds for attributes, with first...
2010-02-18 Ted KremenekChange the behavior of ibaction attributes to be attach...
2010-02-18 Douglas GregorAST import for character literals
2010-02-18 Douglas GregorAST import for forward declarations of Objective-C...
2010-02-18 Douglas GregorImplement import of forward declarations of Objective...
2010-02-18 Charles DavisAllow redefinitions of extern inline functions in GNU89...
2010-02-18 Douglas GregorAST import of Objective-C categories.
2010-02-18 Fariborz Jahanian__typeof should be able to handle block pointer types...
2010-02-18 Douglas GregorDon't diagnose overflow in case statements when the...
2010-02-18 Ted KremenekRecognize attributes ns_returns_not_retained and cf_ret...
2010-02-18 Ted KremenekAdd __has_feature support for attributes ns_returns_not...
2010-02-18 Ted KremenekSort @includes.
2010-02-18 Ted KremenekSort cases.
2010-02-18 Ted KremenekAdd 'ns_returns_not_retained' and 'cf_returns_not_retai...
2010-02-17 Douglas GregorFor -Wswitch-enum warnings, be sure to look through...
2010-02-17 Douglas GregorHook the "overflow converting case value to switch...
2010-02-17 Douglas GregorWhen diagnosing enumerator values outside of the range...
2010-02-17 Chris Lattnersilence warning in a cleaner way
2010-02-17 Ted KremenekAlphabetize #includes. No functionality change.
2010-02-17 Ted KremenekChange GNUInlineAttr definition to just use DEF_SIMPLE_...
2010-02-17 Douglas GregorImplement AST importing of ImplicitParamDecls, despite...
2010-02-17 Ted KremenekDon't make the inclusion of crashtracer information...
2010-02-17 Fariborz JahanianHopefully make buildbot happy.
2010-02-17 Daniel Dunbarclang: Add support for s// edit form of QA_OVERRIDE_GCC...
2010-02-17 Daniel DunbarPR5803: clang++: Treat untyped 'C' inputs as C++.
2010-02-17 Daniel Dunbartests: Add '%clangxx' substitution, for 'clang++'
2010-02-17 Fariborz JahanianPatch to remove arbitrary imporation of 'self' into
2010-02-17 Daniel DunbarFix test to not force triple, and also to not need...
2010-02-17 Fariborz JahanianDid not intend to check this in.
2010-02-17 Fariborz JahanianUse proper lexcial context for newly added ivars.
2010-02-17 Douglas GregorImplement AST merging for Objective-C properties.
2010-02-17 Anders CarlssonMake FinalOverriders handle virtual bases correctly...
2010-02-17 Fariborz JahanianAllow for declaration and use of ivars in a stand-alone
2010-02-17 Douglas GregorAST import for Objective-C protocols
2010-02-17 Zhongxing XuIn symbol reaper, a variable is live if its stack frame...
2010-02-17 Zhongxing XuFor inline-based inter-procedural analysis, we will...
2010-02-17 Zhongxing XuAdd a utility method.
2010-02-17 Ted KremenekUpdate checker build.
2010-02-17 Daniel DunbarDriver: Tweak freebsd::Link, by Roman Divacky.
2010-02-17 Daniel DunbarFix comment.
2010-02-17 Anders CarlssonHandle primary bases in AddVCallOffsets.
2010-02-17 Chandler CarruthSilence GCC warning by marking an assert-only variable...
2010-02-17 Anders CarlssonFirst cut at emitting vcall offsets.
2010-02-17 Tanya LattnerDo not add functions marked with the unused attribute...
2010-02-17 John McCallEmit complete constructors and destructors as aliases...
next