]> granicus.if.org Git - clang/shortlog
clang
2013-03-11 Ted KremenekDisallow using -fmodules with -no-integrated-as.
2013-03-11 Adrian PrantlImprove the caching of debuginfo Objective C interface...
2013-03-11 Richard SmithAdd -Wc99-compat warning for C11 unicode string and...
2013-03-11 Jan Wen VoungPartly revert "Move clang tests that depend on llvm...
2013-03-11 Sean Silva[docs] Add ellipsis.
2013-03-11 Argyrios Kyrtzidis[libclang] Fix a test and a warning on windows.
2013-03-11 Joey GoulyAdd a test case for the 'vec_type_hint' attribute that...
2013-03-10 Anton YartsevPR15480: fixed second parameter types of vec_lde, vec_l...
2013-03-10 Benjamin KramerDriver: do not strip file extensions when printing...
2013-03-10 Guy BenyeiFix indirect byval passing of records in address spaced...
2013-03-10 Richard Smithwww tweaks to embiggen up our near-complete C++11 and...
2013-03-09 Richard SmithWhen lexing in C11 mode, accept unicode character and...
2013-03-09 Richard SmithHandle _Pragma on a u8, u, or U string literal per...
2013-03-09 Benjamin KramerRemove unused diagnostic.
2013-03-09 Benjamin KramerMake helper function static.
2013-03-09 Anna Zaks[analyzer] Make Suppress IDC checker aware that it...
2013-03-09 Anna Zaks[analyzer] Rename AttrNonNullChecker -> NonNullParamChecker
2013-03-09 Anna Zaks[analyzer] Add test case for reference to null pointer...
2013-03-09 Jordan Rose[analyzer] Be more consistent about Objective-C methods...
2013-03-09 John McCallAdjust the special non-C++ enum block return type inference
2013-03-09 John McCallAdd TagDecl::hasNameForLinkage(), which is true if...
2013-03-08 Fariborz JahanianDocumentation parsing. Some refactoring and code
2013-03-08 Jordan Rose[analyzer] Look for lvalue nodes when tracking a null...
2013-03-08 Jordan Rose[analyzer] Don't rely on finding the correct return...
2013-03-08 Argyrios Kyrtzidis[libclang] Change clang_findReferencesInFile and clang_...
2013-03-08 Douglas Gregor<rdar://problem/13170740> Be a little more careful...
2013-03-08 Jan Wen VoungMove clang tests that depend on llvm/ADT/Statistic...
2013-03-08 Jordan RoseSema: Preserve attributes on parameters in instantiated...
2013-03-08 Douglas Gregor<rdar://problem/13094134> Don't try to wire up typedef...
2013-03-08 Jordan RoseArrayRef-ize ASTContext::getFunctionType and Sema:...
2013-03-08 Douglas Gregor<rdar://problem/13140795> Transform the scope type...
2013-03-08 Argyrios Kyrtzidis[PCH] When complaining that a header from the PCH was...
2013-03-08 Argyrios Kyrtzidis[libclang] Modify clang_findReferencesInFile and clang_...
2013-03-08 Manuel KlimekFixes breaking of string literals.
2013-03-08 Benjamin KramerRemove unused variable.
2013-03-08 Joey GoulyAdd support for the OpenCL attribute 'vec_type_hint'.
2013-03-08 Argyrios Kyrtzidis[libclang] Introduce clang_findIncludesInFile, that...
2013-03-08 Argyrios Kyrtzidis[libclang] When calling the function of CXCursorAndRang...
2013-03-08 Argyrios Kyrtzidis[libclang] Add Logger::operator<< overloads for CXCurso...
2013-03-08 Chad Rosier[driver] If we're just linking, don't report --param...
2013-03-07 Fariborz JahanianHeaderDoc: Support more of HeaderDoc documentation
2013-03-07 Douglas GregorAdd code completion for @import <rdar://problem/13344306>.
2013-03-07 Douglas GregorImprove LLDB's implicit cast-to-id to work with C+...
2013-03-07 Douglas GregorWhen possible, move __block variables to the heap rathe...
2013-03-07 John McCallPromote atomic type sizes up to a power of two, capped by
2013-03-07 John McCallMove the atomics code into its own file.
2013-03-07 John McCallChange hasAggregateLLVMType, which conflates complex and
2013-03-07 John McCallAdd CharUnits::alignmentAtOffset.
2013-03-07 John McCallEvaluate compound literals directly into the result...
2013-03-07 Benjamin KramerRemove temporary std::vectors that ca be replaced with...
2013-03-07 Daniel JasperRemove unncessary whitespace when triggered on empty...
2013-03-07 Edwin VaneAdding lvalue and rvalue reference type matchers
2013-03-07 Guy BenyeiAdd 'e' to the SPIR data layout - SPIR is little endian...
2013-03-07 Matthew CurtisMinor refactor of how we get compilation phases.
2013-03-07 Nick LewyckyFix build with clang, this was supposed to be part...
2013-03-07 Nick LewyckyAdd flags for additional control over coverage generati...
2013-03-07 Anna Zaks[analyzer] Warn on passing a reference to null pointer...
2013-03-07 Rafael EspindolaDon't duplicate function names. Thanks to Jordan Rose...
2013-03-07 Rafael EspindolaAdd a hasExternalLinkage helper. No functionality change.
2013-03-07 Rafael EspindolaAdd a hasExternalStorageAsWritten helper. No functional...
2013-03-07 Rafael EspindolaFix typo.
2013-03-07 Jordan Rose[analyzer] Check for returning null references in Retur...
2013-03-07 Jordan Rose[analyzer] Clean up a few doc comments for ProgramState...
2013-03-06 Adrian PrantlEnsure that DIType is regenerated after we visit an...
2013-03-06 Anna Zaks[analyzer] Pass the correct Expr to the bug reporter...
2013-03-06 Anna Zaks[analyzer] IDC: Add config option; perform the idc...
2013-03-06 Argyrios Kyrtzidis[PCH] When pre-validating the headers from the PCH...
2013-03-06 Argyrios Kyrtzidis[PCH] For HeaderFileInfoTrait, hash the key using size...
2013-03-06 Argyrios Kyrtzidis[PCH] We don't need to instantiate HeaderFileInfoTrait...
2013-03-06 Argyrios Kyrtzidis[PCH] Remove a couple of fields from serialization...
2013-03-06 Fariborz JahanianSpell Objective-C correctly.
2013-03-06 Fariborz Jahaniansay objective-C in the warning and streamline
2013-03-06 Dmitri GribenkoDriver: add support for new style multiarch in Ubuntu...
2013-03-06 Edwin VaneNew ASTMatchers and enhancement to hasOverloadedOperato...
2013-03-06 Alexey Samsonov[Sanitize] Don't emit function attribute sanitize_addre...
2013-03-06 Weiming Zhaorevert r176531 due to clan-native-arm fails
2013-03-06 Richard SmithPR15390: If a function returns a pointer to a function...
2013-03-06 Richard SmithAfter issuing a diagnostic for undefining or redefining...
2013-03-06 Fariborz Jahanianobjective-C: don't crash after diagnosing
2013-03-05 Douglas GregorRemove unused static variable.
2013-03-05 Jordan RosePreprocessor: don't keep comments under -traditional...
2013-03-05 Weiming ZhaoPR 11326: Lack diagnosic message when ABI conflicts...
2013-03-05 Fariborz Jahanianfix a missing check in my last patch.
2013-03-05 Jordan RosePreprocessor: don't consider // to be a line comment...
2013-03-05 Fariborz Jahaniandoc. parsing. Improve on diagnostics on my last patch.
2013-03-05 Richard SmithRemove outdated claim that GCC builds without a C+...
2013-03-05 Lang HamesUse ASTContext::getDeclAlign(<Field Decl>) to get the...
2013-03-05 Argyrios Kyrtzidis[libclang] When logging a CXTranslationUnit that came...
2013-03-05 Fariborz JahanianFix this checkin.
2013-03-05 Fariborz Jahaniandoc parsing. Add @method and @callback for
2013-03-05 Jack CarterMips specific inline assembler constraint 'R'
2013-03-05 Edwin VaneMake LibASTMatchersTutorial code match text
2013-03-05 Dmitri GribenkoDocumentation: use code highlighting
2013-03-05 David ChisnallAdd a test that we are passing the -fobjc-default-synth...
2013-03-05 Richard SmithDon't emit calls to virtual [[noreturn]] functions...
2013-03-05 David BlaikieAdd quotation marks to template names in diagnostics.
2013-03-05 Jordan Rosescan-build: explicitly say "No bugs found" if there...
2013-03-05 Jordan RoseSilence a number of static analyzer warnings with asser...
2013-03-05 Fariborz Jahaniandoc parsing. We want to issue a strong warning when
2013-03-04 Jordan Rose[analyzer] Don't let cf_audited_transfer override CFRet...
next