]> granicus.if.org Git - clang/shortlog
clang
2013-04-22 Jordan Rose[analyzer] Type information from C++ new expressions...
2013-04-22 Simon Atanasyan[Mips] Remove "REQUIRES: mips-registered-target" from...
2013-04-22 Manman RenTBAA: make sure zero-length bitfield works for tbaa...
2013-04-22 Chad Rosier[ms-inline asm] Refactor/clean up the SemaLookup interf...
2013-04-22 Adrian PrantlMove debug info tests for scoped enums into a separate...
2013-04-22 Benjamin KramerUse the ugly PRIx64 macro to make format string portable.
2013-04-22 Richard SmithC++1y constexpr extensions, round 1: Allow most forms...
2013-04-22 Richard Smithcmake: Only add -pedantic if LLVM didn't add it. Don...
2013-04-22 Richard SmithFix array constant expression evaluation bug: we can...
2013-04-22 Richard SmithDon't emit _ZTW wrappers for TLS variables which don...
2013-04-22 Arnaud A. de... Cleanup: test source file does not need to be executable
2013-04-22 Daniel JasperFix bin-packing behavior of constructor initialziers.
2013-04-22 David BlaikieRevert "Revert "PR14606: Debug info for using directive...
2013-04-22 David BlaikieAdd a triple to make a test resilient to non-TLS hosts...
2013-04-21 Dmitri GribenkoFix return type of isBitfield in the binding definition
2013-04-21 Simon Atanasyan[Mips] Convert a GNU style Mips ABI name to the name...
2013-04-21 Simon Atanasyan[Mips] Do not add unnecessary Mips toolchain path to...
2013-04-21 Richard SmithThe 'constexpr implies const' rule for non-static membe...
2013-04-20 Richard SmithDisable VLA diagnostic in C++1y mode, and add some...
2013-04-20 Richard SmithAdd another test I forgot to svn add.
2013-04-20 Richard SmithC++1y: Allow aggregates to have default initializers.
2013-04-20 Richard SmithUpdate some stuff on the open projects page to reflect...
2013-04-20 Richard SmithSwitch C++11 open project to C++1y :)
2013-04-20 Richard SmithAdd note that some of these links are dead for now.
2013-04-20 Richard SmithVLAs in C++14!
2013-04-20 Richard SmithVariable templates and generic lambdas are approved...
2013-04-20 Richard SmithClarifying memory allocation: approved for C++14. Move...
2013-04-20 Richard SmithNo digit separators for C++14.
2013-04-20 Richard SmithGeneralized constexpr is approved for C++14.
2013-04-20 Richard SmithMore approved C++14 features.
2013-04-20 Richard SmithBinary literals are approved for C++14.
2013-04-20 Richard SmithImplement core issue 1608: class members can be found...
2013-04-20 Simon AtanasyanSupports Sourcery CodeBench Mips toolchain directories...
2013-04-20 Anna Zaks[analyzer] Ensure BugReporterTracking works on regions...
2013-04-20 Anna Zaks[analyzer] Flip printPretty and printPrettyAsExpr as...
2013-04-20 Anna Zaks[analyzer] Correct the comment
2013-04-19 Argyrios Kyrtzidis[libclang] Make sure the preable does not truncate...
2013-04-19 Jordan Rose[analyzer] Website: update lists of potential and actua...
2013-04-19 Adrian PrantlRemove an empty line so the line numbers match up again...
2013-04-19 Adrian Prantlstill not relaxed enough.
2013-04-19 Adrian Prantlcleanup and relax test cases
2013-04-19 Richard SmithNote that we support (and in fact have supported since...
2013-04-19 Chad Rosier[ms-inline asm] The parsing of C++ identifiers is a...
2013-04-19 Adrian PrantlEmit the underlying type in the debug info for all...
2013-04-19 Adrian Prantls/C++0x/C++11/
2013-04-19 Richard SmithInitial work on status page for C++14.
2013-04-19 Andy GibbsKeep the parentheses in #pragma message (partial revert...
2013-04-19 Richard SmithC++11 support is now feature-complete.
2013-04-19 Reid KlecknerAvoid names like __in that conflict with SAL in builtin...
2013-04-19 Richard SmithImplement CodeGen for C++11 thread_local, following...
2013-04-19 Anton Yartsev[analyzer] Call proper callback for const regions escap...
2013-04-19 Eric ChristopherRevert "PR14606: Debug info for using directives/DW_TAG...
2013-04-19 David BlaikiePR14606: Debug info for using directives/DW_TAG_importe...
2013-04-19 David BlaikieGive CGDebugInfo::getContextDescriptor a more specific...
2013-04-19 Argyrios Kyrtzidis[libclang] Fix copy-paste error in comment.
2013-04-18 Argyrios Kyrtzidis[libclang] Introduce clang_Cursor_isVariadic, which...
2013-04-18 Fariborz JahanianObjective-C++: Enable passing of modern C++11 style
2013-04-18 Argyrios Kyrtzidis[libclang] Introduce clang_Cursor_getObjCDeclQualifiers...
2013-04-18 Chad RosierFix typo.
2013-04-18 Benjamin KramerAdd comment to describe cleverness.
2013-04-18 Argyrios Kyrtzidis[libclang] Introduce clang_Cursor_getObjCPropertyAttrib...
2013-04-18 Dmitri GribenkoComment parsing: simplify code. As a side effect,...
2013-04-18 Fariborz JahanianObjective-C parsing [qoi]: Provide good recovery when
2013-04-18 Argyrios Kyrtzidis[CMake] Create the directory before creating the link...
2013-04-18 Argyrios Kyrtzidissome more tests for r179743.
2013-04-18 Argyrios KyrtzidisAdd IRGen test case for r179743.
2013-04-18 Ted Kremenek[analyzer] Refine 'nil receiver' diagnostics to mention...
2013-04-18 Andy GibbsDropped the parentheses for #pragma message and its...
2013-04-18 Fariborz JahanianAdds a new doxygen tag needed. // rdar://12379053
2013-04-18 Argyrios Kyrtzidis[libclang] Report parameter array types as written...
2013-04-18 Jordan Rose[analyzer] "Force" LazyCompoundVals on bind when they...
2013-04-18 Jordan Rose[analyzer] Don't crash if we cache out after making...
2013-04-18 Chad RosierSpecify that we're parsing ms-style inline assembly.
2013-04-18 Manuel KlimekMultiple improvements to the AST matcher tutorial.
2013-04-18 Benjamin KramerReject asm output constraints that consist of modifiers...
2013-04-18 Benjamin KramerAdd llvm_unreachable at end of fully covered switch...
2013-04-18 Argyrios Kyrtzidis[Parser] Handle #pragma pack/align inside C structs.
2013-04-18 Richard TrieuSwitch the note order for -Woverloaded-shift-op-parenth...
2013-04-18 Richard TrieuUpdate the -Wparentheses tests to check that fix-its...
2013-04-18 Anna Zaks[analyzer] Tweak getDerefExpr more to track DeclRefExpr...
2013-04-17 Anna Zaks[analyzer] Improve dereferenced expression tracking...
2013-04-17 Bob WilsonAdd description of -Ofast optimization option to the...
2013-04-17 Anna Zaks[analyzer] Gain more precision retrieving the right...
2013-04-17 Anna Zaks[analyzer] Allow TrackConstraintBRVisitor to work when...
2013-04-17 Argyrios Kyrtzidis[Modules] Use global index to improve typo correction...
2013-04-17 Nico WeberAdd support for gcc's spelling of -fcolor-diagnostics.
2013-04-17 Daniel Dunbar[tests] Only include stdint.h if we are in freestanding...
2013-04-17 Fariborz Jahanian[document parsing]: When tag declaration (but not defin...
2013-04-17 Chad RosierTest cases for r179719.
2013-04-17 Jordan RoseFix off-by-one error in #pragma clang system_header.
2013-04-17 Richard SmithPR15755: don't drop parameter packs when dropping param...
2013-04-17 Benjamin KramerSema: Remove unused variable.
2013-04-17 Jordan Rose[analyzer] Don't warn for returning void expressions...
2013-04-17 Alexander KornienkoUnified token breaking logic: support for line comments.
2013-04-17 Eric ChristopherRevert r179671 and just pass a triple to the test for...
2013-04-17 Richard SmithDR974: Lambdas can have default arguments.
2013-04-17 Andy GibbsImplemented #pragma GCC warning/error in the same mould...
2013-04-17 Manuel KlimekThis corrects problems in the LibASTMatchers tutorial.
2013-04-17 Timur IskhodzhanovSet SRet flags properly in '-cxx-abi microsoft'.
2013-04-17 Douglas GregorFix PR15291: noreturn adjustment in overload resolution...
next