]> granicus.if.org Git - clang/shortlog
clang
2010-10-09 Benjamin KramerDon't rely on a StringRef being null-terminated (it...
2010-10-09 Bill WendlingAdd target implementations for the X86 builtins:
2010-10-09 Abramo BagnaraFixed __builtin_constant_p return type.
2010-10-09 Argyrios KyrtzidisFix g++.dg regressions introduced at r115347 (rdar...
2010-10-09 John McCallSecure this test against slightly different number...
2010-10-09 John McCallPermit constant evaluation of const floating-point...
2010-10-09 Nico WeberAdd support for UCNs for character literals
2010-10-08 Douglas GregorImplement C++0x scoped enumerations, from Daniel Wallin...
2010-10-08 Fariborz JahanianRename test name.
2010-10-08 Fariborz JahanianMethod implemented in class's implementation may implement
2010-10-08 Fariborz JahanianWhen dealing with an assignment with LHS being a proper...
2010-10-08 Douglas GregorImprove XML output for class/struct/union declarations...
2010-10-08 Douglas GregorFix a typo in the Clang man page, from Alexander Best.
2010-10-08 Douglas GregorRevert the hack Chris Lattner added in r97981 to work...
2010-10-08 Douglas GregorThis patch fixes multiple issues in clang's designated...
2010-10-08 Douglas GregorFix the mapping of vertical-space cursor kinds to produ...
2010-10-08 Eric ChristopherTry to disable this again.
2010-10-08 Daniel Dunbarlibclang: Disable LLVM pretty stack trace functionality...
2010-10-08 Eric ChristopherDisable this test temporarily in an attempt to green...
2010-10-08 Devang PatelTighter check in r116060 blcoked enums also. Emit enum...
2010-10-08 John McCall__attribute__((aligned(n))) directly specifies the...
2010-10-08 Devang PatelDo not repeat debug info for file variable constants.
2010-10-08 Douglas GregorFix three related, wily issues with the recompilation...
2010-10-08 Argyrios KyrtzidisWhen we encounter a '==' in a context expecting a ...
2010-10-08 John McCallTrack the location of the context requiring an implicit...
2010-10-08 Argyrios KyrtzidisImplement -fshort-enums (rdar://8490496).
2010-10-07 Devang PatelIdentify functions with prototype appropriately in...
2010-10-07 Argyrios KyrtzidisFix an infinite loop, caused by unintended syntax bug...
2010-10-07 Fariborz JahanianFix a crash encoding ivars of vector types and
2010-10-07 Abramo BagnaraFixed cast to union with anonymous bitfields.
2010-10-07 Douglas GregorBugs should go to Bugzilla, not the mailing list
2010-10-07 Daniel Dunbartests: Force a triple to avoid wchar_t differences.
2010-10-07 Daniel Dunbartests: Tweak test to also match MSVC format.
2010-10-07 Fariborz JahanianStart and end location of a property-dot syntax expression
2010-10-07 Douglas GregorDon't force spell checking when code-completing. Let...
2010-10-07 Daniel DunbarDriver: When clang is built with a VENDOR set, include...
2010-10-07 Daniel Dunbarwww: Grammar, etc.
2010-10-07 Chris Lattnerclang++ sorta works now
2010-10-06 Fariborz JahanianPatch for adding message to unavailable attribute.
2010-10-06 Tom CareUnreachableCodeChecker cleanup and improvements
2010-10-06 Fariborz JahanianSimplified code for deprecated attribute wih message...
2010-10-06 Fariborz JahanianAdd message to attribute(deprecated).
2010-10-06 Douglas GregorFix a double-free error that can occur in rare cases...
2010-10-06 Devang PatelMark FunctionNoProtoType's argument as unspecified...
2010-10-06 John McCallRe-enable EH cleanups to destroy __block variables...
2010-10-06 Nick LewyckySilence unused variable warning in Release builds.
2010-10-06 Devang PatelDo not emit subrange for incomplete array type.
2010-10-06 Fariborz JahanianIssue deprecated warning when typeof uses typedef
2010-10-06 Douglas GregorReject the allocation of variably-modified types in...
2010-10-06 Devang PatelRemove unused argument.
2010-10-06 Francois Pichet_inline is an alias for inline in MSVC.
2010-10-06 Chandler CarruthRemove hard CRLF end-of-line markers from two files...
2010-10-06 Nico WeberAdd support for 4-byte UCNs like \U12345678. Warn about...
2010-10-06 Bill WendlingErm...this isn't the same as PR6658.
2010-10-06 Bill WendlingMMX conversion work is done. We can remove the FIXMEs.
2010-10-06 Bill WendlingAdd same hack to mmx-builtins.c as in Headers/c89.c...
2010-10-06 Anders CarlssonWhen checking for uninitialized fields in member initia...
2010-10-06 John McCallTeach the driver to pass -fexceptions in Objective...
2010-10-06 John McCallProvide a slightly specialized diagnostic for tautologi...
2010-10-06 John McCallUse a more conventional/efficient implementation for...
2010-10-06 Fariborz JahanianUe TagType, added a FIXME. Per John's comment.
2010-10-05 Fariborz JahanianIssue deprecated warning when typeof uses an
2010-10-05 John McCallWhen instantiating a new-expression, force a rebuild...
2010-10-05 Fariborz JahanianMethod declaration and its implementation must match...
2010-10-05 John McCall...without leaving a temporary file behind.
2010-10-05 John McCallEr, this test should actually run IR generation.
2010-10-05 John McCallTeach PopCleanupBlock to correctly handle the possibili...
2010-10-05 Douglas GregorSerialize the "inline" bit for namespaces. Fixes <rdar...
2010-10-05 Douglas GregorFix a marvelous chained AST writing bug, where we end...
2010-10-05 Fariborz JahanianFix a block rewriter bug where copy/dispose entries in
2010-10-05 Zhanyong WanFix handling of the 'Invalid' argument in SourceManager...
2010-10-05 Sebastian RedlGive every file that ASTReader loads a type: module...
2010-10-05 Sebastian RedlThread PerFileData through the ASTReader again, this...
2010-10-05 Douglas GregorRegister the __builtin_va_list_type node when we parse...
2010-10-05 Douglas GregorRemove a rogue typo
2010-10-05 Douglas GregorRegister the __builtin_va_list_type node when we parse...
2010-10-05 Zhongxing Xu* Simplify code
2010-10-05 Marcin SwiderskiAdded support for base and member destructors in destru...
2010-10-05 Argyrios KyrtzidisAdd test case for r115588.
2010-10-05 Argyrios KyrtzidisIn Sema's TryRefInitWithConversionFunction, suppress...
2010-10-05 John McCallIf we're resolving all outstanding fixups, and there...
2010-10-04 John McCallIn the fragile ObjC ABI, save the caught exception...
2010-10-04 Devang Pateldyn_cast is more appropriate here.
2010-10-04 Devang PatelAdd missing '}' :)
2010-10-04 Devang PatelEmit debug info for an aggregate while processing Membe...
2010-10-04 Devang PatelFix filename in header comment.
2010-10-04 Douglas GregorWhen a type comes from a previously-loaded PCH/AST...
2010-10-04 Daniel Dunbarwww: Add a "Clang Related Projects" page, to collect...
2010-10-04 Marcin SwiderskiAdded support for C++ initializers in CFG.
2010-10-03 Chris LattnerChange to match 115473.
2010-10-03 Bill WendlingDo x86_64.
2010-10-03 Bill WendlingTest to verify that all of the MMX builtins are handled...
2010-10-02 Douglas GregorWhen providing a block literal as a code completion...
2010-10-02 Douglas GregorIntroduce a new libclang function, clang_getCursorDispl...
2010-10-02 Douglas GregorTeach clang_getCursorType() about base specifiers and...
2010-10-02 Chris Lattnerthe mmx intrinsic for pshufw should map to the IR intri...
2010-10-02 Douglas GregorWhen we insert a category (or class extension) into...
2010-10-02 Douglas GregorDon't add -fno-spell-checking in libclang if a spell...
2010-10-02 Douglas GregorProvide proper source location and range information...
2010-10-02 Douglas GregorImplement chained PCH support for the macro definitions...
next