]> granicus.if.org Git - clang/shortlog
clang
2009-11-10 Daniel DunbarCleanup some clang-cc FIXMEs
2009-11-10 Daniel DunbarAdd CompileOptions to CompilerInvocation.
2009-11-10 John McCallFix a similar problem with qualified lookup through...
2009-11-10 John McCallMake a somewhat more convincing test case for unqualifi...
2009-11-10 Zhongxing XuIgnore parentheses when check the type of the expr.
2009-11-10 John McCallSimple test case for [basic.lookup.udir].
2009-11-10 Zhongxing XuSizeofPointerChecker: Many false positives have the...
2009-11-10 Mike StumpAdd vtable caching to prevent multiple vtables for...
2009-11-10 John McCallFix unqualified lookup through using directives.
2009-11-10 Anders CarlssonWhen trying to assign a regular string literal to an...
2009-11-10 Anders CarlssonDon't try to emit null fixit hints.
2009-11-10 Zhongxing XuNow we can safely use the argument expression's source...
2009-11-10 Zhongxing XuSizeofPointerChecker: If an explicit type specifier...
2009-11-10 Anders CarlssonUse PP.getLocForEndOfToken as suggested by John.
2009-11-10 Zhongxing XuUse the source range of the whole sizeof expression...
2009-11-10 Anders CarlssonIf a function with a default argument is redefined...
2009-11-10 Anders CarlssonUpdate xode project.
2009-11-10 Zhongxing XuAdd test case for PointerSubChecker.
2009-11-10 Zhongxing XuRefine PointerSubChecker: compare the base region inste...
2009-11-10 Mike StumpBe sure to clear out VCall when we clear out VCalls.
2009-11-10 Zhongxing XuRename: StripCasts describes what it does better.
2009-11-10 Mike StumpFinish off mangling for the VTT.
2009-11-10 Mike StumpAdd mangling for the construction vtable.
2009-11-10 Jeffrey YasskinFix clang's use of DenseMap iterators after r86636...
2009-11-10 Daniel DunbarSimplify, following MemoryBuffer::getSTDIN API fix.
2009-11-10 Daniel DunbarSwitch to getFileOrSTDIN().
2009-11-10 Daniel DunbarRemove some if-0'd code, we can resurrect this if we...
2009-11-10 Douglas GregorMove all of the type-printing logic to its own C++...
2009-11-09 Daniel DunbarAdd PreprocessorOptions to CompilerInvocation.
2009-11-09 Daniel DunbarPrivatize InitHeaderSearch, this functionality is only...
2009-11-09 Daniel DunbarMove LangOptions, HeaderSearchOptions, and the target...
2009-11-09 Daniel DunbarSwitch Target* to Target&.
2009-11-09 Daniel DunbarAdd default initializer for Sysroot ivar.
2009-11-09 Daniel DunbarChange clang-cc to expect that all inputs have the...
2009-11-09 Daniel Dunbar(llvm up) Convert clang-cc.cpp:GetLanguage to StringSwitch.
2009-11-09 Mike StumpEnable the use of the new llvm objectsize intrinsic.
2009-11-09 Fariborz JahanianFurther change in a comment.
2009-11-09 Fariborz JahanianRemoved a FIXME on nested type specifier warning.
2009-11-09 Fariborz JahanianChanged error for nested type qualifier mismatch to
2009-11-09 Douglas GregorMake sure that Type::getAs<ArrayType>() (or Type::getAs...
2009-11-09 Ted KremenekRemove stale FIXME.
2009-11-09 Douglas GregorMake sure that we look into nested, transparent declara...
2009-11-09 Fariborz JahanianFor array pointee type, get its cvr qualifier from
2009-11-09 Daniel DunbarAdd CompilerInvocation object, to capture all the optio...
2009-11-09 Eli FriedmanStub out a few more warning groups.
2009-11-09 Benjamin KramerFix build after r86579.
2009-11-09 Douglas GregorMake sure that we instantiate default function argument...
2009-11-09 Eli FriedmanAdd additional note to mark the cause of synthesized...
2009-11-09 Douglas GregorImprove instantiation of default template arguments...
2009-11-09 Benjamin KramerFactor CXString creation into a helper method.
2009-11-09 Eli FriedmanAdd code generation test for r86500.
2009-11-09 Fariborz JahanianTest case for Sean Hunt's patch which I left out.
2009-11-09 Eli FriedmanAdd support for cdecl attribute. (As far as I know...
2009-11-09 Douglas GregorSlightly more testing for instantiation of non-type...
2009-11-09 Benjamin KramerWriting to a struct passed by value is pointless. Remov...
2009-11-09 Douglas GregorImprove c-index-test's parsing of the -code-completion...
2009-11-09 Anders CarlssonAdd a triple to try to fix the buildbot error.
2009-11-09 Steve NaroffIntroduce CXString type and associated functions clang_...
2009-11-09 Anders Carlsson__uint128_t is indeed an unsigned integer type. Fixes...
2009-11-09 Douglas GregorWhen transforming an InitListExpr, if we already comput...
2009-11-09 Douglas GregorC doesn't allow mixing declarations and statements...
2009-11-09 Douglas GregorSimplify test to deal with type-based ordering variations
2009-11-09 Douglas GregorVerify that code-completion is at least a little bit...
2009-11-09 Douglas GregorMinor cleanup for CIndex-based code-completion:
2009-11-09 Douglas GregorFix a broken link
2009-11-09 Zhongxing Xuupdate test case.
2009-11-09 Zhongxing XuAdd check for pointer arithmetic on non-array variables.
2009-11-09 Zhongxing XuAdd check for obsolete function call of getpw().
2009-11-09 Zhongxing Xuremove redundant file name in CMakeLists.txt.
2009-11-09 Zhongxing Xuupdate CMakeList.txt
2009-11-09 Daniel DunbarUpdate CMake
2009-11-09 Zhongxing XuAdd comments.
2009-11-09 Zhongxing XuAdd checker for CWE-588: Attempt to Access Child of...
2009-11-09 Daniel DunbarUpdate CMake
2009-11-09 Zhongxing XuPut all long strings in 80-col.
2009-11-09 Zhongxing XuAdd checker for CWE-587: Assignment of a Fixed Address...
2009-11-09 Zhongxing XuAdd checker for CWE-469: Use of Pointer Subtraction...
2009-11-09 Eli FriedmanRearrange function to avoid recursive use-after-free.
2009-11-09 Eli FriedmanExplicitly note that pre-inc/dec lvalues are not suppor...
2009-11-09 Zhongxing XuRemove dead code.
2009-11-09 Chris Lattnerfix thinko
2009-11-09 Eli FriedmanAdd hack to make the given testcase work. As far as...
2009-11-09 Chris Lattnermention that clang defaults to C99 mode, PR5388
2009-11-09 Chris Lattnerremove a mostly obsolete "word of warning"
2009-11-09 Zhongxing XuAdd a test case for CWE-467, and simplify the wording...
2009-11-09 Daniel DunbarRename areAllFields32Or64BitBasicType to canExpandIndir...
2009-11-09 Eli FriedmanRemove a useless variable that got left behind.
2009-11-09 Eli FriedmanUnify the codepaths used to verify base and member...
2009-11-08 Eli FriedmanFix use-after-free bug.
2009-11-08 Benjamin KramerUpdate CMake file.
2009-11-08 Sebastian RedlSpecial-case default argument expression in instantiati...
2009-11-08 Zhongxing XuAdd a checker for CWE-467: Use of sizeof() on a Pointer...
2009-11-08 Sebastian RedlWhen checking the namespace of a redeclaration or defin...
2009-11-08 Sebastian RedlDon't reprocess non-dependent initializers of non-depen...
2009-11-08 Edward O'CallaghanFix for FreeBSD toolchain in regards to CPP, Credit...
2009-11-08 Daniel DunbarAdd clarifying parens.
2009-11-08 Daniel DunbarSimplify.
2009-11-08 Daniel DunbarRevert unintentional change to this file.
2009-11-08 Sean HuntTest commit - minor terminology change to my recent...
2009-11-08 Douglas GregorAlways make sure we're using an unqualified type when...
next