]> granicus.if.org Git - clang/shortlog
clang
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...
2010-10-02 Anders CarlssonUse ParseObjCSelectorPiece for parsing getter and sette...
2010-10-02 Anders CarlssonRename a test in preparation for fixing PR8169.
2010-10-02 Chris Lattnerwhen expanding a builtin, if the argument is required...
2010-10-01 Douglas GregorDon't add an imported function into its lexical context...
2010-10-01 Chris Lattnertidy
2010-10-01 Chris Lattnerkill off CheckX86BuiltinFunctionCall
2010-10-01 Chris Lattnermove imperative code to declarative definitions.
2010-10-01 Devang PatelMark explict methods as explict in debug info.
2010-10-01 Chris Lattnerdiagnose errors when a builtin that require constant...
2010-10-01 Chris Lattnerenhance ASTContext::GetBuiltinType to return a bitmask...
2010-10-01 Chris Lattnerrandom cleanups, no functionality change.
2010-10-01 Gabor GreifDoug's feedback
2010-10-01 Gabor GreifFactor out enumerator APSInt adjustment into
2010-10-01 Fariborz JahanianRestore test. Is for //rdar://8493239
2010-10-01 Francois PichetBetter diagnostic for superfluous scope specifier insid...
2010-10-01 Douglas GregorTeach clang_getCursorReferenced() about Objective-C...
2010-10-01 Tom CareUnreachableCodeChecker does not need to inherit from...
2010-10-01 Douglas GregorRevert r115336 ("Thread PerFileData through everything...
2010-10-01 Douglas GregorExtend libclang with an API that determines, given...
2010-10-01 Sebastian RedlThread PerFileData through everything. This allows...
2010-10-01 Sebastian RedlRecord module loaders and module source order.
2010-10-01 Chris Lattnerfix a bogus "I" that I added to the per-function attrib...
2010-10-01 Douglas GregorImplement the C++0x "trailing return type" feature...
2010-10-01 Chris LattnerVarious builtins a require an integer constant. Not...
2010-10-01 Chris Lattner__builtin_ia32_psrldqi128 too
2010-10-01 Chris Lattnerthe second argument to __builtin_ia32_pslldqi128 must...
2010-10-01 Zhongxing XuNow the whether adding implicit dtors is controlled...
2010-10-01 Zhongxing XuThe return value is never used.
2010-10-01 Zhongxing XuUse default augument.
2010-10-01 Zhongxing XuSimplify interface for addLocalScopeForStmt().
2010-10-01 Zhongxing XuThe old logic would add non-struct and non C++ struct...
2010-10-01 Marcin SwiderskiAdded generating CFGAutomaticObjDtors for exception...
2010-10-01 Marcin SwiderskiAdded generating CFGAutomaticObjDtors for init statemen...
2010-10-01 Marcin Swiderskidded generating CFGAutomaticObjDtors for condition...
2010-10-01 Douglas GregorIf we get a TU_CONTEXT update from a chained PCH file...
2010-10-01 Marcin SwiderskiAdded generating CFGAutomaticObjDtors for condition...
2010-10-01 Douglas GregorEnable chained precompiled headers for use with precomp...
2010-10-01 Douglas GregorWhen an identifier that has a macro definition in the...
2010-10-01 Fariborz JahanianRemove test until further notice.
2010-10-01 Marcin SwiderskiAdded generating CFGAutomaticObjDtors for condition...
2010-10-01 Marcin SwiderskiFixed checking for trivial destructor in CFGBuilder...
next