]> granicus.if.org Git - clang/shortlog
clang
2011-11-13 Argyrios Kyrtzidis[libclang] for c-index-test, check for CINDEXTEST_FAILO...
2011-11-13 Argyrios KyrtzidisDon't crash when a duplicate interface/protocol is...
2011-11-13 Rafael EspindolaFix the signature of the getcontext builtin. Patch...
2011-11-13 Benjamin KramerSilence unused variable warning.
2011-11-13 Peter CollingbourneWhen reference binding array rvalues, such as those...
2011-11-12 Richard SmithRepresent an APValue based on a Decl as that Decl,...
2011-11-12 Argyrios Kyrtzidis[PCH] Fix the test.
2011-11-12 Argyrios KyrtzidisAdd a method in ASTMutationListener for the last use...
2011-11-12 Argyrios Kyrtzidis[PCH] When completing an objc forward reference, do...
2011-11-12 David BlaikieRemove unnecessary 'else's after 'return's.
2011-11-12 Eli FriedmanAdd missing casts to AST.
2011-11-12 Argyrios Kyrtzidis[libclang] Further simplify the indexing API.
2011-11-12 Douglas GregorTweak the module map file test slightly, by putting...
2011-11-12 Douglas GregorImplement a minor optimization when loading module...
2011-11-12 Douglas GregorWhen searching for a module, speculatively load module...
2011-11-11 Eli FriedmanMake test compatible with ARM hosts.
2011-11-11 Douglas GregorTeach the search for modules to consider modules descri...
2011-11-11 Douglas GregorFix some typos, grammar errors, etc. in cursor kind...
2011-11-11 Douglas GregorWire up the mapping from header files mentioned in...
2011-11-11 Douglas GregorResolve the header files named in module map "header...
2011-11-11 Richard SmithExtend -Wno-bind-to-temporary-copy and -Wno-{unnamed...
2011-11-11 Douglas GregorRename SPECIAL_TYPE_jmp_buf and SPECIAL_TYPE_sigjmp_buf...
2011-11-11 Douglas GregorIntroduce basic support for parsing module map files.
2011-11-11 Sean CallananWhen importing an ObjCInterfaceDecl, ensure that
2011-11-11 Ted KremenekTweak CXLoadedDiagnosticSetImpl::makeString() to includ...
2011-11-11 Benjamin KramerSilence compiler warning.
2011-11-11 Richard SmithConstant expression evalation: const_cast support.
2011-11-11 Bob WilsonSearch for libstdc++.dylib in llvm-gcc's files on darwi...
2011-11-11 NAKAMURA Takumilibclang/CXLoadedDiagnostic.cpp: Work around not to...
2011-11-11 Richard SmithDon't recurse so deep in this test, pending APValue...
2011-11-11 Richard SmithReduce the constexpr stack pressure somewhat. Hopefully...
2011-11-11 NAKAMURA Takumitest/Misc/serialized-diags.c: Tweak FileCheck expressio...
2011-11-11 Richard SmithConstant expression evaluation: support for constexpr...
2011-11-11 Ted KremenekPlace 'argument unused during compilation' under a...
2011-11-11 John McCallDon't apply NRVO to over-aligned variables. The caller...
2011-11-11 John McCallBe sure to insulate block literals from any cleanups...
2011-11-11 Eli FriedmanAdd Linux multiarch include directories for mips/mipsel...
2011-11-11 NAKAMURA Takumiinclude/clang-c/Index.h: Update CINDEX_LINKAGE on 6...
2011-11-11 Eli FriedmanMake sure that restrict-qualifying an array actually...
2011-11-11 Ted Kremenek[serialized diagnostics]: add test cases for serialized...
2011-11-11 Douglas GregorI predict that HeaderSearch will need the ability to...
2011-11-11 Argyrios Kyrtzidis[libclang] Simplify the indexing API.
2011-11-11 Argyrios KyrtzidisAdd a const version of ObjCClassDecl::getForwardDecl...
2011-11-11 Francois PichetMove "Unqualified lookup into dependent bases of class...
2011-11-11 Ted Kremenek[static analyzer] be more specific when running removeD...
2011-11-11 Ted KremenekAdd top-level driver option '--serialize-diagnostics...
2011-11-10 Richard SmithImplicit casts from rvalue to lvalue are not meaningful...
2011-11-10 Ted Kremenek[static analyzer]: only call RemoveDeadBindings() when...
2011-11-10 Pete CooperAdd invariant.load metadata to loads from selector...
2011-11-10 Eli FriedmanAdd missing dependency for shared library build to...
2011-11-10 Devang PatelRevert r144273. It causes clang self-host build failure.
2011-11-10 Benjamin Kramerserialized diagnostics: simplify code.
2011-11-10 John McCallWhenever explicitly activating or deactivating a cleanu...
2011-11-10 NAKAMURA Takumiinclude/clang/AST/APValue.h: Try to fix *900* of cast...
2011-11-10 NAKAMURA Takumic-index-test.c: Fix a comment style. /* It is C source. */
2011-11-10 Richard SmithConstant expression evaluation: support for constexpr...
2011-11-10 NAKAMURA Takumic-index-test.c: Fix syntax. It is C source.
2011-11-10 John McCallFix a subtle bug with cleanups: when activating
2011-11-10 Richard SmithPR11148: Fix crash-on-invalid if an invalid member...
2011-11-10 Ted Kremenekserialized diagnostics: implement full deserialization...
2011-11-10 John McCallEnter the cleanups for a block outside the enclosing
2011-11-10 Richard SmithConstant expression evaluation: support for evaluation...
2011-11-10 David BlaikieRemoving unused initialization.
2011-11-10 John McCallThere's no good reason to track temporaries in ExprWith...
2011-11-10 Richard SmithTemporary fix for a performance problem Eli spotted...
2011-11-10 Nick LewyckyReflow lines, remove else-if after returns, rename...
2011-11-10 Eli FriedmanFix some additional x86 intrinsics to use "I" (ICE...
2011-11-09 Rafael EspindolaFix the signature of __sigsetjmp and sigsetjmp. Patch...
2011-11-09 Devang PatelRemove unnecessary include.
2011-11-09 Fariborz Jahanianobjc rewriter: use a more specific name for local varia...
2011-11-09 John McCallWe don't add ExprWithCleanups to the CFG, and getSVal...
2011-11-09 Douglas GregorDefine some built-ins macros on mips32 platform, from...
2011-11-09 Benjamin KramerUpdate test.
2011-11-09 Chandler CarruthTry to fix an issue on some hosts where the 'lib' in...
2011-11-09 David BlaikieFixing 80 col violations (& removing any trailing white...
2011-11-09 David BlaikieFix 80 cols violations & remove trailing whitespace.
2011-11-09 Nick LewyckyReflow one line I missed in previous cleanup commit...
2011-11-09 Nick LewyckyMinor cleanup, mostly reindenting. Remove one helper...
2011-11-09 Chandler CarruthFix an issue that Duncan discovered on a specific ...
2011-11-09 John McCallEmit the copy and dipose helpers for ARC __strong
2011-11-09 Douglas GregorWorkaround for compilers that don't implement C++ DR45...
2011-11-09 Douglas GregorPut ext_offsetof_extended_field_designator under the...
2011-11-09 Douglas GregorDon't crash when transforming an ill-formed pseudo...
2011-11-09 John McCallExtract the blocks-related ARC tests into their own...
2011-11-09 Douglas GregorIntroduce proper spacing after the Objective-C paramete...
2011-11-09 Richard SmithConstant expression evaluation: support for default...
2011-11-09 Devang PatelRemove extra ';'
2011-11-09 Argyrios Kyrtzidis[PCH] Fix reading from PCH of diagnostic pragmas.
2011-11-09 Eli FriedmanAdd "I" (ICE) annotations onto a few more x86 intrinsics.
2011-11-09 Argyrios KyrtzidisDon't crash on invalid objc code.
2011-11-08 Argyrios Kyrtzidis[arcmt] Take into account that all properties are stron...
2011-11-08 John McCallBind function "r-values" as l-values when emitting...
2011-11-08 Fariborz Jahanianobjc: Don't crash on missing @interface decl.
2011-11-08 Anna Zaks[analyzer] Testing: test with all the non-experimental...
2011-11-08 Anna Zaks[analyzer] Testing: support for regenerate reference...
2011-11-08 Argyrios Kyrtzidis[arcmt] Now that readonly properties are strong-by...
2011-11-08 Douglas GregorFix comment typos
2011-11-08 Fariborz Jahanianobjc-arc: 'readonly' property of retainable object
2011-11-08 Ted KremenekSort contents of exports file. No functionality change.
2011-11-08 Ted Kremenekserialized diagnostics: serialize the version info...
next