]> granicus.if.org Git - clang/shortlog
clang
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...
2009-11-08 Daniel DunbarMove a function which returns a class outside of extern...
2009-11-08 Daniel DunbarCIndex: Add temporary hack to leak memory instead of...
2009-11-08 Daniel DunbarDrop require_and_and argument.
2009-11-08 Daniel DunbarRemove RUN: true lines.
2009-11-08 Daniel DunbarMove test/Index input files into a sub directory (not...
2009-11-08 Daniel DunbarEliminate &&s in tests.
2009-11-07 Daniel DunbarRework site config for cmake to be generated at configu...
2009-11-07 Daniel DunbarTweak a FIXME.
2009-11-07 Anders CarlssonHandle member expressions where the member declaration...
2009-11-07 Anders CarlssonMore LValue related code cleanup.
2009-11-07 Anders CarlssonMore cleanup, the code is much easier to follow now.
2009-11-07 Anders CarlssonReduce nesting, no functionality change.
2009-11-07 Anders CarlssonWe only need to call SetObjCNonGC for local variables...
2009-11-07 Anders CarlssonChange EmitPointerToDataMemberLValue to take a FieldDec...
2009-11-07 Fariborz JahanianPatch to gives an error that at least points users...
2009-11-07 Chris Lattnercommit test update
2009-11-07 Chris Lattnerteach the various targets what native integer types...
2009-11-07 Daniel DunbarFix some build warnings.
2009-11-07 Daniel DunbarAdd some missing libraries for CMake as well.
2009-11-07 Daniel DunbarAdd some missing libraries.
2009-11-07 Douglas GregorCope with calls to operator() templates. Fixes PR5419.
2009-11-07 Chris Lattneradd missing #include
2009-11-07 John McCallSupport -Wshorten-64-to-32 for integer types only,...
2009-11-07 Anders CarlssonAdd bug number.
2009-11-07 John McCallImprove -Wconversion by permitting binary operations...
2009-11-07 Anders CarlssonDon't treat variables with non-trivial ctors or dtors...
next