]> granicus.if.org Git - clang/shortlog
clang
2009-10-09 Anders CarlssonAdd CheckCallReturnType and start using it for regular...
2009-10-09 Douglas GregorDead Code Elimination
2009-10-09 Douglas GregorAdd some FIXMEs
2009-10-09 Douglas GregorExperimental, ultra-hacking Emacs minor mode for Clang...
2009-10-09 Douglas GregorMinor tweaks for code-completion:
2009-10-09 Anders CarlssonUpdate Xcode project.
2009-10-09 Devang PatelRevert 83567.
2009-10-09 John McCallRefactor the LookupResult API to simplify most common...
2009-10-09 Douglas GregorWhen declaring a friend class template, we may end...
2009-10-09 Mike StumpEfficiency refinements.
2009-10-09 Axel NaumannDo not install CMakeLists.txt (nor any other txt files...
2009-10-09 Mike StumpPush all the way out to 80.
2009-10-09 Axel NaumannPassing const Triple& is sufficient for AddDefaultSyste...
2009-10-09 Mike StumpAllow customization for the producer information in...
2009-10-09 Mike StumpAllow customization for the version line.
2009-10-09 Fariborz JahanianProduce good looking diagnostics on ambiguous built...
2009-10-09 Fariborz JahanianUse the new API for applying the qualifiers on built...
2009-10-09 Zhongxing XuRemove unused code.
2009-10-09 Zhongxing XuMake the behavior explicit by not using the method...
2009-10-09 Zhongxing XuRemove unused code.
2009-10-09 Mike StumpAvoid warning.
2009-10-09 Fariborz JahanianImprove on reporting ambiguity involving built-in candi...
2009-10-08 Mike StumpAdd a refactor pointer...
2009-10-08 Steve Naroff- Fixup SortCodeCompleteResult() to properly sort keywo...
2009-10-08 Mike StumpSet up include paths for VC++ and Cygwin headers, along...
2009-10-08 Mike StumpSpeed up testing by avoiding stdio.h, also helps testin...
2009-10-08 Mike Stump"Someone pointed out that in my previous Targets.cpp...
2009-10-08 Mike StumpThis fixes support for complex literals, reworked to...
2009-10-08 Douglas GregorTests for C++ [expr], from James Porter!
2009-10-08 Mike StumpTolerate .exe on executables. Patch by John Thompson...
2009-10-08 Mike StumpTolerate .exe on executables. Patch by John Thompson.
2009-10-08 Fariborz JahanianFix up error reporting when object cannot be constructed
2009-10-08 Douglas GregorInstallation of Clang libraries and headers, from Axel...
2009-10-08 Mike StumpIn VC++, the *printf functions put an extra "0" in...
2009-10-08 Steve NaroffAdd code completion support for ObjC property declarati...
2009-10-08 Mike StumpConvert some tests to FileCheck to be more portable...
2009-10-08 Douglas GregorImplement support for -Wunused-variable, from Oscar...
2009-10-08 Douglas GregorFix an assertion in the XML output, from Olaf Krzikalla!
2009-10-08 Devang PatelRecord location info before emiting alloca for argument...
2009-10-08 Fariborz JahanianImplement [expr.mptr.oper]p6 for '->*' operator.
2009-10-08 Ted KremenekRemove use of std::ofstream in HTMLDiagnostics.cpp.
2009-10-08 Anders CarlssonIf a global initializer has a non-trivial constructor...
2009-10-08 Anders CarlssonPort test over to FileCheck.
2009-10-08 Anders CarlssonMangle std::basic_ostream<char, std::char_traits<char...
2009-10-08 Douglas GregorAdd more testing for the properties of explicit special...
2009-10-08 Fariborz JahanianRefactoring to further simplify collection of visible...
2009-10-08 Douglas GregorDon't complain about out-of-line explicit specializatio...
2009-10-08 Douglas GregorMore testing for explicit specializations of member...
2009-10-08 Douglas GregorImprove checking for specializations of member classes...
2009-10-08 Douglas GregorFor instantiations of static data members of class...
2009-10-08 Douglas GregorMake sure to set the template specialization kind of...
2009-10-08 Douglas GregorCompress storage for MemberSpecializationInfo into...
2009-10-08 Douglas GregorOnly perform an implicit instantiation of a function...
2009-10-07 Douglas GregorKeep track of whether a member function instantiated...
2009-10-07 John McCallRefactoring around friend class templates. Better...
2009-10-07 Douglas GregorType checking for specializations of member functions...
2009-10-07 Anders CarlssonHandle MemberExprs in ResolveAddressOfOverloadedFunction.
2009-10-07 John McCallDead code elimination.
2009-10-07 Fariborz JahanianFixes problem in finding visible convertion functions...
2009-10-07 Douglas GregorDiagnose explicit instantiations and specializations...
2009-10-07 Fariborz JahanianWhen building candidate set for built-ins; when looking for
2009-10-07 Douglas GregorClass template partial specializations can be declared...
2009-10-07 Fariborz JahanianRemoved couple of unnecessary canonicalization
2009-10-07 Ted KremenekAdd 'template' keyword to disambiguate the use of a...
2009-10-07 Ted KremenekRevert r83443.
2009-10-07 Anders CarlssonMangle anonymous structs/unions correctly. Fixes PR5139.
2009-10-07 Mike StumpFixup pathnames.
2009-10-07 Anders CarlssonAdd a MangleContext and pass it to all mangle functions...
2009-10-07 Douglas GregorMore testing of explicit specializations
2009-10-07 Ted KremenekChange ExplodedNode to have its NodeGroups all BumpPtrA...
2009-10-07 Ted KremenekForce a specific target triple in c-index-api-test...
2009-10-07 Douglas GregorRefactor checking of the scope of explicit template...
2009-10-06 Mike StumpFix eof.
2009-10-06 Mike StumpFix eof.
2009-10-06 Fariborz JahanianPatch to implement C++ [over.built]p11 of overload...
2009-10-06 Anders CarlssonUncomment some commented out code.
2009-10-06 Mike StumpAdd codegen for __builtin_abort. Convert to FileCheck.
2009-10-06 Anders CarlssonChange GetAddressCXXOfBaseClass to use CXXBasePaths...
2009-10-06 Anders CarlssonAdd files to xcode project.
2009-10-06 Anders CarlssonWhen mangling names, always use the canonical decl...
2009-10-06 Devang PatelInsertSubprogramStart if ATTACH_DEBUG_INFO_TO_AN_INSN...
2009-10-06 Douglas GregorTest explicit specialization for all of the various...
2009-10-06 Mike StumpAdd more of __builtin_abort, WIP, still missing codegen.
2009-10-06 Ted KremenekUpdated checker build.
2009-10-06 Devang PatelAdd support to attach debug info to an instruction.
2009-10-06 Anders CarlssonFix test.
2009-10-06 Anders CarlssonEmit the destructor epilogue in a cleanup block so...
2009-10-06 Douglas GregorRefactor the code that walks a C++ inheritance hierarch...
2009-10-06 Anders CarlssonPass the right type to GetAddrOfFunction when getting...
2009-10-06 Rafael EspindolaAdd the -nostdclanginc option to clang (the driver).
2009-10-06 Ted KremenekFix 'clang-cc -analyzer-display-progress' by flushing...
2009-10-06 Ted KremenekFix crash introduced by r83358 where a symbol could...
2009-10-06 Ted KremenekFix: <rdar://problem/7275774> Static analyzer warns...
2009-10-06 Rafael EspindolaRefactor the c++ include path a bit.
2009-10-06 Devang PatelSet appropriate context for a global variable while...
2009-10-06 Fariborz JahanianRefixed pr5086 by letting Expr::isNullPointerConstant
2009-10-05 Mike StumpThis is slightly contentious, but, if llvm has gone...
2009-10-05 Mike StumpFix thinko and simplify.
2009-10-05 Mike StumpEnsure we have atleast 2-byte alignment for member...
2009-10-05 Douglas GregorMake sure that c-index-test links as a C++ executable
next